mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
7 lines
312 B
Text
7 lines
312 B
Text
[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;
|
|
};
|