Bug 137292
Summary: | Support mask-composite | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ntim, sebastianzartner, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=221537 | ||
Bug Depends on: | |||
Bug Blocks: | 95389 |
Dirk Schulze
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sebastian Zartner
mask-composite is defined at https://drafts.fxtf.org/css-masking-1/#the-mask-composite.
Sebastian
Tim Nguyen (:ntim)
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
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 229082 ***