Files
ladybird/Userland/Libraries/LibWeb/SVG/SVGPolygonElement.idl
2022-02-11 21:38:27 +01:00

6 lines
121 B
Plaintext

[Exposed=Window]
interface SVGPolygonElement : SVGGeometryElement {
};
// SVGPolygonElement includes SVGAnimatedPoints;