mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 13:40:52 +01:00
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:
BIN
ico/scalable/document-delete.svgz
Normal file
BIN
ico/scalable/document-delete.svgz
Normal file
Binary file not shown.
BIN
ico/scalable/folder-delete.svgz
Normal file
BIN
ico/scalable/folder-delete.svgz
Normal file
Binary file not shown.
BIN
ico/scalable/folder-edit.svgz
Normal file
BIN
ico/scalable/folder-edit.svgz
Normal file
Binary file not shown.
13
ico/scalable/qelectrotech.svg
Normal file
13
ico/scalable/qelectrotech.svg
Normal 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
12
ico/scalable/qet.svg
Normal 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 |
Reference in New Issue
Block a user