Bug 137292 - Support mask-composite
Summary: Support mask-composite
Status: RESOLVED DUPLICATE of bug 229082
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 95389
  Show dependency treegraph
 
Reported: 2014-10-01 00:59 PDT by Dirk Schulze
Modified: 2023-08-29 23:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2014-10-01 00:59:09 PDT
mask-mode is a way to composite different masking layers with each other. WebKit currently supports -webkit-mask-composite with all compositing operators. mask-mode is a subset of -webkit-mask-composite with different keywords. It should be easy to support mask-mode.
Comment 1 Sebastian Zartner 2023-05-03 14:40:25 PDT
mask-composite is defined at https://drafts.fxtf.org/css-masking-1/#the-mask-composite.

Sebastian
Comment 2 Tim Nguyen (:ntim) 2023-08-29 23:48:48 PDT
This bug doesn't seem actionable anymore, mask-mode & mask-composite are both implemented.

https://commits.webkit.org/245035@main
https://commits.webkit.org/25730@main
Comment 3 Tim Nguyen (:ntim) 2023-08-29 23:49:42 PDT

*** This bug has been marked as a duplicate of bug 229082 ***