img-simple-7-ref.html (333B)
1 <html> 2 <body> 3 <svg style="width: 200px; height: 200px" 4 viewBox="0 0 100 50" preserveAspectRatio="none" 5 shape-rendering="crispEdges"> 6 <rect x="2" y="2" height="96" width="96" 7 stroke-width="4" stroke="black" fill="yellow"/> 8 <circle cx="50" cy="50" r="46" style="fill: blue"/> 9 </svg> 10 </body> 11 </html>