Re: [svgwg] vector-effect host coordinate space is not "screen"

Something that came into my mind: We have the `getScreenCTM()` interface on `SVGGraphicElement`s:

> The getScreenCTM method is used to get the matrix that transforms the current element's coordinate system to the coordinate system of the SVG viewport for the SVG document fragment.

https://svgwg.org/svg2-draft/types.html#__svg__SVGGraphicsElement__getScreenCTM

Should the matrix reflect the same coordinate space transformation that `vector-effect` is going to use?

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

Received on Sunday, 11 November 2018 19:12:20 UTC