mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-27 13:38:28 +00:00
LibWeb: Add tag and attribute names for SVG linear gradients
This commit is contained in:
@@ -25,6 +25,9 @@ namespace Web::SVG::AttributeNames {
|
||||
E(diffuseConstant) \
|
||||
E(edgeMode) \
|
||||
E(filterUnits) \
|
||||
E(fr) \
|
||||
E(fx) \
|
||||
E(fy) \
|
||||
E(glyphRef) \
|
||||
E(gradientTransform) \
|
||||
E(gradientUnits) \
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace Web::SVG::TagNames {
|
||||
__ENUMERATE_SVG_TAG(desc) \
|
||||
__ENUMERATE_SVG_TAG(foreignObject) \
|
||||
__ENUMERATE_SVG_TAG(linearGradient) \
|
||||
__ENUMERATE_SVG_TAG(radialGradient) \
|
||||
__ENUMERATE_SVG_TAG(script) \
|
||||
__ENUMERATE_SVG_TAG(stop) \
|
||||
__ENUMERATE_SVG_TAG(title)
|
||||
|
||||
Reference in New Issue
Block a user