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 has been archived by the owner on Nov 16, 2021. It is now read-only.
but it fails. It accepts only one element to be written back to template (SVG root element or in my case I group read elements and put them in a group element then return).
Why is that so? Is this a SVG / Js requirement or because this library don't expect an implementation as the above one?
The text was updated successfully, but these errors were encountered:
Instead of HTML element I did use
inlineSVG
with a SVG element:and I'd expect this still works when I manipulate contents of read SVG file in
onSVGLoaded
like stripping out root element:but it fails. It accepts only one element to be written back to template (SVG root element or in my case I group read elements and put them in a group element then return).
Why is that so? Is this a SVG / Js requirement or because this library don't expect an implementation as the above one?
The text was updated successfully, but these errors were encountered: