- From: Dirk Schulze via GitHub <sysbot+gh@w3.org>
- Date: Sun, 12 May 2019 19:29:43 +0000
- To: public-svg-issues@w3.org
Yes, if supported at all it should just be a set of filter functions. As said, before, filters require an implicitly or explicitly created off-screen buffer to perform. * On macOS/iOS there is CoreAnimation and CoreImage that support filters, CoreGraphics _does not_ (with the exception of shadow). * Skia _does_ have a set of filters that are similarly implemented in Qt, D2D and GDI+ (blur, hue-rotate, contrast, brightness). * Cairo graphics _does not_ support filter effects. -- GitHub Notification of comment by dirkschulze Please view or discuss this issue at https://github.com/w3c/svgwg/issues/675#issuecomment-491622350 using your GitHub account
Received on Sunday, 12 May 2019 19:29:44 UTC