
Untitled
By: a guest on
Jun 9th, 2012 | syntax:
None | size: 1.42 KB | hits: 29 | expires: Never
This is the expected SVG output.
Save it under 'meds.svg' if you want to test it.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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" version="1.1" width="1000" height="1000">
<path d="M200,200 L380,200 A180,180 0 0,0 20,200 z" style="fill:#00ff00;fill-opacity: 1;stroke:black;stroke-width: 1"/>
<path d="M200,200 L20,200 A180,180 0 1,0 380,200 z" style="fill:#ff0000;fill-opacity: 1;stroke:black;stroke-width: 1"/>
<text x="0" y="500" font-family="Verdana" font-size="14" font-weight="bold">EFFERALGAN 1g EFER: 50.0%</text>
<circle cx="700" cy="200" r="180" stroke="black" stroke-width="1" fill="#ff0000"/>
<text x="500" y="500" font-family="Verdana" font-size="14" font-weight="bold">GELOCATIL 650 mg COMP: 0.0%</text>
<circle cx="200" cy="700" r="180" stroke="black" stroke-width="1" fill="#00ff00"/>
<text x="0" y="1000" font-family="Verdana" font-size="14" font-weight="bold">NEOBRUFEN 600 mg SOBR: 100.0%</text>
<path d="M700,700 L880,700 A180,180 0 1,0 756,871 z" style="fill:#00ff00;fill-opacity: 1;stroke:black;stroke-width: 1"/>
<path d="M700,700 L756,871 A180,180 0 0,0 880,700 z" style="fill:#ff0000;fill-opacity: 1;stroke:black;stroke-width: 1"/>
<text x="500" y="1000" font-family="Verdana" font-size="14" font-weight="bold">NEOBRUFEN 600 mg COMP: 80.0%</text>
</svg>