LibWeb: Add SVG <polygon> element and test case :^)

This commit is contained in:
Sam Atkins 2022-02-11 17:36:05 +00:00 committed by Andreas Kling
commit 2fad940b0b
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
10 changed files with 114 additions and 1 deletions

View file

@ -0,0 +1,5 @@
[Exposed=Window]
interface SVGPolygonElement : SVGGeometryElement {
};
// SVGPolygonElement includes SVGAnimatedPoints;