mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Add SVG <polyline>
element and test case :^)
This commit is contained in:
parent
17912330c4
commit
116a1f485c
13 changed files with 141 additions and 1 deletions
5
Userland/Libraries/LibWeb/SVG/SVGPolylineElement.idl
Normal file
5
Userland/Libraries/LibWeb/SVG/SVGPolylineElement.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Exposed=Window]
|
||||
interface SVGPolylineElement : SVGGeometryElement {
|
||||
};
|
||||
|
||||
// SVGPolylineElement includes SVGAnimatedPoints;
|
Loading…
Add table
Add a link
Reference in a new issue