Re: [svgwg] Update getNumberOfChars() definition

> You don't want characters to be jumping around if you turn on/off 
the display of a tspan.

But that's exactly what happens in normal text layout.  You remove 
some text, and the rest moves over to replace it.

If you _don't_ want the other characters to move, you should be using 
`visibility: hidden`, not `display: none`.

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

Received on Thursday, 21 July 2016 18:04:27 UTC