123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg width="256" height="256" viewBox="0 0 256 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>
- </g>
- </defs>
- <g id="normal_tile">
- <use xlink:href="#tile"/>
- <rect id="inner-rect" x="10" y="5" width="236" height="115" fill="none" stroke="#848484" stroke-width="1.925"/>
- </g>
- <g id="display_tile" transform="translate(0, 128)">
- <use xlink:href="#tile"/>
- <rect id="inner-rect" x="10" y="5" width="236" height="115" fill="#101020" stroke="#848484" stroke-width="1.925"/>
- </g>
- <rect id="fade" width="256" height="256" fill="#000" fill-opacity="0.15"/>
- </svg>
|