123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg version="1.1" width="2400" height="160" viewBox="0 0 1200 80" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
- <sodipodi:namedview>
- <sodipodi:guide orientation="100,0" position="100,0"/>
- <sodipodi:guide orientation="100,0" position="200,0"/>
- <sodipodi:guide orientation="100,0" position="300,0"/>
- <sodipodi:guide orientation="100,0" position="400,0"/>
- <sodipodi:guide orientation="100,0" position="500,0"/>
- <sodipodi:guide orientation="100,0" position="600,0"/>
- <sodipodi:guide orientation="100,0" position="700,0"/>
- <sodipodi:guide orientation="100,0" position="800,0"/>
- <sodipodi:guide orientation="100,0" position="900,0"/>
- <sodipodi:guide orientation="100,0" position="1000,0"/>
- <sodipodi:guide orientation="100,0" position="1100,0"/>
- </sodipodi:namedview>
- <circle r="36" cy="40" cx="50" fill="red"/>
- <circle r="36" cy="40" cx="150" fill="lime"/>
- <circle r="36" cy="40" cx="250" fill="blue"/>
- <circle r="36" cy="40" cx="350" fill="yellow"/>
- <circle r="36" cy="40" cx="450" fill="fuchsia"/>
- <circle r="36" cy="40" cx="550" fill="cyan"/>
- <circle r="36" cy="40" cx="650" fill="orange"/>
- <circle r="36" cy="40" cx="750" fill="green"/>
- <circle r="36" cy="40" cx="850" fill="white"/>
- <circle r="36" cy="40" cx="950" fill="grey"/>
- <circle r="36" cy="40" cx="1050" fill="purple"/>
- <circle r="36" cy="40" cx="1150" fill="teal"/>
- </svg>
|