mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
10 lines
350 B
Plaintext
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;
|
|
};
|