Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
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>