ladybird/Userland/Libraries/LibWeb/SVG/SVGPolygonElement.idl

9 lines
242 B
Plaintext
Raw Normal View History

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