Files
ladybird/Userland/Libraries/LibWeb/SVG/SVGLineElement.idl
2022-02-16 22:48:32 +03:30

10 lines
350 B
Plaintext

#import <SVG/SVGGeometryElement.idl>
[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;
};