Hello snap forum members,
one well-known limitation of the SVG format is that it doesn't support line-wrapping in texts, so if I want to put a large text block in an SVG image, I need to line-wrap it "by hand", by adding a text element for each line. One well-known workaround for this limitation is using a foreignObject element to insert HTML code, e.g. a p or div containing the text, in the SVG.
Alas, when I use snap.svg to load an SVG file with a foreignObject element, it seems to ignore these elements, and I could not find a way to add a foreignObject.
Is there a way to do this, or is support for foreignObject planned for snap.svg?
Cheers,
Patrick