Re: [svgwg] How does vector-effect=non-scaling-stroke interact with the stroke-dash* properties

>From the implementation point of view, I think what gets implemented is to transform the path to the host coordinate system and paint the stroke in the host coordinate system. This way, all stroke properties apply in the host coordinate system.

I see that there are use cases to scale some properties, but this is not trivial for non-uniform scales. We would need to fallback to the infamous square root approach to compute the stroke width (or other length based properties).

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

Received on Sunday, 29 April 2018 09:25:29 UTC