Re: [fxtf-drafts] [css-masking] Define "raw geometry" for `<clipPath>` clipping

My interpretation and some basic browser testing leans toward defining this as if the following properties were always set: 

```css
clipPath * {
  fill: #000;
  fill-opacity: 1;
  stroke: none;
}
```

But maybe that's begging the question in some way.

-- 
GitHub Notification of comment by tigt
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/170#issuecomment-304108957 using your GitHub account

Received on Thursday, 25 May 2017 20:03:02 UTC