mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:37:36 +00:00
LibWeb: Add SVG <line>
element and test case :^)
This commit is contained in:
parent
3a1a35ef8f
commit
17912330c4
11 changed files with 126 additions and 0 deletions
7
Userland/Libraries/LibWeb/SVG/SVGLineElement.idl
Normal file
7
Userland/Libraries/LibWeb/SVG/SVGLineElement.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue