-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloader.php
More file actions
46 lines (46 loc) · 2.62 KB
/
Copy pathloader.php
File metadata and controls
46 lines (46 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php header('Content-type: image/svg+xml'); ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="background: none; display:block; shape-rendering: auto;" preserveAspectRatio="xMidYMid" viewBox="0 0 100 100">
<g fill="<?php echo '#'.(isset($_GET['color']) ? $_GET['color'] : 'ffffff'); ?>">
<g transform="rotate(0 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(36 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(72 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.7s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(108 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(144 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(180 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(216 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(252 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.2s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(288 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.1s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(324 50 50)">
<rect x="49" y="41" rx="1" ry="1" width="2" height="3">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
</rect>
</g>
</g>
</svg>