summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGPathElement.idl
blob: 83d657a081fcd2c6c98153a49489383b047a12f0 (plain)
1
2
3
4
5
6
7
#import <SVG/SVGGeometryElement.idl>

// https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
[Exposed=Window]
interface SVGPathElement : SVGGeometryElement {

};