mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Support {fill,stroke,stop,flood}-opacity in geckolib.
This commit is contained in:
parent
0f2dc53b0a
commit
d71e5c8b3d
2 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,14 @@ ${helpers.single_keyword("dominant-baseline",
|
|||
|
||||
${helpers.single_keyword("vector-effect", "none non-scaling-stroke", products="gecko")}
|
||||
|
||||
// Section 13 - Gradients and Patterns
|
||||
|
||||
${helpers.predefined_type("stop-opacity", "Opacity", "1.0", products="gecko")}
|
||||
|
||||
// Section 15 - Filter Effects
|
||||
|
||||
${helpers.predefined_type("flood-opacity", "Opacity", "1.0", products="gecko")}
|
||||
|
||||
// CSS Masking Module Level 1
|
||||
// https://www.w3.org/TR/css-masking-1/
|
||||
${helpers.single_keyword("mask-type", "luminance alpha", products="gecko")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue