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
{{ message }}
This repository was archived by the owner on Mar 27, 2022. It is now read-only.
The svg rendering I added in the last version does not apply the namespace to all children when appending it. This breaks the rendering on some browsers.
To fix this every child node of a svg element that is added needs to be in the SVG namespace.
The
svgrendering I added in the last version does not apply the namespace to all children when appending it. This breaks the rendering on some browsers.To fix this every child node of a
svgelement that is added needs to be in theSVGnamespace.