mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibWeb: Expose SVGLineElement attributes to JS
This commit is contained in:
parent
b5ef900ccd
commit
b51ea3a67c
3 changed files with 51 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#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;
|
||||
[SameObject] readonly attribute SVGAnimatedLength x1;
|
||||
[SameObject] readonly attribute SVGAnimatedLength y1;
|
||||
[SameObject] readonly attribute SVGAnimatedLength x2;
|
||||
[SameObject] readonly attribute SVGAnimatedLength y2;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue