mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 23:39:44 +00:00
LibWeb: Implement RadialGradientStyleValue
Adds a style value for `radial-gradient()`s and implements some helpers for resolving their properties.
This commit is contained in:
parent
f1f1977e2d
commit
040dac558e
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/MacDue
Commit: 040dac558e
Pull-request: https://github.com/SerenityOS/serenity/pull/16043
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/LucasChollet
3 changed files with 237 additions and 1 deletions
|
@ -90,6 +90,7 @@ class Percentage;
|
|||
class PercentageStyleValue;
|
||||
class PositionStyleValue;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class RadialGradientStyleValue;
|
||||
class RectStyleValue;
|
||||
class Resolution;
|
||||
class ResolutionStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue