123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg
- width="40"
- height="40"
- fill="#ffffff"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink">
- <rect
- id="bg"
- x="0" y="0"
- width="40" height="40"
- >
- </rect>
- <rect
- id="blak-line"
- x="0" y="19"
- width="50" height="2"
- fill="#000000"
- transform="rotate(315 22 26)">
- </rect>
- <rect
- id="red-line"
- x="11" y="18"
- width="18" height="4"
- fill="#ff0004"
- transform="rotate(45 20 20)">
- <animate
- xlink:href="#red-line"
- attributeName="y"
- from="1"
- to="1"
- dur="1.5s"
- values="1;18;35;18;1"
- keyTimes="0;0.25;0.5;0.75;1"
- keySplines=".42 0 1 1;
- 0 0 .59 1;
- .42 0 1 1"
- fill="freeze"
- begin="0s"
- repeatCount="indefinite"
- id="red-anim-one"/>
- </rect>
- </svg>
|