Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" 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="800" height="500" version="1.1" xmlns="http://www.w3.org/2000/svg">
  4.     <defs>
  5.  
  6.         <linearGradient id="gradient1" x1="0%" y1="0%" x2="0%" y2="100%">
  7.             <stop offset="0%" style="stop-color:#000000;"/>
  8.             <stop offset="100%" style="stop-color:#ffffff;"/>
  9.         </linearGradient>
  10.  
  11.         <style type="text/css">
  12.          #canvas { fill: url(#gradient1); }
  13.         </style>
  14.     </defs>
  15.     <rect id="canvas" width="100%" height="100%" x="0" y="0" />
  16. </svg>