Re: [svgwg] [svg-native] Limited support for filters? (#675)

Maybe CSS `filter` property could be exposed as a presentation attribute just like [transform-origin](https://github.com/w3c/svgwg/issues/688)? Then SVG Native could whitelist some basic standard functions such as `blur()`, `drop-shadow()` and `contrast()`.

Filters should degrade gracefully when user agent does not support them since they are usually adding minor details or just fine-tuning the graphics. However, from my experience they can easily lock the entire renderer process when misused (even on Chrome / Electron).

-- 
GitHub Notification of comment by jarek-foksa
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/675#issuecomment-491507266 using your GitHub account

Received on Saturday, 11 May 2019 12:32:28 UTC