mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/single-page.html#shapes-InterfaceSVGPolylineElement
|
|
[Exposed=Window]
|
|
interface SVGPolylineElement : SVGGeometryElement {
|
|
};
|
|
|
|
// SVGPolylineElement includes SVGAnimatedPoints;
|