uwpx.svg 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <svg width="4000" height="4000" xmlns="http://www.w3.org/2000/svg">
  3. <defs>
  4. <filter id="f3" width="200%" height="200%">
  5. <feOffset result="offOut" in="SourceAlpha"/>
  6. <feGaussianBlur result="blurOut" in="offOut" stdDeviation="50" />
  7. <feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
  8. </filter>
  9. </defs>
  10. <g transform="translate(250,325)">
  11. <!-- Fourth: -->
  12. <g transform="translate(0,2250)" fill="#33691e">
  13. <polygon points="0,0 0,750 200,750 200,1100 550,750 2750,750 2750,0" filter="url(#f3)"/>
  14. <g transform="translate(150,150)" fill="#558b2f" >
  15. <rect x="0" y="0" width="2450" height="100" />
  16. <rect x="0" y="175" width="2450" height="100" />
  17. <rect x="0" y="350" width="2450" height="100" />
  18. </g>
  19. </g>
  20. <!-- Third: -->
  21. <g transform="translate(750,1500)" fill="#689f38">
  22. <polygon points="0,0 0,750 2250,750 2550,1100 2550,750 2750,750 2750,0" filter="url(#f3)"/>
  23. <g transform="translate(150,150)" fill="#7cb342" >
  24. <rect x="0" y="0" width="2450" height="100" />
  25. <rect x="0" y="175" width="2450" height="100" />
  26. <rect x="0" y="350" width="2450" height="100" />
  27. </g>
  28. </g>
  29. <!-- Second: -->
  30. <g transform="translate(0,750)" fill="#8bc34a">
  31. <polygon points="0,0 0,750 200,750 200,1100 550,750 2750,750 2750,0" filter="url(#f3)"/>
  32. <g transform="translate(150,150)" fill="#9ccc65" >
  33. <rect x="0" y="0" width="2450" height="100" />
  34. <rect x="0" y="175" width="2450" height="100" />
  35. <rect x="0" y="350" width="2450" height="100" />
  36. </g>
  37. </g>
  38. <!-- First -->
  39. <g transform="translate(750,0)" fill="#aed581">
  40. <polygon points="0,0 0,750 2250,750 2550,1100 2550,750 2750,750 2750,0" filter="url(#f3)"/>
  41. <g transform="translate(150,150)" fill="#c5e1a5" >
  42. <rect x="0" y="0" width="2450" height="100" />
  43. <rect x="0" y="175" width="2450" height="100" />
  44. <rect x="0" y="350" width="2450" height="100" />
  45. </g>
  46. </g>
  47. </g>
  48. </svg>