mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
26e6c47d0a
The only IDL interface without a spec link is Internals
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;
|