1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +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:
MacDue 2023-04-20 18:51:00 +01:00 committed by Andreas Kling
parent 297d8eebcd
commit b19d2634f6
7 changed files with 116 additions and 1 deletions

View file

@ -505,6 +505,7 @@ set(SOURCES
SVG/SVGPolylineElement.cpp
SVG/SVGRectElement.cpp
SVG/SVGSVGElement.cpp
SVG/SVGStopElement.cpp
SVG/SVGTextContentElement.cpp
SVG/TagNames.cpp
SVG/ViewBox.cpp