mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb: Implement mask-type
CSS property
This property allows specifying if a mask is an alpha or luminance mask. See: https://drafts.fxtf.org/css-masking/#the-mask-type
This commit is contained in:
parent
b0d75ef096
commit
479451498b
Notes:
sideshowbarker
2024-07-17 04:32:07 +09:00
Author: https://github.com/MacDue
Commit: 479451498b
Pull-request: https://github.com/SerenityOS/serenity/pull/21371
Reviewed-by: https://github.com/AtkinsSJ
9 changed files with 43 additions and 2 deletions
|
@ -122,6 +122,7 @@ public:
|
|||
Vector<CSS::Transformation> transformations() const;
|
||||
CSS::TransformOrigin transform_origin() const;
|
||||
|
||||
Optional<CSS::MaskType> mask_type() const;
|
||||
Color stop_color() const;
|
||||
float stop_opacity() const;
|
||||
float fill_opacity() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue