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
<svg version="1.1" id="L1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" enable-background="new 0 0 60 60" xml:space="preserve">
<circle fill="green" stroke-dasharray="14.2472,14.2472" cx="30" cy="30" r="20" >
<animate
attributeName="cx"
values="30; 20; 30"
dur="1s"
repeatCount="indefinite"
direction="alternate"
/>
<animate
attributeName="cy"
values="30; 20; 30"
dur="1s"
repeatCount="indefinite"
direction="alternate"
/>
<animateTransform
attributeType="xml"
attributeName="transform"
type="scale"
values="1; 1.5; 1"
begin="0" dur="1s"
repeatCount="indefinite"
></animateTransform>
</circle>
</svg>