NEW 94359
[CI][CSS Masking] apply luminance mask to context
https://bugs.webkit.org/show_bug.cgi?id=94359
Summary [CI][CSS Masking] apply luminance mask to context
Dirk Schulze
Reported 2012-08-17 10:14:23 PDT
CSS masking just supported alpha masks at the moment. For compatibility reasons to SVG and to support the general harmonization process with bug 90738, it looks reasonable to support luminance masks as well. This is currently described by the proposal for CSS Masking [1]. The old SVG masking code used to work with CI to transform a luminance mask to an alpha mask [2]. [1] http://dvcs.w3.org/hg/FXTF/raw-file/tip/masking/index.html#the-mask-type [2] http://trac.webkit.org/browser/trunk/WebCore/svg/graphics/cg/SVGResourceMaskerCg.mm?rev=35895
Attachments
Alex
Comment 1 2023-11-14 00:49:33 PST
Isn't it supported already since Safari 15.4? https://caniuse.com/mdn-css_properties_mask-mode
Note You need to log in before you can comment on or make changes to this bug.