For fun I am trying to see how far I can get at implementing an SVG browser client for a RIA I\'m messing around with in my spare time.
But have hit what appears to
Per this document, it appears that tspan can give the illusion of word wrap:
The tspan tag is identical to the text tag but can be nested inside text tags and inside itself. Coupled with the 'dy' attribute this allows the illusion of word wrap in SVG 1.1. Note that 'dy' is relative to the last glyph (character) drawn.