mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
06ed56f4f6
Going via the `ViewportPaintable` missed some steps (in particular computing clip rects), which meant nested SVGs within SVGs-as-images were completely clipped.
5 lines
154 B
HTML
5 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" />
|