Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <svg style="width: 600px; height: 600px"
5 viewBox="0 0 100 100" 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>