14 lines
794 B
VB.net
14 lines
794 B
VB.net
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg version="1.1" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<g id="y">
|
|
<circle cx="0" cy="0" r="200" stroke="black" fill="white" stroke-width="1" />
|
|
<path d="M0 -200 A 200 200 0 0 0 0 200 100 100 0 0 0 0 0 100 100 0 0 1 0 -200 z" fill="black" />
|
|
<circle cx="0" cy="100" r="33" fill="white" />
|
|
<circle cx="0" cy="-100" r="33" fill="black" />
|
|
</g>
|
|
</defs>
|
|
<use xlink:href="#y" transform="translate(20,20) scale(0.05)" xmlns:xlink="http://www.w3.org/1999/xlink" />
|
|
<use xlink:href="#y" transform="translate(8,8) scale(0.02)" xmlns:xlink="http://www.w3.org/1999/xlink" />
|
|
</svg>
|