Scalable Vector Graphics (SVG) Question:
Does an SVG implementation ever do line-breaking of text?
Answer:
It doesn't look like SVG will do any line-breaking. If you want line-breaking of text, then embed some XHTML or other CSS-formatted or XSL-formatted XML within <foreignobject>.
Previous Question | Next Question |
Explore the possibilities of SVG? | If a font contains kerning and ligature info, does an SVG renderer apply these transformations? |