mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
This mainly just checks that we load the file and learn the correct intrinsic aspect ratio from the external SVG.
4 lines
133 B
XML
4 lines
133 B
XML
<svg viewBox="0 0 100 200" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0" y="0" width="100" height="200" fill="green" />
|
|
</svg>
|