- From: Mason Freed via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Sep 2019 07:30:26 +0000
- To: public-fxtf-archive@w3.org
Thanks for opening this issue, @flackr. I agree that this looks like it would provide a better visual appearance than the current edgemode=duplicate behavior. @mstange - see my comment [here](https://bugs.chromium.org/p/chromium/issues/detail?id=978031#c11) on the crbug - I do believe edgemode=duplicate, or something very similar, is what WebKit is currently doing. Looking at @flackr's demo, and comparing to Safari's backdrop-filter appearance, they look very similar. One issue is that the edgemode definition comes from [Filter Effects Level 1](https://drafts.fxtf.org/filter-effects/#feConvolveMatrixElement)'s definition of feConvolveMatrix, and does not currently include a definition for edgemode=reflect. We would have to add `reflect` as a new value, and then be careful to specify where it is valid. Perhaps we wouldn't want to expand the capabilities of feConvolveMatrix to include reflect? -- GitHub Notification of comment by mfreed7 Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/374#issuecomment-533005496 using your GitHub account
Received on Thursday, 19 September 2019 07:30:28 UTC