79 lines
No EOL
2.5 KiB
XML
79 lines
No EOL
2.5 KiB
XML
<svg
|
|
role="img"
|
|
aria-labelledby="loading-aria"
|
|
preserveAspectRatio="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<title id="loading-aria">Loading...</title>
|
|
<rect
|
|
x="0"
|
|
y="0"
|
|
width="100%"
|
|
height="100%"
|
|
clip-path="url(#clip-path)"
|
|
style='fill: url("#fill");'
|
|
></rect>
|
|
<defs>
|
|
<clipPath xmlns="http://www.w3.org/2000/svg" id="clip-path">
|
|
<rect x="0" y="0" rx="0" ry="0" width="NaN" height="NaN"/>
|
|
<rect x="135" y="85" rx="3" ry="3" width="60%" height="10"/>
|
|
<rect x="30" y="59" rx="3" ry="3" width="77" height="77"/>
|
|
<rect x="135" y="104" rx="3" ry="3" width="40%" height="10"/>
|
|
<rect x="135" y="159" rx="3" ry="3" width="80%" height="10"/>
|
|
<rect x="135" y="178" rx="3" ry="3" width="60%" height="10"/>
|
|
<rect x="30" y="153" rx="3" ry="3" width="77" height="77"/>
|
|
<rect x="135" y="196" rx="3" ry="3" width="40%" height="10"/>
|
|
<rect x="135" y="65" rx="3" ry="3" width="80%" height="10"/>
|
|
<rect x="30" y="8" rx="3" ry="3" height="15" width="95%"/>
|
|
<rect x="135" y="125" rx="3" ry="3" width="20%" height="10"/>
|
|
<rect x="135" y="214" rx="3" ry="3" width="20%" height="10"/>
|
|
<rect x="30" y="41" rx="3" ry="3" width="95%" height="1"/>
|
|
<rect x="30" y="280" rx="3" ry="3" width="77" height="33"/>
|
|
<rect x="135" y="289" rx="3" ry="3" width="236" height="15"/>
|
|
<rect x="30" y="349" rx="3" ry="3" width="77" height="33"/>
|
|
<rect x="135" y="358" rx="3" ry="3" width="236" height="15"/>
|
|
<rect x="30" y="257" rx="3" ry="3" width="95%" height="1"/>
|
|
</clipPath>
|
|
<linearGradient id="fill">
|
|
<stop
|
|
offset="0.599964"
|
|
stop-color="#dddddd"
|
|
stop-opacity="1"
|
|
>
|
|
<animate
|
|
attributeName="offset"
|
|
values="-2; -2; 1"
|
|
keyTimes="0; 0.25; 1"
|
|
dur="2s"
|
|
repeatCount="indefinite"
|
|
></animate>
|
|
</stop>
|
|
<stop
|
|
offset="1.59996"
|
|
stop-color="#b0b0b0"
|
|
stop-opacity="1"
|
|
>
|
|
<animate
|
|
attributeName="offset"
|
|
values="-1; -1; 2"
|
|
keyTimes="0; 0.25; 1"
|
|
dur="2s"
|
|
repeatCount="indefinite"
|
|
></animate>
|
|
</stop>
|
|
<stop
|
|
offset="2.59996"
|
|
stop-color="#dddddd"
|
|
stop-opacity="1"
|
|
>
|
|
<animate
|
|
attributeName="offset"
|
|
values="0; 0; 3"
|
|
keyTimes="0; 0.25; 1"
|
|
dur="2s"
|
|
repeatCount="indefinite"
|
|
></animate>
|
|
</stop>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg> |