1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:45:08 +00:00
serenity/Libraries/LibWeb/SVG/SVGPathElement.idl
Luke 9dee140a9f LibWeb: Add empty IDL bindings for current SVG elements
Nothing in them right now as the classes don't contain the IDL
methods.
2020-10-03 00:30:49 +02:00

3 lines
51 B
Text

interface SVGPathElement : SVGGeometryElement {
}