New SVG Logo
Posted by DesertDawg apropos on Thu Dec 28th, 2006 at 23:04:48 BST
<svg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
<defs>
<g id='A'>
<line x1='200' y1='100' x2='200' y2='300' stroke='orange' stroke-width='27' fill='none' />
<circle cx='200' cy='100' r='20' fill='orange' />
<circle cx='200' cy='300' r='20' fill='orange' />
</g>
<g id='All'>
<line x1='200' y1='100' x2='200' y2='300' stroke='black' stroke-width='80' stroke-linecap='round' fill='none' />
<line x1='200' y1='100' x2='200' y2='300' transform='rotate(045,200,200)' stroke='black' stroke-width='80' stroke-linecap='round' fill='none' />
<line x1='200' y1='100' x2='200' y2='300' transform='rotate(090,200,200)' stroke='black' stroke-width='80' stroke-linecap='round' fill='none' />
<line x1='200' y1='100' x2='200' y2='300' transform='rotate(135,200,200)' stroke='black' stroke-width='80' stroke-linecap='round' fill='none' />
<use x='0' y='0' xlink:href='#A' transform='rotate(0)' />
<use x='0' y='0' xlink:href='#A' transform='rotate(45,200,200) ' />
<use x='0' y='0' xlink:href='#A' transform='rotate(90,200,200) ' />
<use x='0' y='0' xlink:href='#A' transform='rotate(135,200,200)' />
</g>
</defs>
<use x='0' y='0' xlink:href='#All' transform='translate(0,0) scale(1,1)' />
</svg>
- Create an account
- About SVG.org
- Frequently Asked Questions
- SVG.org Content with RSS

- Get SVG Help on IRC
- SVG.Open Conferences
- SVG Phones (169 and counting)
- JSR 226 Phones (28 and counting)
