svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.07k stars 1.08k forks source link

Non working plugins #1264

Closed DwayneDibley closed 1 year ago

DwayneDibley commented 2 years ago

I am currently trying out svg.js, the basic package seems great with the simple things I have done so far. I was attracted because of the plugins for dragging and resizing, they looked great on paper. The problem is that they don't work, apparently because of modifications to svg.py.

Can you please mark the not working plugins as such, to save others from spending lots of time struggling as I have.

Thanks.

Fuzzyma commented 2 years ago

all plugins that live under the @svgdotjs namespace are compatible with v3

DwayneDibley commented 2 years ago

Please supply an example of how to do this for us who are not JavaScript experts.