mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibWeb: Add SVG <circle>
element and test case :^)
This commit is contained in:
parent
1dde6a0a2b
commit
21bdcee3c3
Notes:
sideshowbarker
2024-07-17 19:00:36 +09:00
Author: https://github.com/AtkinsSJ
Commit: 21bdcee3c3
Pull-request: https://github.com/SerenityOS/serenity/pull/12444
Reviewed-by: https://github.com/awesomekling
11 changed files with 132 additions and 0 deletions
|
@ -244,6 +244,7 @@ class ResizeObserver;
|
|||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
class SVGCircleElement;
|
||||
class SVGElement;
|
||||
class SVGGeometryElement;
|
||||
class SVGGraphicsElement;
|
||||
|
@ -450,6 +451,7 @@ class StyleSheetListWrapper;
|
|||
class StyleSheetWrapper;
|
||||
class SubmitEventWrapper;
|
||||
class SubtleCryptoWrapper;
|
||||
class SVGCircleElementWrapper;
|
||||
class SVGElementWrapper;
|
||||
class SVGGeometryElementWrapper;
|
||||
class SVGGraphicsElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue