1
0
Fork 0
firefox/layout/reftests/svg/as-image/img-simple-3-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
316 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<svg style="width: 600px; height: 600px"
viewBox="0 0 100 100" shape-rendering="crispEdges">
<rect x="2" y="2" height="96" width="96"
stroke-width="4" stroke="black" fill="yellow"/>
<circle cx="50" cy="50" r="46" style="fill: blue"/>
</svg>
</body>
</html>