summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGPolylineElement.idl
blob: 85457683b63735e438d8623e47d8395a683df9f8 (plain)
1
2
3
4
5
6
7
#import <SVG/SVGGeometryElement.idl>

[Exposed=Window]
interface SVGPolylineElement : SVGGeometryElement {
};

// SVGPolylineElement includes SVGAnimatedPoints;