OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="iso-8859-1" ?> |
| 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG Tiny 1.1//EN" |
| 3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> |
| 4 <svg viewBox="0 0 500 350" xmlns="http://www.w3.org/2000/svg" version="1.1" base
Profile="tiny" |
| 5 xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 6 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size=
"18"> |
| 7 <rect x="0" y="0" width="480" height="360" fill="#fff" /> |
| 8 <g transform="translate(40,-20) scale(0.45)"> |
| 9 <g> |
| 10 <circle cx="900" cy="300" r="70" fill="#f00"/> |
| 11 <circle cx="900" cy="300" r="60" stroke="#00f" stroke-width="21" fill="#
f00" /> |
| 12 <circle cx="900" cy="300" r="40" stroke="#00f" stroke-width="21" fill="#
f00" /> |
| 13 <circle cx="900" cy="300" r="20" stroke="#00f" stroke-width="21" fill="#
f00" /> |
| 14 </g> |
| 15 |
| 16 <g fill="none" stroke-width="20" stroke="#888" stroke-linecap="round" stro
ke-linejoin="round"> |
| 17 <path d="M700,300c0,200 200,200 200,0" /> |
| 18 </g> |
| 19 </g> |
| 20 </g> |
| 21 </svg> |
OLD | NEW |