Mohamed Hedi
Mohamed Hedi
@Fuzzyma thank you for your quick answer, I am going through the code and see if I can find a solution for that, can you explain to me why in...
Thanks for the reply, but the problem that it doesn't work with zoom out, because the svg no longer moves throughout the didie poster area and even the margins are...
Salut @Fuzzyma I tried to fix the bug described in my previous post, indeed, following several tests made on different SVG types with different dimensions I added this fix for...
In my example I declared my panzoom like this .panZoom({ panning: true, zoomMin: 0.1, zoomMax: 10, zoomFactor: 0.3, margins: { top: 50, left: 50, right: 50, bottom: 50} }, });...
If this is not the right way to do it, do you have any idea where the problem come from knowing that this necessarily linked to the restrictToMargins function which...
Hello @Fuzzyma i have problem with **panZoom** i used the **margins** option to limit the pan area to at least 10px of my SVG still visible, but when i move...