OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1
.1/DTD/svg11.dtd"> | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1
.1/DTD/svg11.dtd"> |
3 <svg viewBox="0 0 100 100" version="1.1" | 3 <svg viewBox="0 0 100 100" version="1.1" |
4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | 4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
5 <g fill="white" stroke-opacity="0" transform="translate(50,50)"> | 5 <g fill="white" stroke-opacity="0" transform="translate(50,50)"> |
6 <animateTransform attributeName="transform" attributeType="XML" | 6 <animateTransform attributeName="transform" attributeType="XML" |
7 additive="sum" type="rotate" | 7 additive="sum" type="rotate" |
8 calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360" | 8 calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360" |
9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" /> | 9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" /> |
10 <path d="M49.931,-2.617 | 10 <path d="M49.931,-2.617 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 l 10.893,16.773" | 74 l 10.893,16.773" |
75 fill-opacity = "0.104"/> | 75 fill-opacity = "0.104"/> |
76 <path d="M44.55,22.7 | 76 <path d="M44.55,22.7 |
77 a 50,50 0 0,0 5.381,-20.083 | 77 a 50,50 0 0,0 5.381,-20.083 |
78 l -19.973,-1.047 | 78 l -19.973,-1.047 |
79 a 50 50 0 0,1 -3.229,12.05 | 79 a 50 50 0 0,1 -3.229,12.05 |
80 l 17.82,9.08" | 80 l 17.82,9.08" |
81 fill-opacity = "0.101"/> | 81 fill-opacity = "0.101"/> |
82 </g> | 82 </g> |
83 </svg> | 83 </svg> |
OLD | NEW |