mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00: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;
|
|
};
|