Closed
Description
Hi there, nice-looking project! I'm new to SVG. I've been investigating this approach of rendering HTML inside an SVG element, using:
<foreignObject>
<div xmlns="http://www.w3.org/1999/xhtml">
</div>
</foreignObject>
From what I can tell, you don't support <foreignObject>
, is that right? It seems like it would be impossible to support. In any case, it might be worth adding to your "Unsupported" list on the readme!