Removed source files
|
@ -1,67 +0,0 @@
|
||||||
|
|
||||||
SRCDIR=src
|
|
||||||
TARGS=close-pressed.xpm close-prelight.xpm close-inactive.xpm close-active.xpm \
|
|
||||||
hide-pressed.xpm hide-prelight.xpm hide-inactive.xpm hide-active.xpm \
|
|
||||||
menu-pressed.xpm menu-prelight.xpm menu-inactive.xpm menu-active.xpm \
|
|
||||||
shade-pressed.xpm shade-prelight.xpm shade-inactive.xpm shade-active.xpm \
|
|
||||||
shade-toggled-pressed.xpm shade-toggled-prelight.xpm \
|
|
||||||
shade-toggled-inactive.xpm shade-toggled-active.xpm \
|
|
||||||
stick-pressed.xpm stick-prelight.xpm stick-inactive.xpm stick-active.xpm \
|
|
||||||
stick-toggled-pressed.xpm stick-toggled-prelight.xpm \
|
|
||||||
stick-toggled-inactive.xpm stick-toggled-active.xpm \
|
|
||||||
maximize-pressed.xpm maximize-prelight.xpm \
|
|
||||||
maximize-inactive.xpm maximize-active.xpm \
|
|
||||||
maximize-toggled-pressed.xpm maximize-toggled-prelight.xpm \
|
|
||||||
maximize-toggled-inactive.xpm maximize-toggled-active.xpm
|
|
||||||
|
|
||||||
BASE_MENU=$(SRCDIR)/button-base-menu.xpm
|
|
||||||
BASE_ACTIVE=$(SRCDIR)/button-base-active.xpm
|
|
||||||
BASE_INACTIVE=$(SRCDIR)/button-base-inactive.xpm
|
|
||||||
|
|
||||||
COL_PRESSED=\#B44335
|
|
||||||
COL_PRELIGHT=\#D64937
|
|
||||||
COL_ACTIVE=\#DCDCDC
|
|
||||||
COL_INACTIVE=\#888
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
all: $(TARGS)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Base images for the menu, a 22x16 blank surface in all states. The 16px
|
|
||||||
# constrains the window icon's size to 16x16.
|
|
||||||
|
|
||||||
menu-%.xpm: $(BASE_MENU)
|
|
||||||
convert $< $@
|
|
||||||
|
|
||||||
|
|
||||||
# Combined icon images built from 8x8 SVG sources
|
|
||||||
# The base images are 22x25, width carefully chosen to provide the right
|
|
||||||
# spacing and rhythm, and height including an additional top pixel of the
|
|
||||||
# active/inactive edge colour.
|
|
||||||
|
|
||||||
|
|
||||||
%-inactive.xpm: $(SRCDIR)/%.svg $(BASE_INACTIVE)
|
|
||||||
convert $(BASE_INACTIVE) \
|
|
||||||
\( -background none +level-colors "$(COL_INACTIVE)" $< \) \
|
|
||||||
-geometry +7+9 -composite $@
|
|
||||||
|
|
||||||
%-pressed.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE)
|
|
||||||
convert $(BASE_ACTIVE) \
|
|
||||||
\( -background none +level-colors "$(COL_PRESSED)" $< \) \
|
|
||||||
-geometry +7+9 -composite $@
|
|
||||||
|
|
||||||
%-prelight.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE)
|
|
||||||
convert $(BASE_ACTIVE) \
|
|
||||||
\( -background none +level-colors "$(COL_PRELIGHT)" $< \) \
|
|
||||||
-geometry +7+9 -composite $@
|
|
||||||
|
|
||||||
%-active.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE)
|
|
||||||
convert $(BASE_ACTIVE) \
|
|
||||||
\( -background none +level-colors "$(COL_ACTIVE)" $< \) \
|
|
||||||
-geometry +7+9 -composite $@
|
|
||||||
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f $(TARGS)
|
|
|
@ -1,31 +0,0 @@
|
||||||
/* XPM */
|
|
||||||
static char * button_base_active_xpm[] = {
|
|
||||||
"22 25 3 1",
|
|
||||||
" c None",
|
|
||||||
". c #2D2D2D",
|
|
||||||
"+ c #484848",
|
|
||||||
"++++++++++++++++++++++",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................"};
|
|
|
@ -1,31 +0,0 @@
|
||||||
/* XPM */
|
|
||||||
static char * button_base_inactive_xpm[] = {
|
|
||||||
"22 25 3 1",
|
|
||||||
" c None",
|
|
||||||
". c #2D2D2D",
|
|
||||||
"+ c #393939",
|
|
||||||
"++++++++++++++++++++++",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................"};
|
|
|
@ -1,21 +0,0 @@
|
||||||
/* XPM */
|
|
||||||
static char * menu_inactive_xpm[] = {
|
|
||||||
"22 16 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #2D2D2D",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................",
|
|
||||||
"......................"};
|
|
|
@ -1,99 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="close.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="45.254834"
|
|
||||||
inkscape:cx="1.1260667"
|
|
||||||
inkscape:cy="4.0483953"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
fit-margin-top="0"
|
|
||||||
fit-margin-left="0"
|
|
||||||
fit-margin-right="0"
|
|
||||||
fit-margin-bottom="0">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
originx="0px"
|
|
||||||
originy="-8px" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="5"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="-7.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer">
|
|
||||||
<path
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
d="M 0,0 1.5,0 8,6.5 8,8 6.5,8 0,1.5 z"
|
|
||||||
id="path2997"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccccccc" />
|
|
||||||
<use
|
|
||||||
x="0"
|
|
||||||
y="0"
|
|
||||||
xlink:href="#path2997"
|
|
||||||
id="use3778"
|
|
||||||
transform="matrix(-1,0,0,1,8,0)"
|
|
||||||
width="8"
|
|
||||||
height="8" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.6 KiB |
|
@ -1,87 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="hide.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="31.392433"
|
|
||||||
inkscape:cx="8.1378762"
|
|
||||||
inkscape:cy="8.2886004"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<rect
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
id="rect2995"
|
|
||||||
width="8"
|
|
||||||
height="2"
|
|
||||||
x="7.1633207e-07"
|
|
||||||
y="10.968145" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.3 KiB |
|
@ -1,86 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="maximize-toggled.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="31.392433"
|
|
||||||
inkscape:cx="4.1560249"
|
|
||||||
inkscape:cy="5.9313444"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="1280"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="m 0,8 0,8 8,0 0,-8 z m 2,2 4,0 0,4 -4,0 z"
|
|
||||||
id="rect2995"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.8 KiB |
|
@ -1,86 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="maximize-toggled.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="31.392433"
|
|
||||||
inkscape:cx="4.1560249"
|
|
||||||
inkscape:cy="5.9313444"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="1280"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="m 0,8 0,8 8,0 0,-8 z m 2,2 4,0 0,4 -4,0 z"
|
|
||||||
id="rect2995"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.8 KiB |
|
@ -1,86 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="shade-toggled.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="45.254834"
|
|
||||||
inkscape:cx="-1.7689698"
|
|
||||||
inkscape:cy="4.4023135"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="1280"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
style="fill:#000000;stroke:none"
|
|
||||||
d="M 0,11 0,12 4,16 8,12 8,11 6.5,11 5,12.5 5,8 3,8 3,12.5 1.5,11 z"
|
|
||||||
id="path2997"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccccccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.4 KiB |
|
@ -1,87 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="shade.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="45.254834"
|
|
||||||
inkscape:cx="-1.7689698"
|
|
||||||
inkscape:cy="4.4023135"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="1280"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
style="fill:#000000;stroke:none"
|
|
||||||
d="M 0,5 0,4 4,0 8,4 8,5 6.5,5 5,3.5 5,8 3,8 3,3.5 1.5,5 z"
|
|
||||||
id="path2997"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
transform="translate(0,8)"
|
|
||||||
sodipodi:nodetypes="cccccccccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.4 KiB |
|
@ -1,90 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="stick.svg">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="31.392433"
|
|
||||||
inkscape:cx="2.9455421"
|
|
||||||
inkscape:cy="8.2886004"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
|
|
||||||
id="path3765"
|
|
||||||
sodipodi:cx="4"
|
|
||||||
sodipodi:cy="4"
|
|
||||||
sodipodi:rx="2"
|
|
||||||
sodipodi:ry="2"
|
|
||||||
d="M 6,4 A 2,2 0 1 1 2,4 2,2 0 1 1 6,4 z"
|
|
||||||
transform="translate(0,8)" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.5 KiB |
|
@ -1,90 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
width="8"
|
|
||||||
height="8"
|
|
||||||
id="svg2985"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="icon_template.svgz">
|
|
||||||
<defs
|
|
||||||
id="defs2987" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="31.392433"
|
|
||||||
inkscape:cx="2.9455421"
|
|
||||||
inkscape:cy="8.2886004"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="970"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="0"
|
|
||||||
inkscape:window-maximized="1">
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2993"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
dotted="false" />
|
|
||||||
<inkscape:grid
|
|
||||||
type="xygrid"
|
|
||||||
id="grid2995"
|
|
||||||
empspacing="8"
|
|
||||||
visible="true"
|
|
||||||
enabled="true"
|
|
||||||
snapvisiblegridlinesonly="true"
|
|
||||||
color="#ff00ff"
|
|
||||||
opacity="0.1254902"
|
|
||||||
empcolor="#ff00ff"
|
|
||||||
empopacity="0.25098039"
|
|
||||||
originx="0.5px"
|
|
||||||
originy="0.5px"
|
|
||||||
dotted="true" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<metadata
|
|
||||||
id="metadata2990">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,-8)">
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
|
|
||||||
id="path3765"
|
|
||||||
sodipodi:cx="4"
|
|
||||||
sodipodi:cy="4"
|
|
||||||
sodipodi:rx="3"
|
|
||||||
sodipodi:ry="3"
|
|
||||||
d="M 7,4 A 3,3 0 1 1 1,4 3,3 0 1 1 7,4 z"
|
|
||||||
transform="translate(0,8)" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.5 KiB |