Reorganisation du dossier contenant les icones et de la facon d'y acceder a travers l'application (creation d'un namespace QET::Icons dedie).

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@608 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-05-01 14:41:33 +00:00
parent b654776f10
commit af4864778b
136 changed files with 730 additions and 312 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256" height="256" stroke="black" stroke-width="5">
<defs>
<mask id="Masque">
<circle cx="128" cy="128" r="50" fill="white" stroke-width="1" />
</mask>
</defs>
<path d="M128,0 128,256" fill="none" />
<circle cx="128" cy="128" r="50" fill="white" />
<path d="M0,0 256,256" fill="none" mask="url(#Masque)" />
<path d="M256,0 0,256" fill="none" mask="url(#Masque)" />
<text x="5" y="140" stroke-width="1" style="font-size:33px;font-weight:100;">QET</text>
</svg>

After

Width:  |  Height:  |  Size: 541 B

12
ico/scalable/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