background.svg 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg width="384" height="256" viewBox="0 0 384 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  3. <defs>
  4. <clipPath id="clipPath">
  5. <rect width="256" height="128"/>
  6. </clipPath>
  7. <g id="tile">
  8. <rect width="256" height="128" fill="#e6e7e9"/>
  9. <g id="light-highlight" fill="#fff">
  10. <rect x="253" width="3" height="128"/>
  11. <rect x="0" width="256" height="3"/>
  12. </g>
  13. <g id="specular" clip-path="url(#clipPath)" fill="#fff" fill-opacity=".3">
  14. <rect transform="rotate(24)" x="78" y="-70.5" width="43.25" height="182"/>
  15. <rect transform="rotate(24)" x="172" y="-109" width="38.75" height="259"/>
  16. </g>
  17. <g id="dark-highlight" fill="#3c3c3c">
  18. <rect width="3" height="128"/>
  19. <rect x="0" y="125" width="256" height="3"/>
  20. </g>
  21. <rect id="inner-rect" x="10" y="5" width="236" height="115" fill="none" stroke="#848484" stroke-width="1.925"/>
  22. </g>
  23. </defs>
  24. <use xlink:href="#tile"/>
  25. <use xlink:href="#tile" x="256"/>
  26. <use xlink:href="#tile" x="-128" y="128"/>
  27. <use xlink:href="#tile" x="128" y="128"/>
  28. </svg>