serenity/Tests/LibWeb/Ref/nested-svg-as-img.html
MacDue 06ed56f4f6 LibWeb: Paint SVGDecodedImageData via Navigable::paint()
Going via the `ViewportPaintable` missed some steps (in particular
computing clip rects), which meant nested SVGs within SVGs-as-images
were completely clipped.
2024-03-30 21:35:22 +01:00

6 lines
154 B
HTML

<style>
img { border: 1px solid black; }
</style>
<img src="./assets/nested-svg.svg">
<link rel="match" href="reference/nested-svg-as-img-ref.html" />