ladybird/Userland/Libraries/LibWeb/SVG/SVGDefsElement.idl
Simon Danner bd90498332 LibWeb: Add SVGDefsElement
* Similarly to clipPath, this doesn't need to get rendered, so return no
  LayoutNode.
2022-04-11 20:19:10 +02:00

3 lines
68 B
Text

[Exposed=Window]
interface SVGDefsElement : SVGGraphicsElement {
};