<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
<circle cx="150" cy="50" r="45" fill="green"/>
<circle cx="50" cy="50" r="45" fill="green" shape-rendering="crispEdges"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
<circle cx="150" cy="50" r="45" fill="green"/>
<circle cx="50" cy="50" r="45" fill="green" shape-rendering="crispEdges"/>
</svg>