Files
ladybird/Libraries/LibWeb/SVG/SVGPolygonElement.idl
2024-11-10 12:50:45 +01:00

9 lines
242 B
Plaintext

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