You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 value
parent
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.
The text was updated successfully, but these errors were encountered: