LibWeb/SVG: SVGSymbolElement includes SVGFitToViewBox

This commit is contained in:
Jamie Mansfield 2024-07-20 18:32:53 +01:00 committed by Andreas Kling
parent 821416027d
commit 6c7089fc9e
Notes: github-actions[bot] 2024-07-21 11:26:44 +00:00
3 changed files with 21 additions and 2 deletions

View file

@ -6,4 +6,4 @@ interface SVGSymbolElement : SVGGraphicsElement {
};
// FIXME: SVGSymbolElement includes SVGFitToViewBox;
SVGSymbolElement includes SVGFitToViewBox;