Files
Mranalysis/test.svg
2013-07-18 21:19:08 +02:00

14 lines
689 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"
version="1.1" baseProfile="full" >
<circle cx="110" cy="110" r="100" stroke="#4e9a06" stroke-width="4" fill="none" />
<circle cx="110" cy="110" r="10" fill="full" />
<circle cx="410" cy="110" r="100" stroke="#4e9a06" stroke-width="4" fill="none" />
<circle cx="410" cy="110" r="10" fill="full" />
<line x1="110" y1="110" x2="410" y2="110" style="stroke:rgb(255,0,0);stroke-width:2"/>
</svg>