mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 23:12:56 +00:00
7 lines
159 B
Text
7 lines
159 B
Text
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGPolygonElement : SVGGeometryElement {
|
|
};
|
|
|
|
// SVGPolygonElement includes SVGAnimatedPoints;
|