[svgwg] Issue: Allow transforms on textPath marked as Needs WG input

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "Needs WG input":

== 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>`


See https://github.com/w3c/svgwg/issues/210

Received on Tuesday, 19 July 2016 01:04:41 UTC