1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 19:31:01 +00:00
serenity/Tests/LibWeb/Layout/input/svg/rectangle.svg
Andreas Kling 24ea78c613 LibWeb: Add a very basic test for SVG-as-image
This mainly just checks that we load the file and learn the correct
intrinsic aspect ratio from the external SVG.
2023-05-21 07:44:29 +02:00

3 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>