ladybird/Userland/Libraries/LibWeb/SVG/SVGPolygonElement.idl
2022-02-16 22:48:32 +03:30

7 lines
159 B
Text

#import <SVG/SVGGeometryElement.idl>
[Exposed=Window]
interface SVGPolygonElement : SVGGeometryElement {
};
// SVGPolygonElement includes SVGAnimatedPoints;