SVGPolygonElement.idl 159 B

1234567
  1. #import <SVG/SVGGeometryElement.idl>
  2. [Exposed=Window]
  3. interface SVGPolygonElement : SVGGeometryElement {
  4. };
  5. // SVGPolygonElement includes SVGAnimatedPoints;