mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 15:07:45 +00:00
LibWeb/SVG: Support url() in the stroke attribute
This allows you to draw gradients in strokes, for example.
This commit is contained in:
parent
8993a710f8
commit
42a183720b
8 changed files with 51 additions and 12 deletions
|
@ -1663,8 +1663,10 @@
|
|||
"affects-layout": false,
|
||||
"inherited": true,
|
||||
"initial": "none",
|
||||
"__comment": "FIXME: Use `paint` as the type, once we have a PaintStyleValue and generic parsing for it.",
|
||||
"valid-types": [
|
||||
"color"
|
||||
"color",
|
||||
"url"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue