[svgwg] Allow transforms on textPath

karip has just created a new issue for https://github.com/w3c/svgwg:

== Allow transforms on textPath ==
The 'tspan' and 'a' element already have the transform property. It 
would be nice if `textPath` would also have it, to make all text 
element children behave similarly. The use cases are the same as for 
`tspan`: [jiggling 
animations](http://www.w3.org/2011/12/01-svg-irc#T21-12-19) etc.

Currently, one has to resort to a wrapper `a` element:

`<text>Hello <a transform="rotate(45)"><textPath path="..">rotated 
text on path</textPath></a> !!</text>`


Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/210 using your GitHub account

Received on Monday, 18 July 2016 06:55:30 UTC