11 lines
479 B
XML
11 lines
479 B
XML
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- DWD Consultancy Services LOGO:: https://dwd.siliconpin.com -->
|
|
<g>
|
|
<rect fill="#ff7f00" id="canvas_background" height="400" width="400" y="0" x="0"/>
|
|
</g>
|
|
<g>
|
|
<ellipse ry="170" rx="170" cy="200" cx="200" fill="red" id="logo_red" />
|
|
<ellipse ry="130" rx="130" cy="200" cx="200" fill="green" id="logo_green" />
|
|
<ellipse ry="100" rx="100" cy="200" cx="200" fill="blue" id="logo_blue" />
|
|
</g>
|
|
</svg> |