mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
LibWeb: Add SVG <rect>
element and test case :^)
This commit is contained in:
parent
aa2f20fb60
commit
1dde6a0a2b
11 changed files with 225 additions and 1 deletions
9
Userland/Libraries/LibWeb/SVG/SVGRectElement.idl
Normal file
9
Userland/Libraries/LibWeb/SVG/SVGRectElement.idl
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Exposed=Window]
|
||||
interface SVGRectElement : SVGGeometryElement {
|
||||
// [SameObject] readonly attribute SVGAnimatedLength x;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength y;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength width;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength height;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength rx;
|
||||
// [SameObject] readonly attribute SVGAnimatedLength ry;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue