summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGPathElement.idl
blob: eeec8717fc67373199822b981eee8522079dceaa (plain)
1
2
3
4
5
#import <SVG/SVGGeometryElement.idl>

interface SVGPathElement : SVGGeometryElement {

};