mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47: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
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