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

fsoder has just created a new issue for https://github.com/w3c/svgwg:

== How does vector-effect=non-scaling-stroke interact with the stroke-dash* properties ==
In the sections on how vector effects are painted [1], it's stated that:

> The resulting visual effect of this modification is that stroke width is not dependant on the transformations of the element...

which does not call out if `stroke-dasharray` and `stroke-dashoffset` should be processed in the host coordinate space as well, or if it should be handled in the user coordinate space (somehow).
It does say "Stroke outline is calculated in the host coordinate space.", which could be interpreted to include all the properties that define a stroke shape (per [2].)

[1] https://svgwg.org/svg2-draft/painting.html#PaintingVectorEffects
[2] https://svgwg.org/svg2-draft/painting.html#StrokeShape

(This issue surfaced in https://bugs.chromium.org/p/chromium/issues/detail?id=730008)

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/323 using your GitHub account

Received on Wednesday, 7 June 2017 08:37:59 UTC