ladybird/Libraries/LibWeb/SVG/SVGPolygonElement.idl

8 lines
242 B
Text

#import <SVG/SVGGeometryElement.idl>
// https://svgwg.org/svg2-draft/single-page.html#shapes-InterfaceSVGPolygonElement
[Exposed=Window]
interface SVGPolygonElement : SVGGeometryElement {
};
// SVGPolygonElement includes SVGAnimatedPoints;