mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +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
|
@ -207,6 +207,7 @@ libweb_js_bindings(SVG/SVGPolygonElement)
|
|||
libweb_js_bindings(SVG/SVGPolylineElement)
|
||||
libweb_js_bindings(SVG/SVGRectElement)
|
||||
libweb_js_bindings(SVG/SVGSVGElement)
|
||||
libweb_js_bindings(SVG/SVGStopElement)
|
||||
libweb_js_bindings(SVG/SVGTextContentElement)
|
||||
libweb_js_bindings(Selection/Selection)
|
||||
libweb_js_bindings(UIEvents/FocusEvent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue