Re: What is SVGGraphicsElement.getBBox() expected to return for textPaths and tspans?

getBBox() works in local co-ordinates while
Element.getBoundingClientRect works in global co-ordinates.
They give pretty different results once transforms are involved. You
can't really derive one from another.

Robert

Received on Wednesday, 13 January 2016 23:40:34 UTC