| OLD | NEW |
| 1 <?xml version="1.0" encoding="iso-8859-1" ?> | 1 <?xml version="1.0" encoding="iso-8859-1" ?> |
| 2 <svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg"> | 2 <svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg"> |
| 3 <rect x="0" y="0" width="500" height="300" fill="#fff" /> | 3 <rect x="0" y="0" width="500" height="300" fill="#fff" /> |
| 4 | 4 |
| 5 <g stroke-width="10" transform="translate(-30)"> | 5 <g stroke-width="10" transform="translate(-30)"> |
| 6 <circle cx="80" cy="50" r="35" fill="#08c" stroke="none"/> | 6 <circle cx="80" cy="50" r="35" fill="#08c" stroke="none"/> |
| 7 <circle cx="80" cy="50" r="20" fill="#08c" stroke="#08c"/> | 7 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/> |
| 8 <circle cx="80" cy="120" r="35" fill="#00c" stroke="none"/> | 8 <circle cx="80" cy="120" r="35" fill="#00c" stroke="none"/> |
| 9 <circle cx="80" cy="120" r="20" fill="#00c" stroke="#00c"/> | 9 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/> |
| 10 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> | 10 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> |
| 11 <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/> | 11 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/> |
| 12 <circle cx="80" cy="260" r="35" fill="#008" stroke="none"/> | 12 <circle cx="80" cy="260" r="35" fill="#008" stroke="none"/> |
| 13 <circle cx="80" cy="260" r="20" fill="#008" stroke="#008"/> | 13 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/> |
| 14 </g> | 14 </g> |
| 15 | 15 |
| 16 <g stroke-width="10" transform="translate(170)"> | 16 <g stroke-width="10" transform="translate(170)"> |
| 17 <circle cx="80" cy="50" r="35" fill="#08f" stroke="none"/> | 17 <circle cx="80" cy="50" r="35" fill="#08f" stroke="none"/> |
| 18 <circle cx="80" cy="50" r="20" fill="#08f" stroke="#08f"/> | 18 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/> |
| 19 <circle cx="80" cy="120" r="35" fill="#00f" stroke="none"/> | 19 <circle cx="80" cy="120" r="35" fill="#00f" stroke="none"/> |
| 20 <circle cx="80" cy="120" r="20" fill="#00f" stroke="#00f"/> | 20 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/> |
| 21 <circle cx="80" cy="190" r="35" fill="#689" stroke="none"/> | 21 <circle cx="80" cy="190" r="35" fill="#689" stroke="none"/> |
| 22 <circle cx="80" cy="190" r="20" fill="#689" stroke="#689"/> | 22 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/> |
| 23 <circle cx="80" cy="260" r="35" fill="#609" stroke="none"/> | 23 <circle cx="80" cy="260" r="35" fill="#609" stroke="none"/> |
| 24 <circle cx="80" cy="260" r="20" fill="#609" stroke="#609"/> | 24 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/> |
| 25 </g> | 25 </g> |
| 26 | 26 |
| 27 <g stroke-width="10" transform="translate(370)"> | 27 <g stroke-width="10" transform="translate(370)"> |
| 28 <circle cx="80" cy="50" r="35" fill="#08c" stroke="none"/> | 28 <circle cx="80" cy="50" r="35" fill="#08c" stroke="none"/> |
| 29 <circle cx="80" cy="50" r="20" fill="#08c" stroke="#08c"/> | 29 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/> |
| 30 <circle cx="80" cy="120" r="35" fill="#08c" stroke="none"/> | 30 <circle cx="80" cy="120" r="35" fill="#08c" stroke="none"/> |
| 31 <circle cx="80" cy="120" r="20" fill="#08c" stroke="#08c"/> | 31 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/> |
| 32 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> | 32 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> |
| 33 <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/> | 33 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/> |
| 34 <circle cx="80" cy="260" r="35" fill="#088" stroke="none"/> | 34 <circle cx="80" cy="260" r="35" fill="#088" stroke="none"/> |
| 35 <circle cx="80" cy="260" r="20" fill="#088" stroke="#088"/> | 35 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/> |
| 36 </g> | 36 </g> |
| 37 </svg> | 37 </svg> |
| OLD | NEW |