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