mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
LibWeb: Implement SVGGradientElement
This is the base class for all SVG gradient types. This supports: - The `gradientUnits` attribute - The `gradientTransform` attribute - And following `xlink:hrefs` for inheriting <stops>/attributes
This commit is contained in:
parent
a5fa5e55ef
commit
71938550fa
7 changed files with 175 additions and 0 deletions
|
@ -196,6 +196,7 @@ libweb_js_bindings(SVG/SVGClipPathElement)
|
|||
libweb_js_bindings(SVG/SVGDefsElement)
|
||||
libweb_js_bindings(SVG/SVGElement)
|
||||
libweb_js_bindings(SVG/SVGGeometryElement)
|
||||
libweb_js_bindings(SVG/SVGGradientElement)
|
||||
libweb_js_bindings(SVG/SVGGraphicsElement)
|
||||
libweb_js_bindings(SVG/SVGCircleElement)
|
||||
libweb_js_bindings(SVG/SVGEllipseElement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue