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

A possibly analogous question is the behavior of `vector-effect="non-scaling-stroke"` - for example, it's desirable to make it possible that the element using the pattern, when scaled, doesn't also have the line widths scaled. Ie. the `stroke-width` should be invariant to the scale of the pattern user. Same goes for eg. `non-scaling-size` / `<polygon>` and also, not just `<pattern>` but `<marker>` and `<symbol>`.  The current workaround of applying the inverse scale onto the contents of these `<defs>` is counterintuitive as this is what `non-scaling-stroke` and `non-scaling-size` purport to achieve to begin with. 

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

Received on Tuesday, 14 April 2020 19:07:19 UTC