2022-02-15 22:40:51 +03:30
|
|
|
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
|
|
2022-10-07 16:45:09 -06:00
|
|
|
// https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
|
|
|
|
|
[Exposed=Window]
|
2020-10-02 20:57:28 +01:00
|
|
|
interface SVGPathElement : SVGGeometryElement {
|
|
|
|
|
|
2020-12-09 21:26:42 +00:00
|
|
|
};
|