mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Add SVG <polyline>
element and test case :^)
This commit is contained in:
parent
17912330c4
commit
116a1f485c
Notes:
sideshowbarker
2024-07-17 19:00:24 +09:00
Author: https://github.com/AtkinsSJ
Commit: 116a1f485c
Pull-request: https://github.com/SerenityOS/serenity/pull/12444
Reviewed-by: https://github.com/awesomekling
13 changed files with 141 additions and 1 deletions
|
@ -251,6 +251,7 @@ class SVGGeometryElement;
|
|||
class SVGGraphicsElement;
|
||||
class SVGLineElement;
|
||||
class SVGPathElement;
|
||||
class SVGPolylineElement;
|
||||
class SVGRectElement;
|
||||
class SVGSVGElement;
|
||||
}
|
||||
|
@ -460,6 +461,7 @@ class SVGGeometryElementWrapper;
|
|||
class SVGGraphicsElementWrapper;
|
||||
class SVGLineElementWrapper;
|
||||
class SVGPathElementWrapper;
|
||||
class SVGPolylineElementWrapper;
|
||||
class SVGRectElementWrapper;
|
||||
class SVGSVGElementWrapper;
|
||||
class TextEncoderWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue