mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +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
3
Userland/Libraries/LibWeb/SVG/SVGDefsElement.idl
Normal file
3
Userland/Libraries/LibWeb/SVG/SVGDefsElement.idl
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Exposed=Window]
|
||||
interface SVGDefsElement : SVGGraphicsElement {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue