blob: 99a3d36b5296f7cdba913383cb812002cebfd4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="30">
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=407959 -->
<title>Reference for zoomed-svg-with-viewBox-01.svg</title>
<ellipse cx="20" cy="15" rx="20" ry="15" fill="blue"/>
</svg>
|