mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibWeb: Add URLStyleValue to represent general url() values
This is primarily being added to support `fill: url(#gradient)` for SVGs.
This commit is contained in:
parent
b19d2634f6
commit
2fbe5b969b
4 changed files with 55 additions and 0 deletions
|
@ -155,6 +155,7 @@ class TransformationStyleValue;
|
|||
class UnicodeRange;
|
||||
class UnresolvedStyleValue;
|
||||
class UnsetStyleValue;
|
||||
class URLStyleValue;
|
||||
|
||||
enum class MediaFeatureID;
|
||||
enum class PropertyID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue