Firstly, thanks for this awesome easily extensible library.
Description
I am using draggable on SVGElements like group(g) with parent as svg tag element.
Bounds doesn't work with value parent on them and even if bounds was set to outer HTMLElement like div, bounds is not working as expected as the offsetLeft & offsetTop exist only on HTMLElement and not on Element or SVGElement interfaces.
This is a blocker for SVG elements.
Firstly, thanks for this awesome easily extensible library.
Description
I am using draggable on SVGElements like group(
g
) with parent assvg
tag element. Bounds doesn't work with valueparent
on them and even if bounds was set to outer HTMLElement likediv
, bounds is not working as expected as the offsetLeft & offsetTop exist only on HTMLElement and not on Element or SVGElement interfaces. This is a blocker for SVG elements.