mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@608 bfdf4180-ca20-0410-9c96-a3a8aa849046
13 lines
454 B
XML
13 lines
454 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="256" height="256" stroke="black" stroke-width="10">
|
|
<defs>
|
|
<mask id="Masque">
|
|
<circle cx="128" cy="128" r="100" fill="white" stroke-width="1" />
|
|
</mask>
|
|
</defs>
|
|
<path d="M128,0 128,256" fill="none" />
|
|
<circle cx="128" cy="128" r="100" fill="white" />
|
|
<path d="M0,0 256,256" fill="none" mask="url(#Masque)" />
|
|
<path d="M256,0 0,256" fill="none" mask="url(#Masque)" />
|
|
</svg>
|