svg_defs.svg 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!-- will be included in each svg plot -->
  2. <defs>
  3. <linearGradient id="gr_bg" x1="0%" y1="0%" x2="0%" y2="100%">
  4. <stop offset="0%" style="stop-color:#FFFFF7; stop-opacity:1"/>
  5. <stop offset="100%" style="stop-color:#FFFFC7; stop-opacity:1"/>
  6. </linearGradient>
  7. <linearGradient id="gr_0" x1="0%" y1="0%" x2="0%" y2="100%">
  8. <stop offset="0%" style="stop-color:#f00; stop-opacity:.6"/>
  9. <stop offset="100%" style="stop-color:#f88; stop-opacity:.4"/>
  10. </linearGradient>
  11. <linearGradient id="gr_1" x1="0%" y1="0%" x2="0%" y2="100%">
  12. <stop offset="0%" style="stop-color:#291; stop-opacity:.6"/>
  13. <stop offset="100%" style="stop-color:#8f7; stop-opacity:.4"/>
  14. </linearGradient>
  15. <linearGradient id="gr_2" x1="0%" y1="0%" x2="0%" y2="100%">
  16. <stop offset="0%" style="stop-color:#00f; stop-opacity:.6"/>
  17. <stop offset="100%" style="stop-color:#88f; stop-opacity:.4"/>
  18. </linearGradient>
  19. <linearGradient id="gr_3" x1="0%" y1="0%" x2="0%" y2="100%">
  20. <stop offset="0%" style="stop-color:#f0f; stop-opacity:.6"/>
  21. <stop offset="100%" style="stop-color:#f8f; stop-opacity:.4"/>
  22. </linearGradient>
  23. <linearGradient id="gr_4" x1="0%" y1="0%" x2="0%" y2="100%">
  24. <stop offset="0%" style="stop-color:#ff0; stop-opacity:.6"/>
  25. <stop offset="100%" style="stop-color:#ff8; stop-opacity:.4"/>
  26. </linearGradient>
  27. <linearGradient id="gr_5" x1="0%" y1="0%" x2="0%" y2="100%">
  28. <stop offset="0%" style="stop-color:#0ff; stop-opacity:.6"/>
  29. <stop offset="100%" style="stop-color:#8ff; stop-opacity:.4"/>
  30. </linearGradient>
  31. <linearGradient id="gr_6" x1="0%" y1="0%" x2="0%" y2="100%">
  32. <stop offset="0%" style="stop-color:#000; stop-opacity:.6"/>
  33. <stop offset="100%" style="stop-color:#ccc; stop-opacity:.4"/>
  34. </linearGradient>
  35. <pattern id="gr0_stripe" width="4" height="4"
  36. patternUnits="userSpaceOnUse" patternTransform="rotate(-45 2 2)">
  37. <path d="M -1,2 l 6,0" stroke="#f00" stroke-width="0.5"/>
  38. </pattern>
  39. <pattern id="gr1_stripe" width="4" height="4"
  40. patternUnits="userSpaceOnUse" patternTransform="rotate(45 2 2)">
  41. <path d="M -1,2 l 6,0" stroke="green" stroke-width="0.5"/>
  42. </pattern>
  43. <linearGradient id="gr0_gyr" x1="0%" y1="0%" x2="0%" y2="100%">
  44. <stop offset= "0%" style="stop-color:#f00; stop-opacity:.6"/>
  45. <stop offset= "50%" style="stop-color:#ff0; stop-opacity:.6"/>
  46. <stop offset="100%" style="stop-color:#0f0; stop-opacity:.6"/>
  47. </linearGradient>
  48. </defs>