mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:07:46 +00:00
LibWeb: Add SVGDefsElement
* Similarly to clipPath, this doesn't need to get rendered, so return no LayoutNode.
This commit is contained in:
parent
55e9192886
commit
bd90498332
8 changed files with 62 additions and 0 deletions
|
@ -318,6 +318,7 @@ set(SOURCES
|
|||
SVG/AttributeParser.cpp
|
||||
SVG/SVGAnimatedLength.cpp
|
||||
SVG/SVGClipPathElement.cpp
|
||||
SVG/SVGDefsElement.cpp
|
||||
SVG/SVGElement.cpp
|
||||
SVG/SVGElement.cpp
|
||||
SVG/SVGGElement.cpp
|
||||
|
@ -584,6 +585,7 @@ libweb_js_wrapper(RequestIdleCallback/IdleDeadline)
|
|||
libweb_js_wrapper(ResizeObserver/ResizeObserver)
|
||||
libweb_js_wrapper(SVG/SVGAnimatedLength)
|
||||
libweb_js_wrapper(SVG/SVGClipPathElement)
|
||||
libweb_js_wrapper(SVG/SVGDefsElement)
|
||||
libweb_js_wrapper(SVG/SVGElement)
|
||||
libweb_js_wrapper(SVG/SVGGeometryElement)
|
||||
libweb_js_wrapper(SVG/SVGGraphicsElement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue