SVGPathElement.idl 174 B

1234567
  1. #import <SVG/SVGGeometryElement.idl>
  2. // https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
  3. [Exposed=Window]
  4. interface SVGPathElement : SVGGeometryElement {
  5. };