mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:28:11 +00:00
9 lines
350 B
Text
9 lines
350 B
Text
#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;
|
|
};
|