mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibWeb: Add SVG <polygon>
element and test case :^)
This commit is contained in:
parent
116a1f485c
commit
2fad940b0b
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/AtkinsSJ
Commit: 2fad940b0b
Pull-request: https://github.com/SerenityOS/serenity/pull/12444
Reviewed-by: https://github.com/awesomekling
10 changed files with 114 additions and 1 deletions
5
Userland/Libraries/LibWeb/SVG/SVGPolygonElement.idl
Normal file
5
Userland/Libraries/LibWeb/SVG/SVGPolygonElement.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Exposed=Window]
|
||||
interface SVGPolygonElement : SVGGeometryElement {
|
||||
};
|
||||
|
||||
// SVGPolygonElement includes SVGAnimatedPoints;
|
Loading…
Add table
Add a link
Reference in a new issue