Import initial

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2006-10-27 15:47:22 +00:00
commit 5cadf173c7
71 changed files with 4586 additions and 0 deletions

12
ico/qet.svg Normal file
View File

@@ -0,0 +1,12 @@
<?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>

After

Width:  |  Height:  |  Size: 454 B