Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg width="12cm" height="4cm" viewBox="0 0 1200 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  4.  
  5.   <rect x="1" y="1" width="1198" height="398" fill="none" stroke="blue"/>
  6.  
  7.   <path d="M 250,75 L 323,301 131,161 369,161 177,301 z"
  8.    fill-rule="evenodd"
  9.    fill="red"
  10.    stroke="black"
  11.    stroke-width="3" />
  12.    
  13.   <path d="M 600,81 A 107,107 0 0,1 600,295 A 107,107 0 0,1 600,81 z              M 600,139 A 49,49 0 0,1 600,237 A 49,49 0 0,1 600,139 z"
  14.    fill-rule="evenodd"
  15.    fill="red"
  16.    stroke="black"
  17.    stroke-width="3" />
  18.    
  19.   <path d="M 950,81 A 107,107 0 0,1 950,295 A 107,107 0 0,1 950,81 z              M 950,139 A 49,49 0 0,0 950,237 A 49,49 0 0,0 950,139 z"
  20.    fill-rule="evenodd"
  21.    fill="red"
  22.    stroke="black"
  23.    stroke-width="3" />
  24.  
  25. </svg>