Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
@adaliszk knows my own code better than me :D
@chaoyifei pls read the readme: https://github.com/svgdotjs/svg.select.js#options Its written down there @adaliszk life happened :D. Its not dead tho. I am thinking about svg.js a lot!
I just released svg.select.js and svg.resize.js under the @svgdotjs namespace. They are now compatible with v3 of svg.js. You can install them with npm i @svgdotjs/svg.select.js @svgdotjs/svg.resize.js. Feedback is welcome....
Keep track of what you select and deselect them in a loop. The plug in only handles single elements
As long as no license is added, this plugin stands under the copyright law. However that shouldn't bother you because the plugin is highly outdated and nobody should have the...
svg.export.js is obsolete for svg.js v2: https://github.com/wout/svg.js#import--export-svg
I always had problem when rotating. The shape jumped a hit every time I started rotating. That's why I added the center. Now you tell me it works without -...
The draggable-plugin does not has an option param but only a constraint param. So in your case `obj` should be replaced with `obj.constraint` leading to this code: ``` javascript this.resize(opt).draggable(opt.constraint);...
There is no snapToGrid option in `svg.draggable.js`. You have to implement one on your own using the constraint feature. You can pass a function to constraint which is used to...
until now all plugins rely on teh SVG global to be present. Did you only "test" that in your ide or is this not working in the browser, too? After...