Re: [svgwg] Allow transforms on textPath

Having gone through the algorithm section, I am against allowing 
transforms on <tspan>s. It breaks the model of having CSS treat these 
as inline objects when doing layout inside a region and then applying 
the SVG specific attributes afterwards to the resulting typographic 
character positions. It adds quite a bit of complexity to the layout 
algorithm. It is easier to handle transforms on <textPath> since that 
means transforming the entire output... but then one can just 
transform the referenced path so I don't really see the necessity.

-- 
GitHub Notification of comment by Tavmjong
Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/210#issuecomment-234048392 using 
your GitHub account

Received on Wednesday, 20 July 2016 19:02:17 UTC