mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb/SVG: Make SVGClipPathElement inherit from SVGGraphicsElement
This commit is contained in:
parent
08ebfaff17
commit
3f8d4c2c92
Notes:
github-actions[bot]
2025-02-01 12:40:00 +00:00
Author: https://github.com/Gingeh
Commit: 3f8d4c2c92
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3178
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ namespace Web::SVG {
|
|||
GC_DEFINE_ALLOCATOR(SVGClipPathElement);
|
||||
|
||||
SVGClipPathElement::SVGClipPathElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: SVGElement(document, move(qualified_name))
|
||||
: SVGGraphicsElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue