button-bg.svg 507 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  5. <defs>
  6. <linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
  7. <stop offset="0%" stop-color="#fcfcfc"/>
  8. <stop offset="100%" stop-color="#dcdcdc"/>
  9. </linearGradient>
  10. </defs>
  11. <rect x="0" y="0" height="100%" width="100%" fill="url(#gradient)" />
  12. </svg>