ladybird/Userland/Libraries/LibWeb/SVG/SVGLineElement.idl

8 lines
312 B
Text
Raw Normal View History

[Exposed=Window]
interface SVGLineElement : SVGGeometryElement {
// [SameObject] readonly attribute SVGAnimatedLength x1;
// [SameObject] readonly attribute SVGAnimatedLength y1;
// [SameObject] readonly attribute SVGAnimatedLength x2;
// [SameObject] readonly attribute SVGAnimatedLength y2;
};