Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
Yes, same path commands, same number - because this plugin wasnt renewed
Feel free to go ahead and create a pr which adds that to the Readme :)
Create a jsfiddle or codepen showing your issue please
margins only work with absolute size of the svg set (for now - maybe i got lazy there). Furthermore there seems to be an issue with the left and top...
The source code isnt hard to reason about. Somewhere the math seems to be a bit off. Unfortunately I currently have no ressources left to fix it myself
make sure to set a viewbox at start. It can be as simple as `0 0 ${width} ${height}`
svg.panzoom.js needs to be able to figure out the dimensions of your svg somehow and it needs a viewbox. If only a percentage size is given or none, it will...
Iam sorry that you used so much effort to find that bug. The svg.import.js plugin is obsolete because its feature was introduced in the core since svg.js v2
Feel free to build your own version to your liking. This repo is pretty old and is not actively maintained anymore. But I am happy to hear that you find...
I would but I didnt write this plugin. I just updated it :D. @wout can you explain the todos? :) The api is the svg.js api. You can take a...