Re: [svgwg] Update getNumberOfChars() definition

@AmeliaBR Your last example could be handled by disabling dx/dy 
attributes in un-rendered `<tspan>` elements... but characters inside 
the `<tspan>` would still count in assigning the values from a 
wrapping `<text>` or `<tspan>` element:

`<text dx="5 3 0 0 5 3">AB<tspan dx="2 2">CD</tspan>EF<text>`

This way you get predictability in setting the spacing between E & F 
without having to wrap them in a new `<tspan>`.





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

Received on Friday, 22 July 2016 20:33:10 UTC