Hacker News new | ask | show | jobs
by vasvir 609 days ago
> No. I'm not even sure SVG supports paragraphs.

SVG 1.1 does not support wrapping (textflow). There are posts in stack-overflow on how to use a foreignObject (HTML) inside SVG to do the line wrapping.

SVG 1.2 apparently supports but I have never used it so I don't know.