SVG Word Wrap - Show stopper?

前端 未结 8 979
既然无缘
既然无缘 2020-12-23 21:42

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

8条回答
  •  遥遥无期
    2020-12-23 22:28

    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.

提交回复
热议问题