[fxtf-drafts] [css-masking] Example 15's illustration image is wrong

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

== [css-masking] Example 15's illustration image is wrong ==
https://drafts.fxtf.org/css-masking-1/#example-0d5257dd

The example wants to demonstrate `subtract(trapezoid, add(circle, 
rect))`, but the image looks like it shows `intersect(trapezoid, 
add(circle, rect))`. Either the `mask-composite` value in the example 
should be changed from `subtract` to `intersect`, or the image needs 
to be updated to show the trapezoid shape being cut out from the union
 of the rect and the circle, instead of the trapezoid being 
intersected with it.

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

Received on Wednesday, 9 November 2016 21:21:10 UTC