mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
8 lines
245 B
Text
8 lines
245 B
Text
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/single-page.html#shapes-InterfaceSVGPolylineElement
|
|
[Exposed=Window]
|
|
interface SVGPolylineElement : SVGGeometryElement {
|
|
};
|
|
|
|
// SVGPolylineElement includes SVGAnimatedPoints;
|