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.   <defs>
  6.     <style type="text/css"><![CDATA[
  7.      .s1 {
  8.        fill: none;
  9.        stroke: blue;
  10.      }
  11.      
  12.      .s2 {
  13.        fill-rule: evenodd;
  14.        fill: red;
  15.        stroke: black;
  16.        stroke-width: 3;
  17.      }
  18.    ]]></style>
  19.   </defs>
  20.  
  21.   <rect x="1" y="1" width="1198" height="398" class="s1" />
  22.  
  23.   <path d="M 250,75 L 323,301 131,161 369,161 177,301 z" class="s2" />
  24.    
  25.   <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" class="s2" />
  26.    
  27.   <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" class="s2" />
  28.  
  29. </svg>