1
Fork 0
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:
MacDue 2023-04-20 18:31:00 +01:00 committed by Andreas Kling
parent b19d2634f6
commit 2fbe5b969b
4 changed files with 55 additions and 0 deletions

View file

@ -155,6 +155,7 @@ class TransformationStyleValue;
class UnicodeRange;
class UnresolvedStyleValue;
class UnsetStyleValue;
class URLStyleValue;
enum class MediaFeatureID;
enum class PropertyID;