1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 16:24:59 +00:00
serenity/Userland/Libraries/LibWeb/SVG/SVGPolylineElement.idl

7 lines
161 B
Text

#import <SVG/SVGGeometryElement.idl>
[Exposed=Window]
interface SVGPolylineElement : SVGGeometryElement {
};
// SVGPolylineElement includes SVGAnimatedPoints;