mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Add SVG <circle>
element and test case :^)
This commit is contained in:
parent
1dde6a0a2b
commit
21bdcee3c3
11 changed files with 132 additions and 0 deletions
6
Userland/Libraries/LibWeb/SVG/SVGCircleElement.idl
Normal file
6
Userland/Libraries/LibWeb/SVG/SVGCircleElement.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Exposed=Window]
|
||||
interface SVGCircleElement : SVGGeometryElement {
|
||||
// [SameObject] readonly attribute SVGAnimatedLength cx;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength cy;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength r;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue