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