mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
8 lines
312 B
Text
8 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;
|
||
|
|
};
|