[fxtf-drafts] [css-masking-1] Used value of border-box et al. on SVG

dirkschulze has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [css-masking-1] Used value of border-box et al. on SVG ==
This is a copy of https://github.com/w3c/csswg-drafts/issues/999

For SVG elements the following mapping applies:
* `content-box` to `fill-box`
* `padding-box` to `fill-box`
* `border-box` to `stroke-box`

>From Fill and Stroke:
> For SVG shapes, `content-box` and `padding-box` are treated as `fill-box`, while `border-box` is treated as `stroke-box`.

Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/283 using your GitHub account

Received on Tuesday, 1 May 2018 19:46:17 UTC