mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Expose SVGEllipseElement attributes to JS
This commit is contained in:
parent
1a3d6c68ef
commit
ccee8953d0
Notes:
sideshowbarker
2024-07-17 16:52:50 +09:00
Author: https://github.com/AtkinsSJ
Commit: ccee8953d0
Pull-request: https://github.com/SerenityOS/serenity/pull/13199
3 changed files with 51 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#import <SVG/SVGGeometryElement.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface SVGEllipseElement : SVGGeometryElement {
|
||||
// [SameObject] readonly attribute SVGAnimatedLength cx;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength cy;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength rx;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength ry;
|
||||
[SameObject] readonly attribute SVGAnimatedLength cx;
|
||||
[SameObject] readonly attribute SVGAnimatedLength cy;
|
||||
[SameObject] readonly attribute SVGAnimatedLength rx;
|
||||
[SameObject] readonly attribute SVGAnimatedLength ry;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue