Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 9th, 2012  |  syntax: None  |  size: 1.42 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. This is the expected SVG output.
  2.  
  3. Save it under 'meds.svg' if you want to test it.
  4.  
  5.  
  6. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  7. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  8. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="1000">
  9. <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"/>
  10. <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"/>
  11. <text x="0" y="500" font-family="Verdana" font-size="14" font-weight="bold">EFFERALGAN 1g EFER: 50.0%</text>
  12. <circle cx="700" cy="200" r="180" stroke="black" stroke-width="1" fill="#ff0000"/>
  13. <text x="500" y="500" font-family="Verdana" font-size="14" font-weight="bold">GELOCATIL 650 mg COMP: 0.0%</text>
  14. <circle cx="200" cy="700" r="180" stroke="black" stroke-width="1" fill="#00ff00"/>
  15. <text x="0" y="1000" font-family="Verdana" font-size="14" font-weight="bold">NEOBRUFEN 600 mg SOBR: 100.0%</text>
  16. <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"/>
  17. <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"/>
  18. <text x="500" y="1000" font-family="Verdana" font-size="14" font-weight="bold">NEOBRUFEN 600 mg COMP: 80.0%</text>
  19. </svg>