1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <defs>
- <clipPath id="clipPath">
- <rect width="256" height="128"/>
- </clipPath>
- <g id="tile">
- <rect width="256" height="128" fill="#e6e7e9"/>
- <g id="light-highlight" fill="#fff">
- <rect x="253" width="3" height="128"/>
- <rect x="0" width="256" height="3"/>
- </g>
- <g id="specular" clip-path="url(#clipPath)" fill="#fff" fill-opacity=".3">
- <rect transform="rotate(24)" x="78" y="-70.5" width="43.25" height="182"/>
- <rect transform="rotate(24)" x="172" y="-109" width="38.75" height="259"/>
- </g>
- <g id="dark-highlight" fill="#3c3c3c">
- <rect width="3" height="128"/>
- <rect x="0" y="125" width="256" height="3"/>
- </g>
- <rect id="inner-rect" x="10" y="5" width="236" height="115" fill="none" stroke="#848484" stroke-width="1.925"/>
- </g>
- </defs>
- <use xlink:href="#tile"/>
- <use xlink:href="#tile" x="256"/>
- <use xlink:href="#tile" x="-128" y="128"/>
- <use xlink:href="#tile" x="128" y="128"/>
- </svg>
|