mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibWeb: Add SVG <ellipse>
element and test case :^)
This commit is contained in:
parent
21bdcee3c3
commit
3a1a35ef8f
10 changed files with 139 additions and 0 deletions
7
Userland/Libraries/LibWeb/SVG/SVGEllipseElement.idl
Normal file
7
Userland/Libraries/LibWeb/SVG/SVGEllipseElement.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue