ladybird/Userland/Libraries/LibWeb/SVG
K-Adam e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree
An svg layout element without a `SVGSVGElement` ancestor caused a failed
assertion before, because the svg context does not exist when `paint()`
is called
2021-08-05 20:17:08 +02:00
..
SVGContext.h
SVGElement.cpp
SVGElement.h LibWeb: Ignore svg elements outside of <svg> when building layout tree 2021-08-05 20:17:08 +02:00
SVGElement.idl
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGraphicsElement.cpp
SVGGraphicsElement.h
SVGGraphicsElement.idl
SVGPathElement.cpp Everywhere: Mark debug-only functions [[maybe_unused]] 2021-07-08 10:11:00 +02:00
SVGPathElement.h
SVGPathElement.idl
SVGSVGElement.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
SVGSVGElement.h LibWeb: Ignore svg elements outside of <svg> when building layout tree 2021-08-05 20:17:08 +02:00
SVGSVGElement.idl
TagNames.cpp
TagNames.h