Replies: 1 comment 1 reply
-
As far as I know, there is no specific support for this, and your solution is probably the best one at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add an XML comment
<!-- like this -->
as a child of an existingSvgElement
? My current workaround is to just create anSvgUnknownElement
with a "comment" element name, but that isn't ideal.Beta Was this translation helpful? Give feedback.
All reactions