mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +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
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/MacDue
Commit: 2fbe5b969b
Pull-request: https://github.com/SerenityOS/serenity/pull/18473
Reviewed-by: https://github.com/nico
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