mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 16:24:59 +00:00
7 lines
161 B
Text
7 lines
161 B
Text
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGPolylineElement : SVGGeometryElement {
|
|
};
|
|
|
|
// SVGPolylineElement includes SVGAnimatedPoints;
|