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