mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
242 B
Plaintext
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;
|