summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGSVGElement.idl
blob: 92561e6ce5945a85f88e2b0ec6e10520ea19141c (plain)
1
2
3
4
5
#import <SVG/SVGGraphicsElement.idl>

interface SVGSVGElement : SVGGraphicsElement {

};