Re: [svgwg] Add getScreenBBox() method to SVGGraphicsElement interface

@foolip: In order to determine the geometric bbox of a path in the client space you can't just transform paths' user (local) bbox to the client space, this might produce wrong results when the path or its ancestors are transformed.

Instead, you have to determine the coordinates of each path node point, then transform each point to the client space and finally use that to determine the bbox.

-- 
GitHub Notification of comment by jarek-foksa
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/76#issuecomment-291015907 using your GitHub account

Received on Sunday, 2 April 2017 21:19:00 UTC