svg-tree
svg-tree copied to clipboard
<a> inside Text
I would like to have an element inside a text element (See https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text).
Is there a way to do this using the library?
This is not representable in this library, there is no anchor
tag in the type definition
Would you consider PRs that add an Anchor type and also maybe support for a ForeignObject type?