mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibWeb: Implement SVGStopElement (<stop>)
This is used to specify the color/position of color stops for SVG gradients.
This commit is contained in:
parent
297d8eebcd
commit
b19d2634f6
7 changed files with 116 additions and 1 deletions
|
@ -42,6 +42,7 @@ namespace Web::SVG::AttributeNames {
|
|||
E(maskContentUnits) \
|
||||
E(maskUnits) \
|
||||
E(numOctaves) \
|
||||
E(offset) \
|
||||
E(pathLength) \
|
||||
E(patternContentUnits) \
|
||||
E(patternTransform) \
|
||||
|
@ -59,9 +60,9 @@ namespace Web::SVG::AttributeNames {
|
|||
E(repeatCount) \
|
||||
E(repeatDur) \
|
||||
E(requiredExtensions) \
|
||||
E(requiredFeatures) \
|
||||
E(rx) \
|
||||
E(ry) \
|
||||
E(requiredFeatures) \
|
||||
E(specularConstant) \
|
||||
E(specularExponent) \
|
||||
E(spreadMethod) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue