Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

View File

@ -0,0 +1,41 @@
icons_dir = size + 'x' + size
if have_vector_icons
icon_dialog_question = custom_target('icon-dialog-question',
input : [ '../scalable/dialog-question.svg' ],
output: [ 'dialog-question.png' ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: false,
)
icon_mascot_eek = custom_target('icon-mascot-eek',
input : [ '../scalable/pika-mascot-eek.svg' ],
output: [ 'pika-mascot-eek.png' ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: false,
)
else
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
icon_tgt = custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
if icon == 'dialog-question'
icon_dialog_question = icon_tgt
elif icon == 'pika-mascot-eek'
icon_mascot_eek = icon_tgt
endif
endforeach
endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

View File

@ -0,0 +1,17 @@
icons_dir = size + 'x' + size
foreach icon : source_icons
icon_name = icon + '.png'
input_path = '../scalable/' + icon + '.svg'
custom_target(icon_name,
input : [ input_path ],
output: [ icon_name ],
command: [
colorsvg2png, '@INPUT@', '@OUTPUT@', size,
],
install: true,
install_dir: pikaiconsdir / theme / icons_dir / 'apps',
)
endforeach

10
icons/Color/COPYING Normal file
View File

@ -0,0 +1,10 @@
This work is licensed under the Creative Commons Attribution-ShareAlike
4.0 International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
This icon theme is more of an original work with inspiration from other
FLOSS themes.
When attributing the artwork, "PIKA team" is enough.
Please link to https://heckin.technology/AlderconeStudio/PIKApp/ where available.

60092
icons/Color/color-scalable.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.4 MiB

1050
icons/Color/icon-list.mk Normal file

File diff suppressed because it is too large Load Diff

1846
icons/Color/index.theme Normal file

File diff suppressed because one or more lines are too long

89
icons/Color/meson.build Normal file
View File

@ -0,0 +1,89 @@
if have_vector_icons
# Only process the 64x64 icons for the 2 resource icons.
subdir('64')
else
foreach size, source_icons : build_icons
subdir(size)
endforeach
endif
install_data('index.theme',
install_dir: pikaiconsdir / theme,
)
foreach install : install_icons
icons = []
inputs = install['files']
outdir = install['outdir']
indir = install['indir']
suffix = install['suffix']
py_cmd = 'print(",".join(["@0@/" + line.strip() + "@1@" for line in open("@2@") if line.strip() != "" and line.strip()[0] != "#"]))'
dup_icons = []
foreach input : inputs
input = '../icon-lists/@0@.list'.format(input)
cmd = run_command(python, '-c',
py_cmd.format(indir, suffix, input),
check: true)
dup_icons += cmd.stdout().strip().split(',')
endforeach
foreach icon : dup_icons
if not icons.contains(icon)
# remove duplicates.
icons += [icon]
endif
endforeach
install_data(icons, install_dir: pikaiconsdir / theme / outdir / 'apps')
endforeach
icons_core = [ '64/dialog-question.png', ]
icons_imgs = [ '64/pika-mascot-eek.png', ]
resourcename = 'pika-core-pixbufs'
xml_content = '<?xml version="1.0" encoding="UTF-8"?>\n'
xml_content += '<gresources>\n'
xml_content += ' <gresource prefix="/technology.heckin/icons">\n'
foreach file : icons_core
xml_content+=' <file preprocess="to-pixdata">'+ file +'</file>\n'
endforeach
xml_content += ' </gresource>\n'
xml_content += '</gresources>\n'
xml_file = configure_file(
output: resourcename + '.gresource.xml',
command: [ 'echo', xml_content ],
capture: true,
)
icons_core_sources = gnome.compile_resources(
resourcename,
xml_file,
c_name: resourcename.underscorify(),
dependencies: icon_dialog_question,
source_dir: [meson.current_build_dir()]
)
resourcename = 'pika-icon-pixbufs'
xml_content = '<?xml version="1.0" encoding="UTF-8"?>\n'
xml_content += '<gresources>\n'
xml_content += ' <gresource prefix="/technology.heckin/icons">\n'
foreach file : icons_imgs
xml_content+=' <file preprocess="to-pixdata">'+ file +'</file>\n'
endforeach
xml_content += ' </gresource>\n'
xml_content += '</gresources>\n'
xml_file = configure_file(
output: resourcename + '.gresource.xml',
command: [ 'echo', xml_content ],
capture: true,
)
icons_imgs_sources = gnome.compile_resources(
resourcename,
xml_file,
c_name: resourcename.underscorify(),
dependencies: icon_mascot_eek,
source_dir: [meson.current_build_dir()]
)

View File

@ -0,0 +1,139 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-error.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="8.6335629"
inkscape:cx="6.0982944"
inkscape:zoom="28.65233"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid4307" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
transform="matrix(0.80000671,0,0,0.79979607,-243.20204,-142.36356)"
style="display:inline;enable-background:new"
id="g4050">
<circle
r="28.5"
cy="522.125"
cx="626"
transform="matrix(0.3333349,0,0,0.3334183,105.33233,13.916416)"
id="path10616"
style="display:inline;overflow:visible;visibility:visible;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#cc0000;stroke-width:2.99960971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:new" />
<rect
ry="0.15628983"
rx="0.17903496"
y="186.75206"
x="307.74997"
height="2.5006375"
width="12.499895"
id="rect10618"
style="display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.86361969;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:new" />
<ellipse
cy="188.00238"
cx="314.00012"
id="path10620"
style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.25015411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:new"
rx="8.2641258"
ry="8.2662354" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -0,0 +1,622 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="gimp-info.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="3.857057"
inkscape:cx="-7.0101217"
inkscape:zoom="19.703222"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid4253" />
</sodipodi:namedview>
<defs
id="defs3">
<linearGradient
y2="43.165001"
x2="26.4785"
y1="43.165001"
x1="23.124001"
gradientUnits="userSpaceOnUse"
id="aigrd1">
<stop
style="stop-color:#686868"
offset=".005618"
id="stop66" />
<stop
style="stop-color:#777"
offset=".03012137"
id="stop68" />
<stop
style="stop-color:#929292"
offset=".08366583"
id="stop70" />
<stop
style="stop-color:#A7A7A7"
offset=".1422"
id="stop72" />
<stop
style="stop-color:#B6B6B6"
offset=".2074"
id="stop74" />
<stop
style="stop-color:#BEBEBE"
offset=".2846"
id="stop76" />
<stop
style="stop-color:#C1C1C1"
offset=".4045"
id="stop78" />
<stop
style="stop-color:#BCBCBC"
offset=".4962"
id="stop80" />
<stop
style="stop-color:#ADADAD"
offset=".6057"
id="stop82" />
<stop
style="stop-color:#959595"
offset=".7245"
id="stop84" />
<stop
style="stop-color:#747474"
offset=".8497"
id="stop86" />
<stop
style="stop-color:#494949"
offset=".9789"
id="stop88" />
<stop
style="stop-color:#414141"
offset="1"
id="stop90" />
</linearGradient>
<linearGradient
id="3300">
<stop
style="stop-color:#4c4c28"
id="stop2" />
<stop
style="stop-color:#4c4c28;stop-opacity:0"
offset="1"
id="stop4" />
</linearGradient>
<linearGradient
id="19894"
gradientUnits="userSpaceOnUse"
x1="18.9951"
y1="37.226601"
x2="30.169901"
y2="37.226601">
<stop
offset=".005618"
style="stop-color:#A3A349"
id="stop93" />
<stop
offset=".02078677"
style="stop-color:#ACAC54"
id="stop95" />
<stop
offset=".06600059"
style="stop-color:#C1C172"
id="stop97" />
<stop
offset=".1148"
style="stop-color:#D4D68E"
id="stop99" />
<stop
offset=".1677"
style="stop-color:#E2E4A6"
id="stop101" />
<stop
offset=".2265"
style="stop-color:#EDF0B8"
id="stop103" />
<stop
offset=".2963"
style="stop-color:#F3F6C3"
id="stop105" />
<stop
offset=".4045"
style="stop-color:#F5F8C7"
id="stop107" />
<stop
offset=".5239"
style="stop-color:#EEF0BE"
id="stop109" />
<stop
offset=".6666"
style="stop-color:#DBDDA9"
id="stop111" />
<stop
offset=".8211"
style="stop-color:#BEBD88"
id="stop113" />
<stop
offset=".9832"
style="stop-color:#989564"
id="stop115" />
<stop
offset="1"
style="stop-color:#949160"
id="stop117" />
</linearGradient>
<linearGradient
id="2399">
<stop
style="stop-color:#929470"
id="stop26" />
<stop
offset=".2647059"
style="stop-color:#fcffc1"
id="stop28" />
<stop
style="stop-color:#f3f5ba"
offset=".63235295"
id="stop30" />
<stop
style="stop-color:#929470"
offset="1"
id="stop32" />
</linearGradient>
<linearGradient
id="3311">
<stop
style="stop-color:#d6d7a5"
id="stop7" />
<stop
offset="1"
style="stop-color:#8e8f6d"
id="stop9" />
</linearGradient>
<linearGradient
id="3265">
<stop
style="stop-color:#929470"
id="stop12" />
<stop
style="stop-color:#60614a"
offset=".2647059"
id="stop14" />
<stop
offset=".63235295"
style="stop-color:#f3f5ba"
id="stop16" />
<stop
offset="1"
style="stop-color:#929470"
id="stop18" />
</linearGradient>
<linearGradient
id="3175">
<stop
style="stop-color:#f1f3ff"
id="stop21" />
<stop
offset="1"
style="stop-color:#f1f3ff;stop-opacity:0"
id="stop23" />
</linearGradient>
<linearGradient
id="20393">
<stop
style="stop-color:#fff"
id="stop45" />
<stop
style="stop-color:#fff;stop-opacity:0.44117647"
offset=".41176471"
id="stop47" />
<stop
offset="1"
style="stop-opacity:0.48039216"
id="stop49" />
</linearGradient>
<linearGradient
id="20428">
<stop
style="stop-color:#a3a3a3"
id="stop40" />
<stop
offset="1"
style="stop-color:#b5b5b5;stop-opacity:0"
id="stop42" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#19894"
id="linearGradient9059"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.02645,0.974232)"
x1="-22.87417"
y1="38.675991"
x2="-4.3908315"
y2="38.675991" />
<linearGradient
inkscape:collect="always"
xlink:href="#2399"
id="linearGradient9061"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.02645,0.974232)"
x1="-10.480865"
y1="39.033951"
x2="-23.851389"
y2="39.142845" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient9067"
id="radialGradient9069"
cx="24.700001"
cy="16.550991"
fx="24.700001"
fy="16.550991"
r="14.707494"
gradientTransform="matrix(1,0,0,1.0986567,0,-1.6328655)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient9067">
<stop
style="stop-color:#d3d7cf;stop-opacity:1;"
offset="0"
id="stop9063" />
<stop
style="stop-color:#d3d7cf;stop-opacity:0;"
offset="1"
id="stop9065" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd1"
id="linearGradient4427"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.639127,0,0,1.639127,-15.97035,-29.79355)"
x1="23.124001"
y1="43.165001"
x2="26.4785"
y2="43.165001" />
<linearGradient
inkscape:collect="always"
xlink:href="#3300"
id="linearGradient4429"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.002656,0.997352)"
x1="24.613028"
y1="31.146202"
x2="24.613028"
y2="26.739624" />
<linearGradient
inkscape:collect="always"
xlink:href="#19894"
id="linearGradient4431"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.566621,0.02988977,-0.118557,0.656541,36.18544,20.08311)"
x1="-22.87417"
y1="38.675991"
x2="-4.3908315"
y2="38.675991" />
<linearGradient
inkscape:collect="always"
xlink:href="#2399"
id="linearGradient4433"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.566621,0.02988977,-0.118557,0.656541,36.18544,20.08311)"
x1="-10.480865"
y1="39.033951"
x2="-23.851389"
y2="39.142845" />
<linearGradient
inkscape:collect="always"
xlink:href="#19894"
id="linearGradient4435"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.02645,0.974232)"
x1="-22.87417"
y1="38.675991"
x2="-4.3908315"
y2="38.675991" />
<linearGradient
inkscape:collect="always"
xlink:href="#2399"
id="linearGradient4437"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.02645,0.974232)"
x1="-10.480865"
y1="39.033951"
x2="-23.851389"
y2="39.142845" />
<linearGradient
inkscape:collect="always"
xlink:href="#19894"
id="linearGradient4439"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.618682,-0.132027,0.06262726,0.741184,31.12021,8.30041)"
x1="-22.87417"
y1="38.675991"
x2="-4.3908315"
y2="38.675991" />
<linearGradient
inkscape:collect="always"
xlink:href="#2399"
id="linearGradient4441"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.618682,-0.132027,0.06262726,0.741184,31.12021,8.30041)"
x1="-10.480865"
y1="39.033951"
x2="-23.851389"
y2="39.142845" />
<linearGradient
inkscape:collect="always"
xlink:href="#3311"
id="linearGradient4443"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.60344,0,0,0.549396,0.614167,0.024498)"
x1="17.879995"
y1="55.362793"
x2="11.906206"
y2="54.863026" />
<linearGradient
inkscape:collect="always"
xlink:href="#3265"
id="linearGradient4445"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.905728,-0.04386156,0.18951,-0.963437,0.614167,0.024498)"
x1="-29.007195"
y1="-29.799353"
x2="-37.641232"
y2="-29.598314" />
<linearGradient
inkscape:collect="always"
xlink:href="#3175"
id="linearGradient4447"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.894129,0,0,0.98523,1.515981,0.024498)"
x1="37.940434"
y1="16.651863"
x2="-5.2517161"
y2="3.8557322" />
<linearGradient
inkscape:collect="always"
xlink:href="#20393"
id="linearGradient4449"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.6293,0,0,1.589068,50.68808,3.804378)"
x1="30.620375"
y1="10.313651"
x2="32.16608"
y2="18.162935" />
<linearGradient
inkscape:collect="always"
xlink:href="#20393"
id="linearGradient4451"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.6293,0,0,1.589068,1.411612,3.929378)"
x1="30.620375"
y1="10.313651"
x2="32.16608"
y2="18.162935" />
<linearGradient
inkscape:collect="always"
xlink:href="#20428"
id="linearGradient4453"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.985083,0,0,0.503757,1.786612,4.554378)"
x1="14.637301"
y1="31.504122"
x2="9.3648205"
y2="32.25098" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g4275">
<rect
y="0"
x="0"
height="16"
width="16"
id="rect4261-7"
style="opacity:0;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.19906433;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
id="g265-7"
transform="matrix(0.35620217,0,0,0.37300715,-0.55568876,-0.38338786)">
<path
inkscape:connector-curvature="0"
id="path223-8"
style="fill:url(#linearGradient4427);stroke:#565656"
d="m 21.9,38.9 0,1.5 c 0,1.4 1.3,2.7 2.8,2.7 1.5,0 2.8,-1.3 2.8,-2.7 l 0,-1.5 z"
transform="matrix(1.075823,0,0,0.937493,-2.551335,3.047213)" />
<g
id="g245-6"
transform="matrix(0.989073,0,0,0.993556,-0.408739,0.00792048)">
<path
inkscape:connector-curvature="0"
id="path225-9"
style="fill:#aeae57;stroke:url(#linearGradient4429);stroke-width:2.01752925"
d="m 24.5,27.7 c -3.3,0 -7,0.9 -5,2.8 -0.5,0.2 -1.2,0.6 -1.1,1.7 0,0.5 0.6,0.9 1.4,1.1 -0.9,0.7 -1.5,1.3 -1.4,2 0,0.5 0.6,0.9 1.4,1.1 -0.9,0.7 -1.5,1.4 -1.4,2 0,0.9 2.1,2 6.4,1.8 3.2,0 6,-0.6 6.2,-1.8 0.1,-0.5 -0.3,-0.9 -0.9,-1.3 0.4,-0.5 0.8,-1 0.7,-1.4 0,-0.5 -0.6,-0.9 -1.4,-1.2 0.9,-0.6 1.5,-1.3 1.4,-1.9 0,-0.6 -0.6,-0.9 -1.4,-1.1 0.9,-0.7 1.5,-1.4 1.4,-2 0,-0.7 -3.2,-1.8 -6.3,-1.8 z" />
<path
inkscape:connector-curvature="0"
id="path227-4"
style="fill:url(#linearGradient4431);stroke:url(#linearGradient4433);stroke-width:0.08906282"
d="m 30.9,38.3 c -0.2,1.2 -3.3,1.9 -8.3,1.7 -3.1,-0.2 -3.3,-1.1 -3.1,-2.3 0.2,-1.2 3,-2 6.1,-1.9 3.2,0.2 5.5,1.3 5.3,2.5 z" />
<path
inkscape:connector-curvature="0"
id="path229-1"
ry="3.2703688"
rx="10.341436"
cy="27.228739"
cx="-13.87697"
transform="matrix(0.60274,-0.128625,0.06428372,0.760788,31.12021,14.49141)"
d="m -3.5,27.2 a 10.35,3.3160194 0 1 1 -20.7,0 10.35,3.3160194 0 1 1 20.7,0 z"
style="fill:url(#linearGradient9059);stroke:url(#linearGradient9061);stroke-width:0.13035245" />
<path
inkscape:connector-curvature="0"
id="path231-2"
type="arc"
cx="-13.87697"
cy="27.228739"
rx="10.341436"
ry="3.2703688"
style="fill:url(#linearGradient4435);stroke:url(#linearGradient4437);stroke-width:0.13035245"
d="m -3.5,27.2 a 10.35,3.3160194 0 1 1 -20.7,0 10.35,3.3160194 0 1 1 20.7,0 z"
transform="matrix(0.60274,-0.128625,0.06428372,0.760788,31.12021,11.39591)" />
<path
inkscape:connector-curvature="0"
id="path233-9"
style="fill:url(#linearGradient4439);stroke:url(#linearGradient4441);stroke-width:0.08906286"
d="m 30.7,29.6 c 0,1.4 -2.5,3 -6,3.7 -3.4,0.7 -6.3,0.2 -6.4,-1.2 -0.1,-1.3 2.2,-2.9 5.7,-3.1 3.4,-0.2 6.7,-0.1 6.7,0.6 z" />
<path
inkscape:connector-curvature="0"
id="path237-4"
style="fill-opacity:0.23391807;stroke-width:1px"
d="m 19.3,33.4 c 3.4,0.5 7,-0.1 9.9,-1.9 0.8,-0.6 0.9,-1.2 1.3,-1.6 -1.4,1.1 -5,4.1 -11.2,3.5 z" />
<path
inkscape:connector-curvature="0"
id="path241-1"
style="fill-opacity:0.23391807;stroke-width:1px"
d="m 19.5,39.5 c 3.4,0.5 6.9,0 9.8,-1.9 0.9,-0.5 1,-1.1 1.3,-1.6 -1.4,1.1 -5,4.2 -11.1,3.5 z" />
<path
inkscape:connector-curvature="0"
id="path243-4"
d="m 19.5,36.4 c 3.4,0.5 7,0 9.9,-1.9 0.8,-0.5 0.9,-1.1 1.3,-1.6 -1.5,1.1 -5.1,4.2 -11.2,3.5 z"
style="fill-opacity:0.23391807;stroke-width:1px" />
</g>
<g
id="g263-7"
transform="translate(-0.988797,0)">
<path
inkscape:connector-curvature="0"
id="path247-3"
style="fill:url(#linearGradient4443);stroke:url(#linearGradient4445);stroke-width:0.09083303"
d="m 18.9,29.6 c 0,-0.8 1.5,-1.7 5.5,-1.7 3.7,0.1 6.1,0.9 6.1,2.2 0,1.2 -3.2,2.1 -6.6,1.9 -3.5,-0.2 -5,-1.1 -5,-2.4 z"
transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
<path
inkscape:connector-curvature="0"
id="path249-0"
style="fill:url(#radialGradient9069);fill-opacity:1;stroke:#616471;stroke-width:1.01498866;stroke-miterlimit:4;stroke-dasharray:none"
d="m 24.7,0.9 c -7.8,0 -14.2,5.9 -14.2,13.3 0,7.5 5.7,8.4 5.7,11.2 0,3.2 3.4,6.9 8.9,6.8 5.9,-0.2 8.4,-3.4 8.4,-6.8 0,-3 5.4,-3.1 5.4,-11.2 C 38.9,6.8 32.5,0.9 24.7,0.9 Z"
transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
<path
inkscape:connector-curvature="0"
id="path251-4"
d="m 24.7,1.9 c -7.3,0 -13.2,5.6 -13.2,12.5 0,7 5.3,7.8 5.3,10.4 0,3 3.2,6.4 8.3,6.3 5.5,-0.1 7.8,-3.1 7.8,-6.3 0,-2.8 5,-2.9 5,-10.4 C 37.9,7.5 32,1.9 24.7,1.9 Z"
style="fill:none;stroke:url(#linearGradient4447);stroke-width:0.94685698"
transform="matrix(0.954439,0,0,0.989869,1.433222,0.639881)" />
<g
id="g259-1"
transform="matrix(0.9375,0,0,0.926938,0.569221,0.25176)">
<path
inkscape:connector-curvature="0"
id="path253-6"
d="m 31.9,19.2 c 0.4,0.1 0.6,0.4 0.5,0.8 l -3.9,11.5 c -0.1,0.3 -0.4,0.5 -0.7,0.4 -0.3,-0.1 -0.5,-0.4 -0.4,-0.7 l 3.8,-11.6 c 0.1,-0.3 0.4,-0.5 0.7,-0.4 z"
style="fill:url(#linearGradient4449)" />
<path
inkscape:connector-curvature="0"
id="path255-8"
style="fill:url(#linearGradient4451)"
d="m 20.2,19.3 c -0.4,0.2 -0.6,0.5 -0.5,0.8 l 3.9,11.5 c 0.1,0.4 0.4,0.6 0.7,0.5 0.3,-0.1 0.5,-0.5 0.4,-0.8 L 20.9,19.8 c -0.1,-0.3 -0.4,-0.6 -0.7,-0.5 z" />
<path
inkscape:connector-curvature="0"
id="path257-7"
d="m 20.3,19.3 c -0.3,0 -0.5,0.2 -0.5,0.5 -0.1,0.2 0.1,0.4 0.3,0.6 0,0 1.8,1 4.2,1.6 2.4,0.5 5.5,0.6 7.8,-1.7 0.2,-0.1 0.3,-0.4 0.2,-0.6 0,-0.2 -0.2,-0.4 -0.4,-0.4 -0.2,-0.1 -0.4,0 -0.6,0.2 -1.9,1.9 -4.5,1.9 -6.7,1.4 -2.2,-0.5 -3.9,-1.5 -3.9,-1.5 -0.2,-0.1 -0.3,-0.1 -0.4,-0.1 z"
style="fill:#ffffff;stroke:url(#linearGradient4453);stroke-width:0.21454535" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,132 @@
<?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="16"
height="16"
id="svg6361"
sodipodi:version="0.32"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-question.svg"
version="1.1"
viewBox="0 0 16 16">
<defs
id="defs3" />
<sodipodi:namedview
inkscape:guide-bbox="true"
showguides="false"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.15294118"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="10.9384"
inkscape:cx="-6.3054201"
inkscape:cy="18.380885"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:showpageshadow="false"
fill="#deb887"
stroke="#204a87"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4232" />
</sodipodi:namedview>
<metadata
id="metadata4">
<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>
<dc:date />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:subject>
<rdf:Bag>
<rdf:li>help</rdf:li>
<rdf:li>browser</rdf:li>
<rdf:li>documentation</rdf:li>
<rdf:li>docs</rdf:li>
<rdf:li>man</rdf:li>
<rdf:li>info</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
<dc:contributor>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:contributor>
<dc:source>http://tigert.com</dc:source>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-32)">
<g
id="g4239">
<g
id="g4238">
<circle
style="fill:#3465a4;fill-opacity:1;stroke:#204a87;stroke-width:0.35752407"
id="path2093"
cx="8"
cy="40"
r="7.821238" />
<ellipse
id="path2209"
style="opacity:0.96022728;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.98728555;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="7.9994893"
cy="40.000927"
rx="7.126667"
ry="7.1257772" />
</g>
<path
id="path5121"
d="M 6.504125,41.935698 6.47075,41.493009 C 6.437,40.62426 6.70475,39.738884 7.4568125,38.836126 7.99175,38.189193 8.426,37.627283 8.426,37.04818 c 0,-0.578914 -0.3841875,-0.987593 -1.203375,-1.004787 -0.5679375,0 -1.219875,0.18743 -1.6711875,0.493891 L 5,34.698325 C 5.6015,34.340471 6.5875625,34 7.7909375,34 9.980375,34 11,35.24323 11,36.639501 c 0,1.31106 -0.802312,2.1458 -1.4375625,2.877756 -0.6016875,0.681131 -0.8690625,1.345446 -0.852375,2.11179 v 0.306462 H 6.504125 Z"
style="overflow:visible;fill:#ffffff;stroke-width:0.18821897;filter:url(#filter5125)"
inkscape:connector-curvature="0" />
<ellipse
id="circle5123"
cy="44.488476"
cx="7.6722498"
style="overflow:visible;fill:#ffffff;stroke-width:0.18821897;filter:url(#filter5125)"
rx="1.5"
ry="1.5115254" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
height="16.000025"
id="gimp-warning"
viewBox="0 0 16.000446 16.000025"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-warning.svg"
width="100%">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1346"
inkscape:window-height="939"
id="namedview1700"
showgrid="true"
inkscape:zoom="15.021272"
inkscape:cx="18.628969"
inkscape:cy="10.215851"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="gimp-warning"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid3964" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gimp Color Icon Theme</dc:title>
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386" />
<g
style="display:inline"
transform="translate(-66.497722,-189.99994)"
id="g4237">
<g
transform="translate(-1.9352593,1.3196741)"
id="g4239">
<rect
id="rect6639-9"
width="16"
height="16"
x="68.432983"
y="188.68027"
style="fill:none;stroke-width:0.2" />
<g
transform="matrix(0.73770495,0,0,0.7757716,-155.30857,51.771056)"
style="display:inline;enable-background:new"
id="">
<path
style="fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 324.33756,194.52932 -8.97696,-16.82114 c -0.25803,-0.46725 -0.72492,-0.72684 -1.24489,-0.72684 -0.51997,0 -0.98926,0.31151 -1.2512,0.77876 l -8.91011,16.82114 c -0.20974,0.41533 -0.21213,0.98642 0.0461,1.40176 0.25825,0.41534 0.67335,0.623 1.19333,0.623 h 17.88707 c 0.51997,0 0.98904,-0.25958 1.19877,-0.67492 0.26173,-0.41534 0.26391,-0.93451 0.0579,-1.40176 z"
id="path10109"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.96627188;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 322.61753,193.53672 -7.72376,-14.45791 c -0.32893,-0.62467 -0.27639,-0.82509 -0.7763,-0.82509 -0.42997,0 -0.4844,0.29189 -0.79511,0.88153 l -7.63803,14.44622 c -0.44352,0.81347 -0.70421,1.11107 -0.49072,1.46911 0.21347,0.35804 0.53021,0.253 1.54298,0.27635 h 15.01208 c 0.94288,0.0117 1.15527,0.0252 1.32875,-0.33278 0.21648,-0.35805 -0.0461,-0.72765 -0.45989,-1.45743 z"
id="path1325"
inkscape:connector-curvature="0" />
<g
style="fill:#121312;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.76948965;stroke-miterlimit:4"
transform="matrix(0.58937196,0,0,0.51857899,300.05254,174.31075)"
id="g10114">
<path
style="fill:#121312;fill-opacity:1;stroke:none;stroke-width:1.89166403"
d="m 23.9,36.5 c -1.3,0 -2.3,-1.000007 -2.3,-2.485721 0,-1.6 0.9,-2.485715 2.3,-2.485715 1.4,0 2.2,0.885715 2.3,2.485715 C 26.2,35.499993 25.3,36.5 23.9,36.5 Z M 23.167629,28.004862 21.9,16.614286 h 4 l -1.267629,13.26802 z"
id="path10116"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssscsccccc" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
width="16"
height="16.000141"
id="svg2"
viewBox="0 0 16 16.000141"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-document-new.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview1699"
showgrid="true"
inkscape:zoom="7.6700437"
inkscape:cx="-8.9079701"
inkscape:cy="7.8827109"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
showguides="true">
<inkscape:grid
type="xygrid"
id="grid3362" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386" />
<g
id="g4179">
<g
transform="matrix(0.39024481,0,0,0.38153129,-1.3818978,-1.1943225)"
id="g1978"
style="display:inline">
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1.00035387;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-dasharray:none"
d="m 7.7526014,3.6464462 23.4470146,-0.015625 10.278937,12.3134538 4e-6,27.473617 c 0,0.636573 -0.512476,1.149048 -1.149049,1.149048 l -32.5769026,0 c -0.6365729,0 -1.1490486,-0.512475 -1.1490486,-1.149048 l 0,-38.6223972 c 0,-0.6365729 0.5124757,-1.1490486 1.1490446,-1.1490486 z"
id="rect15391" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient1996);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="M 41.41056,15.872435 31.175441,3.6354934 31.234655,15.968145 Z"
id="path2210" />
<path
inkscape:connector-curvature="0"
id="path2247"
d="m 39.121563,14.816434 -6.9251,-8.3787965 0.04198,8.2560805 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3976);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
ry="0.33985463"
y="7.3287893e-06"
x="0"
height="16"
width="16"
id="rect4010"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.39511237;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
rx="0.34359521" />
</g>
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.28914681;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 3.0361434,0.14464155 V 3.0357415 H 0.14457342 v 1.9287 H 3.0361434 v 2.8911 h 1.9277132 v -2.8911 h 2.89157 v -1.9287 h -2.89157 V 0.14464155 Z"
id="rect11686-8" />
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-document-recent.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="27.26151"
inkscape:cx="15.940656"
inkscape:cy="11.643387"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="true">
<inkscape:grid
type="xygrid"
id="grid4253" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3955"
transform="matrix(1.0245539,0,0,1.0189104,-0.20220792,-19.772315)">
<g
transform="matrix(1.1313232,0,0,0.99887966,0.19305194,2.0228594)"
id="g3954">
<path
style="opacity:1;fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:0.30670676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.241139,1035.6707 3.502209,3.9373 H 3.0346144 l -3.03080472,-3.9373 z"
id="rect3946-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
id="g3997"
transform="matrix(0,0.92849574,-1.3747391,0,1432.3008,1064.2865)">
<g
id="g3967">
<path
style="opacity:1;fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:0.27147084;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -22.386928,1034.4127 4.240423,-2.5476 v 7.7897 l -4.240423,2.2046 z"
id="rect3946-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:0.5;fill:#e69614;fill-opacity:1;stroke:none;stroke-width:0.27147084;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -22.385737,1034.4065 -4.240423,-2.5476 v 7.7897 l 4.240423,2.2046 z"
id="rect3946-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:0.5;fill:#e69614;fill-opacity:1;stroke:none;stroke-width:0.27147084;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -13.888204,1034.3747 -4.240425,-2.5475 v 7.7896 l 4.240425,2.2047 z"
id="rect3946-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.08151923;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -29.761319,1034.3375 2.116415,-1.2552 0.02023,6.2757 -2.13665,1.2551 z"
id="rect3946"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
<path
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.356655,1044.5136 1.725475,1.9651 H 3.4547582 l -1.7254742,-1.9651 z"
id="rect3946-35"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.356655,1042.5485 1.725475,-1.9651 H 3.4547582 l -1.6887769,1.9651 z"
id="rect3946-28"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.356655,1050.4088 1.725475,-1.9651 -8.6273718,-0.037 -1.7254742,2.0021 z"
id="rect3946-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -0,0 +1,208 @@
<?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="16"
height="16"
id="svg8597"
sodipodi:version="0.32"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-open.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1"
viewBox="0 0 16 16">
<defs
id="defs8599">
<linearGradient
id="linearGradient259">
<stop
id="stop260"
offset="0.0000000"
style="stop-color:#fafafa;stop-opacity:1.0000000;" />
<stop
id="stop261"
offset="1.0000000"
style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
id="linearGradient269">
<stop
id="stop270"
offset="0.0000000"
style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
<stop
id="stop271"
offset="1"
style="stop-color:#8a8a8a;stop-opacity:1;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient15662"
id="radialGradient1992"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
cx="8.1435566"
cy="7.2678967"
fx="8.1435566"
fy="7.2678967"
r="38.158695" />
<linearGradient
id="linearGradient15662">
<stop
id="stop15664"
offset="0.0000000"
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
<stop
id="stop15666"
offset="1.0000000"
style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient259"
id="radialGradient1996"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.148355,0.01009137,-0.01104438,0.162365,25.06011,12.81706)"
cx="30.653816"
cy="14.9373"
fx="30.653816"
fy="14.9373"
r="86.70845" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient269"
id="radialGradient1998"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.331735,0,0,0.353831,20.10526,9.5823)"
cx="31.863327"
cy="2.3667307"
fx="31.863327"
fy="2.3667307"
r="37.751713" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.942428"
inkscape:cx="12.304478"
inkscape:cy="3.953589"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4281" />
</sodipodi:namedview>
<metadata
id="metadata8602">
<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">
<g
id="g4293"
transform="matrix(1.0000007,0,0,0.99993443,-5.674392e-6,0.00104343)">
<g
transform="matrix(0.98317894,0,0,1.0097947,-3.8143197e-6,-0.1555793)"
id="g4005">
<g
id="g3998"
transform="matrix(0.34792613,0,0,0.34792613,-0.34774361,2.0817097)">
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
transform="matrix(1.004486,0,0,1.005825,-0.08234449,-0.221964)"
d="m 4.6200285,38.651015 c 0.041808,0.420455 0.4973856,0.840909 0.9111553,0.840909 H 36.667346 c 0.41377,0 0.785732,-0.420454 0.743924,-0.840909 L 34.714653,11.531728 C 34.672845,11.111274 34.217267,10.69082 33.803498,10.69082 H 21.080082 c -0.590546,0 -1.209083,-0.379552 -1.402861,-0.9603351 L 18.574219,6.4246085 C 18.404967,5.9173308 18.027069,5.6888138 17.259746,5.6888138 H 2.3224188 c -0.4137696,0 -0.7857312,0.4204542 -0.7439232,0.8409082 z"
id="path2375"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#5a5a5a;stroke-width:0.99487108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
sodipodi:nodetypes="ccccccssssccc"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g3978"
transform="matrix(0.87675879,0,0,0.87501264,1.2219577,-906.7553)">
<g
style="display:inline"
id="g1978"
transform="matrix(0.38153269,0,0,0.38153269,-1.4421386,1035.0811)">
<path
sodipodi:nodetypes="ccccccccc"
id="rect15391"
d="m 7.7526014,3.6464462 23.4470146,-0.015625 10.278937,12.3134538 4e-6,27.473617 c 0,0.636573 -0.512476,1.149048 -1.149049,1.149048 H 7.7526054 c -0.6365729,0 -1.1490486,-0.512475 -1.1490486,-1.149048 V 4.7954948 c 0,-0.6365729 0.5124757,-1.1490486 1.1490446,-1.1490486 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#a3a3a3;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccccc"
id="rect15660"
d="M 7.8151023,4.5839462 H 32.691494 c 0,0 7.750446,8.0214268 7.750446,8.1039998 v 30.693336 c 0,0.08257 -0.06648,0.149049 -0.149048,0.149049 H 7.8151023 c -0.082573,0 -0.1490485,-0.06648 -0.1490485,-0.149049 V 4.7329948 c 0,-0.082573 0.066476,-0.1490486 0.1490485,-0.1490486 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1992);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
sodipodi:nodetypes="cccc"
id="path2210"
d="M 41.41056,15.872435 31.175441,3.6354934 31.234655,15.968145 Z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient1996);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1998);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#fafafa;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 39.121563,14.816434 -6.9251,-8.3787965 0.04198,8.2560805 z"
id="path2247"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
</g>
</g>
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#6194cb;fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.34667295;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 1.8396377,15.676801 c 0.034988,0.07452 0.1049626,0.149032 0.2099251,0.149032 H 13.315585 c 0.06998,0 0.176276,-0.04451 0.239529,-0.09315 0.179399,-0.137969 0.221494,-0.215793 0.301968,-0.343031 0.828038,-1.309255 1.963492,-6.7928027 1.963492,-6.7928027 0.03499,-0.074515 -0.03499,-0.1490287 -0.139951,-0.1490287 H 3.8682902 c -0.1049626,0 -0.5601023,5.6759104 -1.6448275,6.7963724 l -0.4188125,0.43261 h 0.034987 z"
id="path2401"
sodipodi:nodetypes="cccsscccscc"
inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
inkscape:export-xdpi="74.800003"
inkscape:export-ydpi="74.800003"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
sodipodi:nodetypes="cccsc"
id="path324"
d="M 15.383006,8.8453169 H 4.1677124 c 0,0 -0.7264396,5.6449991 -1.597229,6.4276261 2.7468177,0 10.6784166,-0.01714 10.6851206,-0.01714 0.592468,0 1.659927,-4.45275 2.127402,-6.410488 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.52272728;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.34672552;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.6;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,184 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-print-resolution.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="18.955946"
inkscape:cx="-3.9014721"
inkscape:cy="2.993364"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1346"
inkscape:window-height="1016"
inkscape:window-x="50"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4295" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4253">
<g
id="g4249">
<rect
ry="1"
rx="1"
y="-16"
x="-1048.3622"
height="16"
width="8"
id="rect4192"
style="fill:#888a85;fill-opacity:1;stroke:none"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
ry="0"
rx="0"
y="-1040.3622"
x="2.9999995"
height="4"
width="10"
id="rect4194"
style="fill:#888a85;fill-opacity:1;stroke:none"
transform="scale(1,-1)" />
<rect
transform="scale(1,-1)"
style="fill:#888a85;fill-opacity:1;stroke:none"
id="rect4196"
width="10"
height="7"
x="2.9999995"
y="-1052.3622"
rx="0"
ry="0" />
<rect
transform="scale(1,-1)"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.82807869"
id="rect4196-6"
width="8"
height="6"
x="4"
y="-1051.3622"
rx="0"
ry="0" />
<rect
ry="0"
rx="0"
y="-1040.3622"
x="4"
height="3"
width="8"
id="rect4194-6"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.77459663"
transform="scale(1,-1)" />
<rect
ry="0.875"
rx="0.75"
y="-15"
x="-1047.3622"
height="14"
width="6"
id="rect4192-0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.81009263"
transform="matrix(0,-1,-1,0,0,0)" />
<rect
style="opacity:0.91000001;fill:#f57900;stroke:none;stroke-width:1.4524008;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect4356"
width="1"
height="1"
x="13"
y="1042.3622" />
<rect
style="opacity:0.91000001;fill:#000000;stroke:none;stroke-width:1.4524008;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect4356-4"
width="1"
height="1"
x="5"
y="1048.3622" />
<rect
style="opacity:0.91000001;fill:#000000;stroke:none;stroke-width:1.4524008;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect4356-4-6"
width="1"
height="1"
x="6"
y="1049.3622" />
<rect
style="opacity:0.91000001;fill:#000000;stroke:none;stroke-width:1.4524008;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect4356-4-5"
width="1"
height="1"
x="7"
y="1048.3622" />
</g>
<rect
style="opacity:0.91000001;fill:#73d216;stroke:none;stroke-width:1.4524008;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect4356-8"
width="1"
height="1"
x="11"
y="1042.3622" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-revert.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.232704"
inkscape:cx="-1.3324093"
inkscape:cy="8.76356"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4240" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4237"
transform="matrix(-1,0,0,1,16,0)">
<g
style="fill:#4e9a06"
transform="matrix(1.0376102,0,0,1.0091341,0.21299748,-8.8594611)"
id="g3946">
<g
style="fill:#4e9a06"
id="refresh"
transform="matrix(0.74272062,0,0,0.74272062,31.29055,291.82008)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 1.1015625,0 V 6.9609375 C 1.1015625,6.9609375 1.5901871,6.94 8,7 L 5.515625,4.4785156 C 6.4432651,3.8887268 7.5903941,3.6364861 8.7558594,3.8417969 10.84703,4.2102534 12.401187,5.9316712 12.509766,8.0019531 12.618349,10.07231 11.24925,11.907225 9.2050781,12.4375 7.1609078,12.96785 5.0144734,12.047594 4.015625,10.208984 L 2.0410156,11.207031 C 3.524897,13.938376 6.7607333,15.330769 9.8046875,14.541016 12.848642,13.751188 14.905339,10.987856 14.744141,7.9140625 14.582944,4.8404936 12.245147,2.2498843 9.1308594,1.7011719 8.3522864,1.5637877 7.5771439,1.5648766 6.8320312,1.6855469 5.7797883,1.8559596 4.8035125,2.2861265 3.9589844,2.8984375 Z"
transform="matrix(-1.2975984,0,0,1.3342144,-21.645016,1002.9627)"
id="path4874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsccccccccc" />
</g>
</g>
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect3999-8"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.10246458;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,266 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-save-as.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
id="linearGradient4991">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4993" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4995" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="40.943935"
x2="36.183067"
y1="28.481176"
x1="7.6046205"
id="linearGradient4234"
xlink:href="#linearGradient4228"
inkscape:collect="always"
gradientTransform="matrix(0.32678414,0,0,0.32678414,-53.918925,1015.5923)" />
<linearGradient
id="linearGradient4228">
<stop
id="stop4230"
offset="0.0000000"
style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
<stop
id="stop4232"
offset="1.0000000"
style="stop-color:#9f9f9f;stop-opacity:1.0000000;" />
</linearGradient>
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.42032349,0.25544651,-0.23227229,0.38219105,-54.688288,1013.9987)"
r="20.935818"
fy="2.958519"
fx="15.571491"
cy="2.958519"
cx="15.571491"
id="radialGradient4250"
xlink:href="#linearGradient4244"
inkscape:collect="always" />
<linearGradient
id="linearGradient4244">
<stop
id="stop4246"
offset="0.0000000"
style="stop-color:#e4e4e4;stop-opacity:1.0000000;" />
<stop
id="stop4248"
offset="1.0000000"
style="stop-color:#d3d3d3;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="47.620636"
x2="44.0961"
y1="4.433136"
x1="12.378357"
id="linearGradient4260"
xlink:href="#linearGradient4991"
inkscape:collect="always"
gradientTransform="matrix(0.32678414,0,0,0.32678414,-53.918925,1015.5923)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="7.483362"
inkscape:cx="10.375382"
inkscape:cy="2.690834"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1440"
inkscape:window-height="752"
inkscape:window-x="307"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4284" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4258">
<g
transform="matrix(1.116248,0,0,1.1126945,59.353582,-92.213571)"
id="g4124">
<g
style="display:inline"
id="g5022"
transform="matrix(0.00788009,0,0,0.00630433,-39.053668,1027.5615)" />
<path
sodipodi:nodetypes="cccsccccccccc"
id="path4196"
d="m -50.23094,1018.1944 c -0.20424,0 -0.336996,0.095 -0.418692,0.2757 0,0 -2.113885,5.5892 -2.113885,5.5892 0,0 -0.0817,0.2194 -0.0817,0.5821 0,0 0,3.1534 0,3.1534 0,0.3538 0.214954,0.5311 0.541236,0.5311 h 12.601613 c 0.321834,0 0.520812,-0.2347 0.520812,-0.6026 v -3.1534 c 0,0 0.03463,-0.2518 -0.03064,-0.4289 l -2.195581,-5.6198 c -0.0603,-0.1673 -0.20813,-0.3229 -0.367632,-0.3268 h -8.455539 z"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#535353;stroke-width:0.65356827;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccccc"
id="path4170"
d="m -52.849167,1024.4145 0.24986,-0.2262 12.29025,0.02 1.131459,0.1037 v 3.4111 c 0,0.3678 -0.198364,0.6024 -0.520198,0.6024 h -12.608308 c -0.326283,0 -0.543063,-0.1771 -0.543063,-0.5309 v -3.3805 z"
style="fill:url(#linearGradient4234);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.02044296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="csccccccs"
id="path3093"
d="m -52.75914,1024.0607 c -0.233418,0.4786 -2.02e-4,0.782 0.338455,0.782 0,0 12.74458,0 12.74458,0 0.365687,-0.01 0.602995,-0.3307 0.466835,-0.7003 l -2.194122,-5.6241 c -0.0603,-0.1673 -0.213966,-0.3229 -0.373468,-0.3268 h -8.449704 c -0.20424,0 -0.338455,0.099 -0.42015,0.2801 0,0 -2.112426,5.5891 -2.112426,5.5891 z"
style="fill:url(#radialGradient4250);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccc"
id="path4201"
d="m -39.28025,1023.9674 c 0.02076,0.4085 -0.135289,0.7568 -0.432046,0.7659 0,0 -12.456592,0 -12.456592,0 -0.421301,0 -0.610346,-0.1062 -0.681035,-0.2837 0.02999,0.3086 0.269864,0.539 0.681035,0.539 0,0 12.456592,0 12.456592,0 0.351622,-0.011 0.572789,-0.4654 0.441865,-0.9787 l -0.0098,-0.042 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4260);stroke-width:0.32678422;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -50.114336,1018.3425 c -0.196623,0 -0.324428,0.091 -0.403077,0.2654 0,0 -2.096325,5.4216 -2.096325,5.4216 0,0 -0.07865,0.2113 -0.07865,0.5604 0,0 0,3.0358 0,3.0358 0,0.4427 0.145111,0.5317 0.521052,0.5317 h 12.315482 c 0.432377,0 0.501391,-0.1034 0.501391,-0.6005 v -3.0359 c 0,0 0.03333,-0.2423 -0.02949,-0.4129 l -2.154551,-5.4919 c -0.05805,-0.161 -0.179944,-0.27 -0.333498,-0.2737 h -8.242331 z"
id="path4252"
sodipodi:nodetypes="cccsccccccccc"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
id="rect4157"
d="m 6.2931459,1036.5595 v 5.0129 l -1.8800295,0.027 1.8417981,2.3265 1.8417981,2.1366 1.7495965,-2.1741 1.7495949,-2.3635 -2.0374466,0.022 v -4.9927 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.38341436;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
<g
id="g4557"
transform="matrix(0.53308013,0,0,0.53002581,5.5811917,493.46795)">
<g
transform="translate(0.54321437,0.45964293)"
id="g3943">
<g
id="g3977"
transform="rotate(-36.421499,-3.2571674,1058.0244)">
<g
transform="matrix(-1.3896672,0.05353424,-0.04181733,-1.7790417,2.5015123,2860.3502)"
id="g7078" />
</g>
<g
id="g3939"
transform="matrix(0.75258206,0.75039082,-0.75039082,0.75258206,803.6233,277.20486)">
<g
id="g3936">
<path
sodipodi:type="star"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#505050;stroke-width:2.91199994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3937"
sodipodi:sides="3"
sodipodi:cx="-20.516788"
sodipodi:cy="1049.0612"
sodipodi:r1="0.42613241"
sodipodi:r2="0.21306621"
sodipodi:arg1="1.3734008"
sodipodi:arg2="2.4205983"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -20.433217,1049.479 -0.243616,-0.2772 -0.243616,-0.2772 0.361875,-0.072 0.361875,-0.072 -0.118259,0.3495 z"
inkscape:transform-center-x="-0.00082815806"
inkscape:transform-center-y="0.05656081"
transform="matrix(0.52647596,0.10929736,-0.10929736,0.52647596,105.00055,497.0293)" />
</g>
</g>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect3999"
width="16"
height="16"
x="0.24242425"
y="1036.1198" />
</g>
<g
transform="matrix(0.02366087,-0.02366001,0.01606034,0.01581229,-7.7776755,1042.5007)"
id="g4498">
<path
style="fill:#7489a5"
d="m 104.37145,580.93362 c 0,-23.4 0,-46.8 0,-70.2 202.8,0 405.60001,0 608.40001,0 0,46.8 0,93.6 0,140.4 -202.8,0 -405.60001,0 -608.40001,0 0,-23.4 0,-46.8 0,-70.2 z m 65.7,29.47025 c 0.27315,-19.60316 -27.82549,-8.91068 -22.28474,-25.04984 -14.0664,-3.29552 -19.92991,6.04689 -11.53041,17.69277 12.48593,4.95716 18.35088,12.77065 33.81515,7.35707 z m 80.55,-0.57129 c 26.02793,-18.06452 -7.07746,-37.99142 -27.07461,-33.79598 -3.58631,-15.36802 47.02675,-0.83284 24.4341,-19.12267 -24.31303,-12.88927 -57.02365,22.78464 -23.08994,31.95473 16.32819,-7.26571 33.16414,14.87051 7.94766,11.71794 -14.02556,-4.68763 -38.05184,7.64744 -10.73733,10.93451 9.45724,-0.4937 19.3138,1.12922 28.52012,-1.68853 z m 37.35,-19.89896 c 1.642,-8.81494 -4.83958,-25.5425 9.9,-21.6 15.09784,3.79935 11.06989,-16.60792 -2.5412,-10.47409 -11.48318,-0.11883 -22.96636,-0.23765 -34.44954,-0.35648 -4.67811,18.72056 25.66319,4.7488 15.36016,28.94103 -7.20234,23.47378 16.52032,34.89917 11.64499,7.51221 0.0285,-1.34089 0.0571,-2.68178 0.0856,-4.02267 z m 21.1184,18.32428 c 2.77648,-13.45321 35.96927,-13.12486 32.4316,2.82572 20.58835,1.42571 12.01636,-43.0308 6.48669,-54.43258 -33.18806,-7.78386 -38.67956,33.37057 -52.83669,53.927 3.94572,1.25375 11.42694,2.12093 13.9184,-2.32014 z m 11.92016,-19.78572 c 1.59903,-28.96264 35.18921,-17.99597 14.41584,0.50349 -4.801,0.008 -9.66009,0.33714 -14.41584,-0.50349 z m 84.41144,17.66144 c -0.1023,-10.35047 -18.40576,-3.05968 -26.38599,-5.77456 -15.2542,-20.63685 29.26752,-1.14906 23.23599,-19.7017 -6.65248,-0.93572 -39.23679,-3.55943 -20.51315,-12.03431 7.32808,-2.6348 24.44142,4.72204 23.93306,-5.91447 -8.29357,-10.45601 -55.55076,-12.55667 -42.11809,17.49701 -3.21922,28.16237 18.85046,44.2234 41.84818,25.92803 z m 50.01995,4.37271 c 33.97084,-17.82606 5.81567,-68.12589 -29.22341,-53.94444 -16.61574,-3.51071 -7.03507,17.36695 -9.54653,26.70283 -3.68751,20.55521 1.3485,35.449 25.35642,28.13574 4.46469,-0.26034 8.99271,-0.0861 13.41352,-0.89413 z m -26.46994,-10.37271 c -6.56944,-20.02738 1.89163,-46.14129 25.86469,-27.92009 11.78788,20.72096 -5.90589,34.08535 -25.86469,27.92009 z m 73.2,-10.2 c 1.48145,-9.10514 -4.68038,-25.59635 10.26048,-21.69503 22.73189,-10.47447 -20.26343,-14.59788 -31.55579,-11.25532 -18.38225,1.15517 -3.42127,17.41809 8.87683,12.51323 -5.51555,15.09999 9.00459,63.15289 12.22357,29.59798 0.065,-3.05361 0.12994,-6.10728 0.19491,-9.16086 z m 58.05,16.2 c 2.00903,-12.25136 -22.23108,0.81039 -22.53929,-9.27602 -2.03492,-12.44787 6.19605,-46.9894 -11.49124,-37.47191 0.92492,22.24941 -11.79253,63.07125 24.17651,51.84199 4.5986,-0.92725 12.1642,2.76445 9.85402,-5.09406 z m 51.18274,3.375 c 4.60258,-20.82571 -38.72883,3.52354 -28.95963,-19.70104 10.1375,2.91201 37.2531,-3.08312 19.88753,-10.67993 -16.48355,6.87418 -31.23692,-13.73568 -8.5206,-10.55179 19.7413,6.98944 24.13302,-17.15808 2.08118,-11.81285 -38.20319,-11.87584 -26.80032,31.88336 -25.59766,54.09273 12.94396,0.0349 29.57031,3.06427 41.10918,-1.34712 z m 20.17445,-8.27157 c 2.95605,-30.81581 19.0577,7.57343 29.17725,10.07149 19.15499,-3.76801 -20.56352,-27.62411 3.12594,-36.71573 5.85427,-21.07192 -46.55293,-27.68156 -43.81038,-8.41203 2.92124,14.46395 -7.98278,42.59001 7.97499,45.07643 6.11331,1.47493 2.30377,-6.64428 3.5322,-10.02016 z m 1.31781,-23.11173 c -9.11845,-22.89646 38.03556,-2.41138 8.18213,0.9249 l -5.12713,-0.0185 -3.05509,-0.90642 z m -457.77133,21.15693 c 24.2241,-22.25902 -0.0904,-63.88178 -30.28939,-45.28568 -17.63589,25.9235 40.6826,-5.5604 26.79011,27.39314 -7.77307,5.49178 -8.60881,29.92315 3.49928,17.89254 z m -11.53039,-9.12363 c 25.09815,-31.07709 -26.87243,-26.93401 -26.55881,-8.06297 24.99831,-6.01563 2.78969,19.61724 26.55881,8.06297 z m 514.71956,-24.7955 c -7.61395,-6.76622 5.09065,7.20986 0,0 z m 12.97196,0.57315 c 2.51887,-4.08193 -6.69095,4.86639 0,0 z m -4.26143,-4.27994 c 5.19484,-13.85034 -15.20404,-0.76877 -3e-5,0 z m -8.38525,-9.19486 c 5.28916,-7.02083 -7.92279,7.25103 0,0 z m 14.33188,2.07903 c -4.24835,-4.74465 -7.21646,-5.85596 0,0 z"
id="path4510"
inkscape:connector-curvature="0" />
<path
style="fill:#2a4679"
d="m 107.52145,650.23362 c -2.84624,-45.59697 -0.6651,-91.82932 -1.35,-137.7 89.2,-2.85992 178.68987,-0.93275 268.00622,-1.67682 112.41458,-0.0844 224.82921,-0.0468 337.24379,-0.12337 -0.15734,46.20006 -0.31468,92.40013 -0.47201,138.60019 -197.54267,0.14866 -395.08533,0.29731 -592.628,0.44595 l 594.00001,0.9081 c -201.59998,-0.10482 -403.20158,0.65821 -604.80001,-0.45405 z m 8.79213,-0.59035 -2.77122,0.22288 z m 55.52578,-37.62099 c 14.92774,-22.30549 26.08789,-68.30401 -17.33556,-63.28086 -15.94443,2.28503 -16.82545,9.92182 -10.41095,20.6235 -32.05915,21.29863 -1.08823,52.94758 27.74651,42.65736 z m 36.78195,-33.84364 c 8.44291,15.00125 37.22109,27.74283 6.85353,31.46494 -5.90884,9.59218 -1.58867,-24.26562 -6.85353,-31.46494 z m 80.07014,34.07498 c 3.72126,-21.13506 -7.79175,-45.53193 19.7217,-46.06572 5.43491,-16.72418 -18.83324,-7.78366 -28.69712,-10.00428 -18.99197,-6.12306 -31.00737,11.50907 -5.24458,16.4385 3.83828,12.47151 -10.4289,49.60509 14.22,39.6315 z m 62.96617,-55.16725 c -441.952225,-177.418 -220.97611,-88.709 0,0 z m -12.38617,24.88 C 256.68309,545.02212 174.09473,508.07788 91.506366,471.13363 174.09473,508.07788 256.68309,545.02212 339.27145,581.96637 Z m 66.97639,30.82096 c 14.21693,-22.90715 -49.44803,-8.99745 -20.73217,-22.20157 30.5786,7.4371 17.27412,-23.56325 -5.58339,-13.09127 -8.49287,-17.21814 44.90655,1.92329 23.43969,-21.90499 -20.90657,-0.6143 -49.26068,-5.36925 -41.40124,25.33274 -10.82085,38.2222 17.89263,33.52164 44.27711,31.86509 z m 49.86719,-0.84063 c 31.67262,-13.50481 13.01108,-68.03414 -21.40858,-56.04974 -33.47052,-8.34765 -15.32229,36.97455 -18.72323,56.68658 13.35056,0.92069 26.8654,1.57425 40.13181,-0.63684 z m -25.94357,-27.86308 c -7.29816,-35.30201 49.61313,-2.71978 17.7015,15.05571 -12.53653,2.8407 -22.50985,0.57975 -17.7015,-15.05571 z m 72.93068,27.39267 c 2.76957,-20.32945 -7.42864,-45.0964 17.97454,-44.76232 2.78674,-21.37542 -36.42444,-9.76006 -48.76337,-8.68387 -9.32286,18.71378 28.01422,5.59129 16.49116,28.56435 -0.53533,9.72923 -4.05079,35.04898 14.29767,24.88184 z m 59.18873,-4.8121 c -8.1406,-10.99871 -30.96067,-6.85725 -23.21941,-31.55258 8.61073,-18.3611 -17.76049,-30.18254 -14.9584,-6.3571 -1.70074,24.37318 -5.7359,55.0727 28.42336,44.20142 3.9229,-1.58789 14.36007,4.07093 9.75445,-6.29174 z m 50.82639,1.26943 c 3.81996,-17.57767 -48.87527,-3.89794 -22.59579,-17.45021 30.13971,6.64171 17.40356,-23.20144 -5.39462,-12.99251 -8.60877,-17.90046 41.29223,3.67357 25.64521,-20.16421 -31.79697,-11.62161 -52.51484,6.57155 -44.03821,39.77791 -5.07159,24.20434 40.45071,18.39423 46.38341,10.82902 z m 19.03059,4.85371 c -1.8881,-13.52111 6.07754,-33.60227 16.70361,-12.33931 3.50122,23.59898 34.05653,8.4735 11.8659,-8.42959 -3.11858,-13.37065 16.08282,-33.62746 -11.92794,-36.14812 -19.45134,-4.78384 -38.65926,-0.87721 -30.51049,23.44839 3.28519,11.92125 -9.31178,41.53021 13.86892,33.46863 z m 1.42361,-39.50371 c 8.31979,-14.48354 26.18921,11.12776 1.13685,4.16857 l -1.32148,-0.95898 z m 55.2278,-3.49094 c 26.66782,-15.06013 -27.21563,-34.12855 -14.19136,-4.33383 2.98338,4.34852 9.19492,7.04288 14.19136,4.33383 z m -5.7278,-5.45594 c 1.3243,-5.68402 3.12688,4.83684 0,0 z m 6.04443,-2.57099 c 0.7237,-14.87203 4.30511,4.11911 0,0 z m -11.21747,-2.88213 c 0.37874,-6.78924 0.80131,7.26801 0,0 z M 116.29645,511.93757 c -5.63973,-2.24504 -1.02056,2.07656 0,0 z m 445.50001,-0.0789 c -109.9063,-0.11414 -219.81291,-0.18307 -329.71905,0.0894 121.26257,0.21454 242.52552,0.21454 363.78809,0 -11.35623,-0.0647 -22.71268,-0.0654 -34.06904,-0.0894 z"
id="path4504"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccczczcccccccccccc" />
<path
inkscape:connector-curvature="0"
id="path4502"
d="m 209.92921,650.54823 c -347.46662,-239.7259 -173.733309,-119.86295 0,0 z m -102.87334,-2.78961 c -0.0304,-44.54998 -0.0334,-89.10002 -0.008,-133.65 201.69993,-3.41264 421.28633,-1.56423 602.84213,-1.575 1.05653,45.57509 0.082,91.20238 0.12403,136.8 -210.73913,-0.15708 -422.11771,0.44852 -602.95816,-1.575 z M 221.69401,511.04804 c -355.30982,-146.72578 -177.654909,-73.36289 0,0 z"
style="fill:#1a3d80"
sodipodi:nodetypes="ccccccccc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-save.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
id="linearGradient4991">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4993" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4995" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="40.943935"
x2="36.183067"
y1="28.481176"
x1="7.6046205"
id="linearGradient4234"
xlink:href="#linearGradient4228"
inkscape:collect="always"
gradientTransform="matrix(0.32678414,0,0,0.32678414,-53.918925,1015.5923)" />
<linearGradient
id="linearGradient4228">
<stop
id="stop4230"
offset="0.0000000"
style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
<stop
id="stop4232"
offset="1.0000000"
style="stop-color:#9f9f9f;stop-opacity:1.0000000;" />
</linearGradient>
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.42032349,0.25544651,-0.23227229,0.38219105,-54.688288,1013.9987)"
r="20.935818"
fy="2.958519"
fx="15.571491"
cy="2.958519"
cx="15.571491"
id="radialGradient4250"
xlink:href="#linearGradient4244"
inkscape:collect="always" />
<linearGradient
id="linearGradient4244">
<stop
id="stop4246"
offset="0.0000000"
style="stop-color:#e4e4e4;stop-opacity:1.0000000;" />
<stop
id="stop4248"
offset="1.0000000"
style="stop-color:#d3d3d3;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="47.620636"
x2="44.0961"
y1="4.433136"
x1="12.378357"
id="linearGradient4260"
xlink:href="#linearGradient4991"
inkscape:collect="always"
gradientTransform="matrix(0.32678414,0,0,0.32678414,-53.918925,1015.5923)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.166144"
inkscape:cx="10.230533"
inkscape:cy="7.3587169"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1440"
inkscape:window-height="752"
inkscape:window-x="302"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4284" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4258">
<g
transform="matrix(1.116248,0,0,1.1126945,59.353582,-92.213571)"
id="g4124">
<g
style="display:inline"
id="g5022"
transform="matrix(0.00788009,0,0,0.00630433,-39.053668,1027.5615)" />
<path
sodipodi:nodetypes="cccsccccccccc"
id="path4196"
d="m -50.23094,1018.1944 c -0.20424,0 -0.336996,0.095 -0.418692,0.2757 0,0 -2.113885,5.5892 -2.113885,5.5892 0,0 -0.0817,0.2194 -0.0817,0.5821 0,0 0,3.1534 0,3.1534 0,0.3538 0.214954,0.5311 0.541236,0.5311 h 12.601613 c 0.321834,0 0.520812,-0.2347 0.520812,-0.6026 v -3.1534 c 0,0 0.03463,-0.2518 -0.03064,-0.4289 l -2.195581,-5.6198 c -0.0603,-0.1673 -0.20813,-0.3229 -0.367632,-0.3268 h -8.455539 z"
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#535353;stroke-width:0.65356827;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccccc"
id="path4170"
d="m -52.849167,1024.4145 0.24986,-0.2262 12.29025,0.02 1.131459,0.1037 v 3.4111 c 0,0.3678 -0.198364,0.6024 -0.520198,0.6024 h -12.608308 c -0.326283,0 -0.543063,-0.1771 -0.543063,-0.5309 v -3.3805 z"
style="fill:url(#linearGradient4234);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.02044296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="csccccccs"
id="path3093"
d="m -52.75914,1024.0607 c -0.233418,0.4786 -2.02e-4,0.782 0.338455,0.782 0,0 12.74458,0 12.74458,0 0.365687,-0.01 0.602995,-0.3307 0.466835,-0.7003 l -2.194122,-5.6241 c -0.0603,-0.1673 -0.213966,-0.3229 -0.373468,-0.3268 h -8.449704 c -0.20424,0 -0.338455,0.099 -0.42015,0.2801 0,0 -2.112426,5.5891 -2.112426,5.5891 z"
style="fill:url(#radialGradient4250);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccc"
id="path4201"
d="m -39.28025,1023.9674 c 0.02076,0.4085 -0.135289,0.7568 -0.432046,0.7659 0,0 -12.456592,0 -12.456592,0 -0.421301,0 -0.610346,-0.1062 -0.681035,-0.2837 0.02999,0.3086 0.269864,0.539 0.681035,0.539 0,0 12.456592,0 12.456592,0 0.351622,-0.011 0.572789,-0.4654 0.441865,-0.9787 l -0.0098,-0.042 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4260);stroke-width:0.32678422;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -50.114336,1018.3425 c -0.196623,0 -0.324428,0.091 -0.403077,0.2654 0,0 -2.096325,5.4216 -2.096325,5.4216 0,0 -0.07865,0.2113 -0.07865,0.5604 0,0 0,3.0358 0,3.0358 0,0.4427 0.145111,0.5317 0.521052,0.5317 h 12.315482 c 0.432377,0 0.501391,-0.1034 0.501391,-0.6005 v -3.0359 c 0,0 0.03333,-0.2423 -0.02949,-0.4129 l -2.154551,-5.4919 c -0.05805,-0.161 -0.179944,-0.27 -0.333498,-0.2737 h -8.242331 z"
id="path4252"
sodipodi:nodetypes="cccsccccccccc"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
id="rect4157"
d="m 6.2931459,1036.5595 v 5.0129 l -1.8800295,0.027 1.8417981,2.3265 1.8417981,2.1366 1.7495965,-2.1741 1.7495949,-2.3635 -2.0374466,0.022 v -4.9927 z"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.38341436;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-edit-clear.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="18.09049"
inkscape:cx="22.279781"
inkscape:cy="-3.6139819"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4244" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4246">
<g
id="g3941">
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect3999"
width="16"
height="16"
x="0"
y="1036.3622" />
</g>
<g
style="fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.94145151,0,0,0.92307505,-112.50359,540.3633)"
id="layer12">
<g
style="fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="translate(79,-222)"
id="g27035">
<path
inkscape:connector-curvature="0"
d="m 126,540 -6,6 6,6 h 9.0353 c 0.53,-0.02 0.96,-0.49 0.96,-1 v -10 c 0,-0.53079 -0.34561,-1 -1.0089,-1 h -8.99 z m 1,3 h 1 c 0.0104,-1.2e-4 0.0208,-4.6e-4 0.0313,0 0.25495,0.0112 0.50987,0.12858 0.6875,0.3125 l 1.2812,1.2812 1.3125,-1.2812 c 0.27,-0.23 0.45,-0.3 0.69,-0.31 h 0.98745 l 0.0126,1 c 0.004,0.28645 -0.0343,0.55065 -0.25,0.75 l -1.2812,1.2812 1.25,1.25 c 0.19,0.19 0.28,0.45 0.28,0.72 l -0.0113,1 h -0.98865 c -0.2653,-10e-6 -0.53059,-0.0931 -0.71875,-0.28125 l -1.28,-1.28 -1.2812,1.2812 c -0.19,0.19 -0.45,0.28 -0.72,0.28 h -1.06588 l 0.0659,-1 c 0.0174,-0.26469 0.0931,-0.53058 0.28125,-0.71875 l 1.2812,-1.25 -1.2812,-1.2812 c -0.21,-0.19 -0.3,-0.47 -0.28,-0.75 l -0.0671,-1 z"
transform="translate(-79,222)"
style="color:#000000;fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path27041"
sodipodi:nodetypes="ccccsssccccccccccsccssccccsscscccccc" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,180 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-buffer.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2259"
id="linearGradient2265"
x1="26.076092"
y1="26.696676"
x2="30.811172"
y2="42.007351"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38145664,0,0,0.32789635,-1.1641847,1037.0763)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2259">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2261" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2263" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.6640625"
inkscape:cx="25.774572"
inkscape:cy="4.7097324"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1346"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4287" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4309">
<g
transform="matrix(1.0000009,0,0,0.9999115,-6.2077402e-6,1036.3636)"
inkscape:export-ydpi="269.99994"
inkscape:export-xdpi="269.99994"
id="gimp-layer"
style="display:inline">
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.41550624;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4002"
width="15.584494"
height="15.584494"
x="0.20775312"
y="0.20775324" />
</g>
<g
transform="matrix(0.75005604,0,0,0.7499038,1.3070022e-4,263.19186)"
id="g4294">
<rect
style="opacity:1;fill:#c68827;fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.37281546;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect12368"
width="15.626003"
height="14.251704"
x="0.1869981"
y="1037.9244"
rx="0.55559194"
ry="0.48191613" />
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#c68827;stroke-width:0.37281546;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect15974"
width="14.845407"
height="13.573779"
x="0.5773012"
y="1038.2476"
rx="0.19166328"
ry="0.16624732" />
</g>
<g
transform="matrix(0.79332188,0,0,0.79902198,4.7078987,206.3004)"
id="g4287">
<rect
style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.36486655;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect12413"
width="12.200349"
height="12.150646"
x="1.8111547"
y="1039.0302"
rx="0.22330375"
ry="0.19133064" />
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:0.35366419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect15244"
width="11.067639"
height="11.161843"
x="2.4661918"
y="1039.5247"
rx="0"
ry="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.48863639;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.37281564;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 13.805469,1049.0604 0.01769,2.0554 -3.06094,-0.3135 z"
id="path2212"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#868a84;stroke-width:0.37281564;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 10.432595,1050.9752 c 0.716995,0.058 3.385084,-1.1072 3.581677,-2.5024 -1.479809,0.1704 -1.727259,0.05 -3.371997,0.105 0,0 0.115565,2.2238 -0.20968,2.3974 z"
id="path2210"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-edit-cut.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="4.1484962"
inkscape:cx="26.2677"
inkscape:cy="1.1319681"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4289" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4060"
transform="matrix(0,0.9999994,-0.99760656,0,1049.8815,1036.3619)">
<g
id="g3994"
transform="translate(-2.9467144,1005.4207)">
<path
style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:0.34893051;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 14.548103,31.153875 c 0.07396,0.02391 0.145595,0.05048 0.217727,0.07589 0.227299,0.766601 1.281093,1.541826 0.880373,2.305255 -1.334954,2.226312 -2.660363,4.482163 -3.985343,6.726032 -0.260214,0.05126 -0.522707,0.07918 -0.785709,0.08538 -0.553541,0.01403 -1.1217881,-0.06786 -1.647149,-0.256139 1.762403,-2.983801 3.525548,-5.974181 5.320101,-8.936421 z"
id="path16717"
inkscape:connector-curvature="0" />
<path
style="fill:#e2e2e2;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 14.58806,32.069818 c -0.08065,0.107279 -0.156884,0.303898 -0.239377,0.403451 -1.412071,2.356233 -2.847973,4.708495 -4.265262,7.054938 -0.02113,0.08832 -0.2840048,0.353219 -0.0042,0.329029 0.387856,0.06905 0.792682,0.122336 1.179325,0.0199 1.311626,-2.169373 2.598094,-4.355497 3.906726,-6.525637 0.119498,-0.135131 0.142752,-0.32285 0.01722,-0.45779 -0.184939,-0.284939 -0.372287,-0.584359 -0.561788,-0.856606 l -0.02462,0.02467 -0.008,0.008 z"
id="path16719"
inkscape:connector-curvature="0" />
<path
transform="matrix(1.2693718,0,0,1.2109197,-365.88744,25.001449)"
style="fill:#ff4c4c;fill-opacity:1;stroke:#9a0c00;stroke-width:0.28144068;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 294.73242,13.672852 1.01416,-1.712403 1.29785,0.339844 -0.64502,1.084473 -1.2666,1.333984 z"
id="polygon45129"
inkscape:connector-curvature="0" />
<path
style="fill:#ff4c4c;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.7440071,39.997082 c -0.4265135,0.169831 -0.423608,0.710136 -0.6716836,1.034235 -0.1194469,0.249762 -0.3293167,0.469739 -0.4187243,0.732226 -0.00338,0.179836 0.1563045,0.474624 0.3598346,0.316218 0.4832604,-0.399988 0.8947855,-0.885822 1.2017952,-1.439991 0.08108,-0.170987 0.277662,-0.312001 0.302968,-0.49003 -0.187924,-0.199173 -0.5278687,-0.185989 -0.7741899,-0.152658 z"
id="polygon16896"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:0.34893051;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 7.1458179,31.153875 c -0.072624,0.02391 -0.1429722,0.05048 -0.2138058,0.07589 -0.2232053,0.766601 -1.2580219,1.541826 -0.8645183,2.305255 1.3109135,2.226312 2.6124532,4.482163 3.9135728,6.726032 0.2555274,0.05126 0.5132944,0.07918 0.7715604,0.08538 0.543572,0.01403 1.101586,-0.06786 1.617486,-0.256139 -1.730665,-2.983801 -3.462059,-5.974181 -5.2242951,-8.936421 z"
id="polygon45097"
inkscape:connector-curvature="0" />
<path
style="fill:#e2e2e2;fill-opacity:1;stroke:none;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 7.0619238,32.069818 c -0.1336526,0.393132 -0.5058309,0.682495 -0.5983502,1.101312 1.2940161,2.2311 2.6068399,4.455538 3.8999624,6.684199 0.418146,0.09013 0.847357,0.03251 1.260809,-0.05452 -0.06587,-0.258363 -0.25758,-0.464402 -0.359392,-0.708172 -1.3589459,-2.292657 -2.7299277,-4.582793 -4.0748112,-6.881066 -0.00512,-0.0529 -0.075614,-0.16893 -0.128218,-0.141753 z"
id="path16635"
inkscape:connector-curvature="0" />
<path
id="path45138"
style="fill:#ef3535;fill-opacity:1;stroke:#a40000;stroke-width:0.34893051;stroke-opacity:1"
d="m 8.799851,41.154898 c 1.128794,0.602481 1.219804,2.307448 0.2016627,3.80835 -1.01813,1.501785 -2.7581173,2.231476 -3.8874198,1.631645 -1.129313,-0.602481 -1.2198033,-2.306565 -0.2016627,-3.807467 1.0176111,-1.5009 2.7581174,-2.230591 3.8874198,-1.632528 z M 8.1525413,42.111716 C 7.6512946,41.845263 6.5797518,42.30032 5.8962376,43.309953 5.2113184,44.319585 5.2601731,45.37336 5.7609487,45.63901 6.2617149,45.907069 7.3342006,45.450406 8.0177146,44.440773 8.7031055,43.431141 8.6537789,42.37817 8.1525413,42.111716 Z"
inkscape:connector-curvature="0" />
<path
d="m 13.207322,41.154898 c -1.128794,0.602481 -1.219804,2.307448 -0.201663,3.80835 1.01813,1.501785 2.758118,2.231476 3.88742,1.631645 1.129313,-0.602481 1.219803,-2.306565 0.201663,-3.807467 -1.017611,-1.5009 -2.758118,-2.230591 -3.88742,-1.632528 z m 0.64731,0.956818 c 0.501246,-0.266453 1.572789,0.188604 2.256303,1.198237 0.684919,1.009632 0.636065,2.063407 0.135289,2.329057 -0.500766,0.268059 -1.573252,-0.188604 -2.256766,-1.198237 -0.685391,-1.009632 -0.636064,-2.062603 -0.134826,-2.329057 z"
style="fill:#ef3535;fill-opacity:1;stroke:#a40000;stroke-width:0.34893051;stroke-opacity:1"
id="path11967"
inkscape:connector-curvature="0" />
<path
transform="matrix(1.264677,0,0,1.264677,-364.86263,24.708361)"
style="fill:#ef2929;fill-opacity:1;stroke:url(#linearGradient2265);stroke-width:0.27590489;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 299.26807,13.672852 -1.01416,-1.712403 -1.29786,0.339844 0.64405,1.084473 1.26709,1.333984 z"
id="polygon45101"
inkscape:connector-curvature="0" />
</g>
<rect
ry="0.34441933"
y="1036.3619"
x="0.00029021449"
height="16.038387"
width="16.00001"
id="rect4056"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.50059956;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
viewBox="0 0 16 16"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="edit-delete.svg"
width="16"
height="16">
<metadata
id="metadata31">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="741"
id="namedview29"
showgrid="true"
inkscape:zoom="13.295445"
inkscape:cx="4.8138075"
inkscape:cy="8.8220055"
inkscape:current-layer="svg2"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-others="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-grids="true"
inkscape:snap-to-guides="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid4239" />
</sodipodi:namedview>
<defs
id="defs4">
<linearGradient
id="0"
x1="83.029999"
y1="40.924"
x2="66.309998"
y2="22.766001"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3188,0,0,0.37019,-12.922,-1.499)">
<stop
stop-color="#d0d0d0"
id="stop7" />
<stop
offset="1"
stop-color="#ececec"
id="stop9" />
</linearGradient>
</defs>
<g
id="edit-delete">
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect20234"
width="16"
height="16"
x="0"
y="0" />
<path
style="fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:0.49064204;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2,4 4,4 -4,4 2,2 4,-4 4,4 2,-2 L 10,8 14,4 12,2 8,6 4,2 Z"
id="rect11686"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,312 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-clipboard.svg">
<defs
id="defs30573">
<linearGradient
id="linearGradient19282"
osb:paint="solid"
gradientTransform="matrix(1.2178615,0,0,1.043881,356.69172,1794.4958)">
<stop
style="stop-color:#666666;stop-opacity:1;"
offset="0"
id="stop19284" />
</linearGradient>
<linearGradient
id="linearGradient5148">
<stop
id="stop5150"
stop-color="#d0d0d0" />
<stop
offset="1"
id="stop5152"
stop-color="#ececec" />
</linearGradient>
<linearGradient
id="linearGradient14484">
<stop
style="stop-color:#c68827;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop14486" />
<stop
style="stop-color:#89601f;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop14488" />
</linearGradient>
<linearGradient
id="linearGradient15218">
<stop
style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop15220" />
<stop
id="stop2269"
offset="0.59928656"
style="stop-color:#e8e8e8;stop-opacity:1;" />
<stop
id="stop2267"
offset="0.82758623"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop15222" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2259"
id="linearGradient2265"
x1="26.076092"
y1="26.696676"
x2="30.811172"
y2="42.007351"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.95292569,0,0,0.94435365,1.0888961,2.0575967)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2259">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2261" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2263" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15234"
id="linearGradient15240"
x1="25.404572"
y1="3.8180194"
x2="25.464211"
y2="9.3233509"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.052632,0,0,1,-1.789474,0)" />
<linearGradient
id="linearGradient15234">
<stop
style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop15236" />
<stop
id="stop15242"
offset="0.50000000"
style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop15238" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15234"
id="linearGradient2283"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.538743,0,0,0.511806,10.8008,-0.58264)"
x1="25.404572"
y1="3.8180194"
x2="25.404572"
y2="6.481061" />
<linearGradient
id="linearGradient2224">
<stop
style="stop-color:#7c7c7c;stop-opacity:1;"
offset="0"
id="stop2226" />
<stop
style="stop-color:#b8b8b8;stop-opacity:1;"
offset="1"
id="stop2228" />
</linearGradient>
<linearGradient
id="linearGradient4169-3">
<stop
id="stop4171"
stop-color="#ffffff" />
<stop
id="stop4177"
offset="0.5"
stop-color="#e6ff8f"
stop-opacity="0.932039" />
<stop
offset="1"
id="stop4173"
stop-color="#ff3a20"
stop-opacity="0.019417" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="6.7667315"
inkscape:cy="-0.63379216"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1860"
inkscape:window-height="1016"
inkscape:window-x="50"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4287" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
style="display:inline"
id="gimp-layer"
inkscape:export-xdpi="269.99994"
inkscape:export-ydpi="269.99994"
transform="translate(6.6912468e-8,1036.3622)">
<rect
y="0.20775324"
x="0.20775312"
height="15.584494"
width="15.584494"
id="rect4002"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.41550624;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
<g
id="g3216"
transform="matrix(0.39963131,0,0,0.34748431,-1.5840215,1036.3623)">
<rect
ry="1.3879364"
rx="1.3879371"
y="4.5"
x="4.4643173"
height="41.045437"
width="39.035683"
id="rect12368"
style="opacity:1;fill:#c68827;fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0.55103934"
rx="0.55784029"
y="7.6848006"
x="8.5216608"
height="34.994312"
width="30.477974"
id="rect12413"
style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.97867846;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0.98387533"
rx="0.98387533"
y="0"
x="18"
height="4"
width="12"
id="rect13756"
style="opacity:1;fill:#5c5c5c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0"
rx="0"
y="9.1086941"
x="10.158024"
height="32.146523"
width="27.648327"
id="rect15244"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:0.94863045;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0.47879848"
rx="0.47879848"
y="5.4307775"
x="5.4393425"
height="39.092987"
width="37.085655"
id="rect15974"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;fill:url(#linearGradient15240);fill-opacity:1;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2285"
width="18.947376"
height="7"
x="14.526322"
y="3.5"
rx="1.3879377"
ry="1.3879364" />
<rect
style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2281"
width="9.6973763"
height="3.5826404"
x="19.151323"
y="1.2086792"
rx="0.32543635"
ry="0.32543635" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2212"
d="m 38.484935,36.572053 0.04419,5.919851 -7.646606,-0.902998 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.48863639;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2210"
d="m 30.059082,42.086864 c 1.791141,0.167652 8.456356,-3.188725 8.947469,-7.207148 -3.696746,0.490779 -4.314906,0.143624 -8.423664,0.302634 0,0 0.288695,6.404514 -0.523805,6.904514 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#868a84;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-redo.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="12.745036"
inkscape:cx="8.6432433"
inkscape:cy="18.930591"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3945"
transform="matrix(0.98507463,0,0,0.98507463,6.07819e-8,15.706899)">
<g
transform="matrix(1.0441545,0,0,1.0265667,-331.66921,-100.05532)"
id="edit-redo">
<path
style="color:#000000;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.50757575;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 327.86927,1109.3621 v 2.9998 h -5.50006 c -1.9212,0 -3.4995,1.5785 -3.4995,3.4995 v 0.4996 0.5017 c 0,1.921 1.5783,3.4995 3.4995,3.4995 h 0.49964 v -2.0006 h -0.49964 c -0.8403,0 -1.50092,-0.6579 -1.50092,-1.4989 v -0.5017 -0.4996 c 0,-0.84 0.66062,-1.4989 1.50092,-1.4989 h 5.50006 v 2.9998 l 3.99914,-4.0011 z"
id="path37652"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscssccsscsscccc" />
</g>
<rect
y="1036.1198"
x="5.8905247e-08"
height="16.242424"
width="16.242424"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49219468;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-undo.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="12.745036"
inkscape:cx="8.6432433"
inkscape:cy="18.420588"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3945"
transform="matrix(-0.98507463,0,0,0.98507463,16,15.706899)">
<g
transform="matrix(1.0441545,0,0,1.0265667,-331.66921,-100.05532)"
id="edit-redo">
<path
style="color:#000000;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.50757575;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 327.86927,1109.3621 v 2.9998 h -5.50006 c -1.9212,0 -3.4995,1.5785 -3.4995,3.4995 v 0.4996 0.5017 c 0,1.921 1.5783,3.4995 3.4995,3.4995 h 0.49964 v -2.0006 h -0.49964 c -0.8403,0 -1.50092,-0.6579 -1.50092,-1.4989 v -0.5017 -0.4996 c 0,-0.84 0.66062,-1.4989 1.50092,-1.4989 h 5.50006 v 2.9998 l 3.99914,-4.0011 z"
id="path37652"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscssccsscsscccc" />
</g>
<rect
y="1036.1198"
x="5.8905247e-08"
height="16.242424"
width="16.242424"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49219468;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,173 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg12061"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="folder-new.svg">
<defs
id="defs12063">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3096"
id="linearGradient10762-2"
gradientUnits="userSpaceOnUse"
x1="18.112709"
y1="31.36775"
x2="15.514889"
y2="6.1802502" />
<linearGradient
id="linearGradient3096">
<stop
id="stop3098"
stop-color="#424242" />
<stop
id="stop3100"
offset="1"
stop-color="#777777" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9766"
id="linearGradient10764-8"
gradientUnits="userSpaceOnUse"
x1="22.175976"
y1="36.987999"
x2="22.065331"
y2="32.050499" />
<linearGradient
id="linearGradient9766">
<stop
id="stop9768"
stop-color="#6194cb" />
<stop
offset="1"
id="stop9770"
stop-color="#729fcf" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8340"
id="linearGradient12041"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.317489,0,0,0.816256,-0.879573,-1.318166)"
x1="13.035696"
y1="32.567184"
x2="12.853771"
y2="46.689312" />
<linearGradient
id="linearGradient8340">
<stop
id="stop8342"
stop-color="#ffffff"
stop-opacity="0.796078" />
<stop
id="stop8344"
offset="1"
stop-color="#ffffff"
stop-opacity="0.215686" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="5.3382116"
inkscape:cy="19.895131"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1366"
inkscape:window-height="741"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata12066">
<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
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
style="display:inline"
id="folder-new"
transform="translate(616.99995,739.36225)">
<g
id="g12052"
inkscape:label="#folder-new">
<g
transform="translate(32.999995,1.1320498e-5)"
style="display:inline"
id="folder-2">
<rect
y="296.99994"
x="-649.99994"
height="16"
width="16"
id="rect11969-3"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
inkscape:label=""
transform="matrix(0.39058603,0,0,0.40095619,-651.18613,295.95889)"
id="folder-1-7"
style="display:inline">
<path
inkscape:connector-curvature="0"
d="m 4.5217805,38.687417 c 0.021796,0.416304 0.4599049,0.832609 0.8762095,0.832609 l 31.327021,0 c 0.416302,0 0.810812,-0.416305 0.789016,-0.832609 L 36.577584,11.460682 c -0.0218,-0.416303 -0.459897,-0.832616 -0.876201,-0.832616 l -13.270873,0 c -0.485057,0 -1.234473,-0.315589 -1.401644,-1.1066322 L 20.417475,6.6283628 C 20.262006,5.8926895 19.535261,5.5904766 19.118957,5.5904766 l -14.7788595,0 c -0.4163128,0 -0.8108208,0.4163041 -0.7890249,0.8326083 z"
id="path216-5-6-5"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10762-2);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="ccccccssssccc" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;visibility:visible;fill:url(#linearGradient10764-8);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 39.783532,39.51062 c 1.143894,-0.04406 1.963076,-1.096299 2.047035,-2.321005 0.791787,-11.548687 1.65936,-21.231949 1.65936,-21.231949 0.07215,-0.247484 -0.167911,-0.494967 -0.48014,-0.494967 l -34.3711566,0 c 0,0 -1.8503191,21.866892 -1.8503191,21.866892 -0.1145551,0.982066 -0.4660075,1.804718 -1.5498358,2.183713 l 34.5450565,-0.0027 z"
id="path233-5-05-9"
sodipodi:nodetypes="cscccscc"
inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
inkscape:export-xdpi="74.800003"
inkscape:export-ydpi="74.800003" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscsc"
id="path304-3-72-2"
d="m 9.6202444,16.463921 32.7910986,0.06481 -1.574046,20.001979 c -0.08432,1.071511 -0.450678,1.428215 -1.872656,1.428215 -1.871502,0 -28.677968,-0.03241 -31.394742,-0.03241 0.2335983,-0.320811 0.3337557,-0.988623 0.3350963,-1.004612 z"
style="opacity:0.46590911;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12041);stroke-width:0.9999997px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.28914681;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -613.96381,297.14448 0,2.8911 -2.89157,0 0,1.9287 2.89157,0 0,2.8911 1.92772,0 0,-2.8911 2.89157,0 0,-1.9287 -2.89157,0 0,-2.8911 z"
id="rect11686-8" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,186 @@
<?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="16"
height="16"
id="svg97"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="gimp-prefs-folders.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
id="defs3">
<linearGradient
id="linearGradient9766">
<stop
style="stop-color:#6194cb;stop-opacity:1;"
offset="0"
id="stop9768" />
<stop
style="stop-color:#729fcf;stop-opacity:1;"
offset="1"
id="stop9770" />
</linearGradient>
<linearGradient
id="linearGradient3096">
<stop
id="stop3098"
offset="0"
style="stop-color:#424242;stop-opacity:1;" />
<stop
id="stop3100"
offset="1.0000000"
style="stop-color:#777777;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="6.1802502"
x2="15.514889"
y1="31.36775"
x1="18.112709"
id="linearGradient3104-5"
xlink:href="#linearGradient3096"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9766"
id="linearGradient9772"
x1="22.175976"
y1="36.987999"
x2="22.065331"
y2="32.050499"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="46.689312"
x2="12.853771"
y1="32.567184"
x1="13.035696"
gradientTransform="matrix(1.317489,0,0,0.816256,-0.879573,-1.318166)"
id="linearGradient322-1"
xlink:href="#linearGradient8340"
inkscape:collect="always" />
<linearGradient
id="linearGradient8340">
<stop
id="stop8342"
stop-color="#ffffff"
stop-opacity="0.796078" />
<stop
id="stop8344"
offset="1"
stop-color="#ffffff"
stop-opacity="0.215686" />
</linearGradient>
</defs>
<sodipodi:namedview
fill="#729fcf"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.10196078"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="14.458486"
inkscape:cx="-21.087468"
inkscape:cy="7.2733938"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:showpageshadow="false"
stroke="#3465a4"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4153" />
</sodipodi:namedview>
<metadata
id="metadata4">
<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:date />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
<dc:source>http://jimmac.musichall.cz</dc:source>
<dc:subject>
<rdf:Bag>
<rdf:li>folder</rdf:li>
<rdf:li>directory</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Folder"
inkscape:groupmode="layer"
transform="translate(0,-32)">
<g
id="g3960-25"
transform="matrix(0.39058603,0,0,0.40095619,-1.1887563,31.956333)">
<path
sodipodi:nodetypes="ccccccssssccc"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3104-5);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path216-5"
d="m 4.5217805,38.687417 c 0.021796,0.416304 0.4599049,0.832609 0.8762095,0.832609 l 31.327021,0 c 0.416302,0 0.810812,-0.416305 0.789016,-0.832609 L 36.577584,11.460682 c -0.0218,-0.416303 -0.459897,-0.832616 -0.876201,-0.832616 l -13.270873,0 c -0.485057,0 -1.234473,-0.315589 -1.401644,-1.1066322 L 20.417475,6.6283628 C 20.262006,5.8926895 19.535261,5.5904766 19.118957,5.5904766 l -14.7788595,0 c -0.4163128,0 -0.8108208,0.4163041 -0.7890249,0.8326083 L 4.5217805,38.687417 Z"
inkscape:connector-curvature="0" />
<path
inkscape:export-ydpi="74.800003"
inkscape:export-xdpi="74.800003"
inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
sodipodi:nodetypes="cscccscc"
id="path233-5"
d="m 39.783532,39.51062 c 1.143894,-0.04406 1.963076,-1.096299 2.047035,-2.321005 0.791787,-11.548687 1.65936,-21.231949 1.65936,-21.231949 0.07215,-0.247484 -0.167911,-0.494967 -0.48014,-0.494967 l -34.3711566,0 c 0,0 -1.8503191,21.866892 -1.8503191,21.866892 -0.1145551,0.982066 -0.4660075,1.804718 -1.5498358,2.183713 l 34.5450565,-0.0027 z"
style="color:#000000;display:block;visibility:visible;fill:url(#linearGradient9772);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<path
style="opacity:0.46590911;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient322-1);stroke-width:0.9999997px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m 9.6202444,16.463921 32.7910986,0.06481 -1.574046,20.001979 c -0.08432,1.071511 -0.450678,1.428215 -1.872656,1.428215 -1.871502,0 -28.677968,-0.03241 -31.394742,-0.03241 0.2335983,-0.320811 0.3337557,-0.988623 0.3350963,-1.004612 L 9.6202444,16.463921 Z"
id="path304-3"
sodipodi:nodetypes="ccsscsc"
inkscape:connector-curvature="0" />
</g>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.493;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect3965-5"
width="16"
height="16"
x="0"
y="32" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -0,0 +1,163 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="22"
height="22"
viewBox="0 0 22 22"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-intend.svg">
<defs
id="defs30573">
<linearGradient
id="linearGradient19282"
osb:paint="solid"
gradientTransform="matrix(1.2178615,0,0,1.043881,356.69172,1794.4958)">
<stop
style="stop-color:#666666;stop-opacity:1;"
offset="0"
id="stop19284" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.5362604"
inkscape:cx="23.545458"
inkscape:cy="21.775664"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4236" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1030.3622)">
<g
id="g4258">
<rect
y="1030.3622"
x="0"
height="22"
width="22"
id="rect4249"
style="opacity:0;fill:#000000;fill-opacity:1;stroke-width:1.03708994;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="g4247">
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.82172889;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect5996-2-1-0-7-8-0-9"
width="20"
height="2"
x="-22"
y="1049.3622"
inkscape:label="a"
transform="scale(-1,1)"
inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/cmd/lc_spacepara2.png"
inkscape:export-xdpi="89"
inkscape:export-ydpi="89" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.66271162;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect5996-2-1-0-7-5-7-64"
width="12.999951"
height="2.0012913"
x="-21.99995"
y="1043.361"
inkscape:label="a"
transform="scale(-1,1)"
inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/cmd/lc_spacepara2.png"
inkscape:export-xdpi="89"
inkscape:export-ydpi="89" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.66271162;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect5996-2-1-0-4-1-0"
width="12.999951"
height="2.0012913"
x="-21.99995"
y="1037.361"
inkscape:label="a"
transform="scale(-1,1)"
inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/cmd/lc_spacepara2.png"
inkscape:export-xdpi="89"
inkscape:export-ydpi="89" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.82172889;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect5996-2-1-0-4-1-0-9"
width="20"
height="2"
x="-22"
y="1031.3622"
inkscape:label="a"
transform="scale(-1,1)"
inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/cmd/lc_spacepara2.png"
inkscape:export-xdpi="89"
inkscape:export-ydpi="89" />
<path
sodipodi:nodetypes="ccccccccccccc"
id="path17259-0-7-2-6"
d="m 0.32465065,1036.6869 v 1.1689 c 0,0.3 0.15483486,0.6175 0.37259229,0.84 l 3.20464106,2.6663 -3.20464106,2.6668 c -0.21775743,0.2224 -0.37259229,0.5398 -0.37259229,0.8398 v 1.1689 c 0.39744067,0 0.79501505,-1e-4 1.19245555,-1e-4 0.3689854,0 0.6586161,-0.1048 0.8942751,-0.3286 1.68929,-1.2541 3.3785797,-3.0925 5.067736,-4.3468 l -5.067736,-4.3467 c -0.235659,-0.2231 -0.5252897,-0.3285 -0.8942751,-0.3285 -0.3974405,0 -0.79501488,0 -1.19245555,0 z"
style="color:#555753;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Bitstream Vera Sans';-inkscape-font-specification:'Bitstream Vera Sans';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ff9753;fill-opacity:1;stroke:#ff5000;stroke-width:0.64930129;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
inkscape:connector-curvature="0"
inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/cmd/lc_spacing.png"
inkscape:export-xdpi="89"
inkscape:export-ydpi="89" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,124 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-justify-center.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.348736"
inkscape:cx="22.360271"
inkscape:cy="11.236686"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4237" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4254">
<rect
inkscape:label="a"
y="1045.3622"
x="6.9999999e-07"
height="2"
width="16"
id="rect17450-0"
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.8943783;marker:none" />
<rect
inkscape:label="a"
y="1049.3622"
x="5"
height="2"
width="6"
id="rect17452-5"
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.8660441;marker:none" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.91289306;marker:none"
id="rect5972-7"
width="10"
height="2"
x="3"
y="1041.3622"
inkscape:label="a" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.89444882;marker:none"
id="rect5988-1"
width="16"
height="2"
x="6.9999999e-07"
y="1037.3622"
inkscape:label="a" />
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.48850778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,128 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-justify-fill.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="13.513581"
inkscape:cx="-5.1960539"
inkscape:cy="3.310131"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g864">
<g
id="g856">
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.32365635;stroke-miterlimit:4.0999999;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17318"
width="16"
height="2"
x="0"
y="1049.3622"
inkscape:label="a" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1030916;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect3999"
width="15.989637"
height="16"
x="0.0051828637"
y="1036.3622" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.32365635;stroke-miterlimit:4.0999999;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17318-3"
width="16"
height="2"
x="0"
y="1045.3622"
inkscape:label="a" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.32365635;stroke-miterlimit:4.0999999;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17318-6"
width="16"
height="2"
x="0"
y="1041.3622"
inkscape:label="a" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.32365635;stroke-miterlimit:4.0999999;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17318-7"
width="16"
height="2"
x="0"
y="1037.3622"
inkscape:label="a" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,125 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-justify-left.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="36.114463"
inkscape:cx="0.82839292"
inkscape:cy="7.0361349"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4246">
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34378523;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17400-1"
width="16"
height="2"
x="0"
y="1045.3623"
inkscape:label="a" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.35089016;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17404-0"
width="10"
height="2"
x="0"
y="1049.3622"
inkscape:label="a" />
<rect
inkscape:label="a"
y="1037.3622"
x="0"
height="2"
width="16"
id="rect17406-2"
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34380421;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34646395;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17408-9"
width="13"
height="2"
x="0"
y="1041.3622"
inkscape:label="a" />
<rect
transform="scale(-1,1)"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.10246458;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,126 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-justify-right.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="36.114463"
inkscape:cx="0.82839292"
inkscape:cy="7.0361349"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4246"
transform="matrix(-1,0,0,1,16,0)">
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34378523;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17400-1"
width="16"
height="2"
x="0"
y="1045.3623"
inkscape:label="a" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.35089016;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17404-0"
width="10"
height="2"
x="0"
y="1049.3622"
inkscape:label="a" />
<rect
inkscape:label="a"
y="1037.3622"
x="0"
height="2"
width="16"
id="rect17406-2"
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34380421;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none" />
<rect
style="color:#555753;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34646395;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none"
id="rect17408-9"
width="13"
height="2"
x="0"
y="1041.3622"
inkscape:label="a" />
<rect
transform="scale(-1,1)"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.10246458;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,142 @@
<?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"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gimp/themes/Default/images/stock-layers-16.png"
width="24"
height="24"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-text-dir-ltr.svg"
version="1.0"
viewBox="0 0 24 24">
<sodipodi:namedview
inkscape:cy="13.011945"
inkscape:cx="6.8118379"
inkscape:zoom="27.407384"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid4444" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title></dc:title>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,8)">
<g
id="g4450">
<path
inkscape:connector-curvature="0"
id="path7106"
d="m 14.149533,-6.8096074 c 0,8.2230556 0.0012,4.1920366 0.05016,8.9431893 v 0.7033969 h 0.75364 3.667712 c 2.702475,0.1104534 2.580639,-6.6322049 -0.05016,-6.4310575 -0.01881,0.00142 -0.03135,-0.00161 -0.05016,0 H 15.75738 v -3.2155287 h -1.607765 z m 1.507279,4.6725652 h 2.914073 0.05016 0.05016 c 0.591352,-0.061417 0.698719,3.5456028 0,3.5169846 h -0.05016 -2.964315 c -0.0096,-0.76458846 0.0064,-3.2806915 0,-3.5169846 z"
style="display:inline;fill:#bebebe;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path7104"
d="m 5.7425472,-5.2018431 v 1.4067938 h 2.8135875 c 0.2039449,0.020901 0.3170511,0.099038 0.4019411,0.2009706 0.078941,0.094858 0.1897162,0.3001697 0.2009705,0.6029116 8.039e-4,0.022991 0,0.025564 0,0.050162 v 1.105338 H 6.1947309 6.1445686 C 3.5551838,-2.0236466 3.4320291,2.9418855 6.0944064,2.8368984 H 9.8123617 10.515759 V 2.1335015 l 0.05016,-5.0745063 c 0,-0.5956124 -0.164185,-1.1511592 -0.502427,-1.5575218 C 9.7252507,-4.904889 9.2127597,-5.1503142 8.706941,-5.2019235 H 8.6567807 5.7427079 Z M 6.044003,-0.42879258 H 6.094165 6.144327 9.1086424 L 9.0584806,1.430185 H 6.0941652 6.044003 c -0.7524176,0.029744 -0.6454209,-1.92377045 0,-1.85897758 z"
style="display:inline;fill:#bebebe;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path8347-7"
d="M 10.689672,9.194147 H 6.4998946 v 2.683424 h 4.1897774 v 2.683408 h 1.396587 l 4.189764,-4.025112 -4.189764,-4.0251279 h -1.396587 z"
style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00291049;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
<rect
ry="2.1219141"
rx="0.41507211"
y="-8"
x="0"
height="24"
width="24"
id="rect4013"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,155 @@
<?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"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gimp/themes/Default/images/stock-layers-16.png"
width="24"
height="24"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-text-dir-rtl.svg"
version="1.0"
viewBox="0 0 24 24">
<sodipodi:namedview
inkscape:cy="13.011945"
inkscape:cx="6.8118379"
inkscape:zoom="27.407384"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid4444" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,8)">
<g
id="g4378">
<g
id="g4450">
<path
inkscape:connector-curvature="0"
style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00291049;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 12.308604,9.194147 h 4.189778 v 2.683424 h -4.189778 v 2.683408 H 10.912017 L 6.7222534,10.535867 10.912017,6.5107391 h 1.396587 z"
id="path8347-7" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4013"
width="24"
height="24"
x="0"
y="-8"
rx="0.41507211"
ry="2.1219141" />
</g>
<path
style="display:inline;fill:#bebebe;fill-opacity:1;stroke:#000000;stroke-width:0.29934892;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 4.1496752,-5.1236597 v 4.4804889 c 0,0 0,1.49349634 1.5,1.49349634 1.5,0 4.4999998,0 4.4999998,0 l 1.5,-2.29566814 1.5,2.29566814 h 4.500001 c 1.5,0 3,-2.98699264 0,-2.98699264 h -1.5 l 1.5,1.4934963 h -4.500001 l -1.5,-2.2956681 -1.5,2.2956681 H 5.6496752 v -4.4804889 z"
id="path7162"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccscccsscccccccc" />
<rect
style="display:inline;opacity:1;fill:#bebebe;fill-opacity:1;stroke:#000000;stroke-width:0.29934892;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect7164"
width="1.5"
height="1.4934963"
x="16.149673"
y="-4.9458814" />
<rect
y="-4.8729568"
x="13.36647"
height="1.4934963"
width="1.5"
id="rect7174"
style="display:inline;opacity:1;fill:#bebebe;fill-opacity:1;stroke:#000000;stroke-width:0.29934892;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-bottom.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="14.855886"
inkscape:cx="19.491299"
inkscape:cy="8.37586"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid13" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g57">
<rect
rx="0"
y="1036.3622"
x="0"
height="16"
width="16"
id="rect28186-4"
style="fill:none;stroke:none" />
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect6884"
style="opacity:0.3;fill:none;stroke:none" />
<rect
y="-13.785477"
x="1048.5767"
width="1.5709507"
transform="rotate(90)"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:0.42904922;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="0"
rx="0"
id="rect8382"
height="11.570952" />
<path
id="path47623"
d="m 8.0000002,1046.0116 -5.4856688,-5.6937 c -0.1878864,-0.195 -0.2697888,-0.4611 -0.2697888,-0.7156 v -0.9955 h 0.9592433 c 0.2452019,0 0.5015691,0.085 0.6894557,0.2799 l 4.1067586,4.2625 4.1067578,-4.2625 c 0.187888,-0.1949 0.444255,-0.2799 0.689457,-0.2799 h 0.959242 v 0.9955 c 0,0.2545 -0.08192,0.5206 -0.269787,0.7156 z"
style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.48908517;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-down.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="-1.207795"
inkscape:cy="17.894336"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4234" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4245"
transform="matrix(1,0,0,-1,0,2088.7244)">
<g
transform="matrix(0.98507463,0,0,-0.98507463,1.7683403e-7,1052.1234)"
id="go-down">
<title
id="title47619">go-down</title>
<rect
width="16.242424"
height="16.242424"
x="0"
y="-0.24241818"
style="fill:none;stroke-width:1.0151515"
id="gtk-go-down" />
<path
inkscape:connector-curvature="0"
style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.56829733;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 8.121212,12.552843 1.6190795,6.0551741 C 1.3963782,5.8326253 1.2993,5.5289634 1.2993,5.2385269 V 4.1023227 h 1.1369854 c 0.2906362,0 0.5945069,0.097031 0.8172082,0.3195574 l 4.8677184,4.864375 4.867718,-4.864375 c 0.222701,-0.2225482 0.526572,-0.3195574 0.817208,-0.3195574 h 1.136986 v 1.1362042 c 0,0.2904365 -0.0971,0.5940984 -0.319778,0.8166472 z"
id="path47623" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-first.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="18.024202"
inkscape:cx="12.017883"
inkscape:cy="12.693439"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4232" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4253">
<g
id="g4240">
<rect
style="fill:none;stroke:none"
id="rect28186-4"
width="16"
height="16"
x="-16"
y="1036.3622"
rx="0"
transform="scale(-1,1)" />
<rect
style="opacity:0.3;fill:none;stroke:none"
id="rect6884"
width="16"
height="16"
x="-16"
y="1036.3622"
transform="scale(-1,1)" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.47388944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 10.346279,1038.5999 a 0.94022976,0.95557994 0 0 1 0.207491,0.022 0.94022976,0.95557994 0 0 1 0.470068,1.6423 l -3.0811477,3.1313 h 7.8203857 v 1.911 H 7.9353452 l 3.0884928,3.139 a 0.95562919,0.9712309 0 1 1 -1.3514455,1.3735 l -4.7006785,-4.7774 -0.6463433,-0.6867 0.6463433,-0.6869 4.7006785,-4.7773 a 0.94022976,0.95557994 0 0 1 0.6738865,-0.2912 z"
id="path8334"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="ccccc"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.50742769;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 1.7462862,1038.6284 v 11.4801 H 0.25371382 v -11.491 z"
id="path8334-3"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
overflow="visible"
enable-background="new 0 0 128 129.396"
xml:space="preserve"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-home.svg"
version="1.0"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
viewBox="0 0 16 16"
style="overflow:visible"><metadata
id="metadata367"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:title></dc:title><dc:creator><cc:Agent><dc:title /></cc:Agent></dc:creator><dc:source /><dc:subject><rdf:Bag /></dc:subject></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
id="defs365" /><sodipodi:namedview
inkscape:cy="6.0308713"
inkscape:cx="13.614281"
inkscape:zoom="8.7741578"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.21568627"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg2"
fill="#555753"
showgrid="true"
stroke="#a40000"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="false"
inkscape:window-maximized="1"><inkscape:grid
type="xygrid"
id="grid4341" /></sodipodi:namedview><g
style="display:inline"
id="g5022"
transform="matrix(0.00756283,0,0,0.00656401,15.959766,12.288985)" /><g
id="g4339"
transform="translate(-1.3056073,2.264427)"><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
id="rect1512"
d="m 8.5121608,0.68080448 h 1.9879612 c 0.280213,0 4.805485,5.73497232 4.805485,6.05476852 l -0.02448,6.174769 c 0,0.319798 -0.126383,0.648944 -0.406596,0.648944 l -10.8914593,0.0046 c -0.2802131,0 -0.5057994,-0.257454 -0.5057994,-0.577252 l 0.018847,-6.5337308 c 0,-0.3197962 4.7358313,-5.77212272 5.0160435,-5.77212272 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:0.34332609;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /><path
inkscape:connector-curvature="0"
d="M 17.305765,13.735573 H 1.4228544 v -16 H 17.305765 Z"
id="path5"
style="fill:none;stroke-width:0.35171282" /><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc"
style="fill:url(#XMLID_39_);stroke-width:0.35171282"
id="path342"
d="m 9.4156899,1.671127 6.6324871,6.061082 0.173347,0.138375 0.141457,-0.0605 L 16.23232,7.541208 16.13503,7.462338 9.4156839,1.965207 2.6211414,7.522712 l -0.083262,0.05087 -0.07594,0.2495 0.1518805,0.04562 0.1347568,-0.108876 z" /><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc"
d="M 9.3744871,-1.6076 1.706611,4.782296 1.4876913,7.311917 2.1885159,8.040638 c 0,0 7.1512267,-6.056639 7.2271677,-6.11689 L 16.295387,8.116639 16.96064,7.296252 16.394428,4.785889 9.4156836,-1.644475 Z"
id="path362"
style="fill:#ef2929;stroke:#a40000;stroke-width:0.35171282" /><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
id="path1536"
d="M 1.8442977,4.867178 1.7421299,7.205272 9.3881714,0.76063 9.3635269,-1.319756 Z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.40909089;fill:#ffffff;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.35171282;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /><path
inkscape:connector-curvature="0"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.13636367;fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.35171282;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 9.4283103,0.679761 0.034853,-2.061949 6.7733237,6.231261 0.522766,2.294831 z"
id="path2337"
sodipodi:nodetypes="ccccc" /><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
id="rect2361"
d="m 10.345882,7.37589 h 3.167827 c 0.270034,0 0.487428,0.218995 0.487428,0.491021 l -0.0028,3.205027 c 0,0.272026 -0.208966,0.446896 -0.479001,0.446896 h -3.173464 c -0.270036,0 -0.4874281,-0.218996 -0.4874281,-0.491021 V 7.866911 c 0,-0.272026 0.2173921,-0.491021 0.4874281,-0.491021 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.31818183;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.35171258;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /><rect
ry="0.13914761"
rx="0.1386067"
y="7.9176912"
x="9.4877253"
height="3.6357636"
width="3.6357639"
id="rect3263"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:0.36423633;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" /><path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
style="clip-rule:evenodd;overflow:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#757575;stroke-width:0.3798328;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path188-3"
d="M 8.1156909,7.9254888 V 13.545656 H 4.5639341 L 4.4955234,7.9254888 Z" /></g></svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-last.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="18.024202"
inkscape:cx="12.017883"
inkscape:cy="12.693439"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4232" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4253"
transform="matrix(-1,0,0,1,16.000021,0)">
<g
id="g4240">
<rect
style="fill:none;stroke:none"
id="rect28186-4"
width="16"
height="16"
x="-16"
y="1036.3622"
rx="0"
transform="scale(-1,1)" />
<rect
style="opacity:0.3;fill:none;stroke:none"
id="rect6884"
width="16"
height="16"
x="-16"
y="1036.3622"
transform="scale(-1,1)" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.47388944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 10.346279,1038.5999 a 0.94022976,0.95557994 0 0 1 0.207491,0.022 0.94022976,0.95557994 0 0 1 0.470068,1.6423 l -3.0811477,3.1313 h 7.8203857 v 1.911 H 7.9353452 l 3.0884928,3.139 a 0.95562919,0.9712309 0 1 1 -1.3514455,1.3735 l -4.7006785,-4.7774 -0.6463433,-0.6867 0.6463433,-0.6869 4.7006785,-4.7773 a 0.94022976,0.95557994 0 0 1 0.6738865,-0.2912 z"
id="path8334"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="ccccc"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.50742769;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 1.7462862,1038.6284 v 11.4801 H 0.25371382 v -11.491 z"
id="path8334-3"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-next.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="19.086539"
inkscape:cy="7.488086"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4232" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4240"
transform="matrix(-1,0,0,1,16,0)">
<rect
transform="scale(-1,1)"
rx="0"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect28186-4"
style="fill:none;stroke:none" />
<rect
transform="scale(-1,1)"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect6884"
style="opacity:0.3;fill:none;stroke:none" />
<path
inkscape:connector-curvature="0"
id="path8334"
d="m 8.3462789,1038.5999 a 0.94022976,0.95557994 0 0 1 0.2074907,0.022 0.94022976,0.95557994 0 0 1 0.4700685,1.6423 l -3.0811478,3.1313 h 7.8203857 v 1.911 H 5.9353452 l 3.0884929,3.139 a 0.95562919,0.9712309 0 1 1 -1.3514456,1.3735 l -4.7006785,-4.7774 -0.6463433,-0.6867 0.6463433,-0.6869 4.7006785,-4.7773 a 0.94022976,0.95557994 0 0 1 0.6738864,-0.2912 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.47388944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-previous.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="19.086539"
inkscape:cy="7.894336"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4232" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4240">
<rect
transform="scale(-1,1)"
rx="0"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect28186-4"
style="fill:none;stroke:none" />
<rect
transform="scale(-1,1)"
y="1036.3622"
x="-16"
height="16"
width="16"
id="rect6884"
style="opacity:0.3;fill:none;stroke:none" />
<path
inkscape:connector-curvature="0"
id="path8334"
d="m 8.3462789,1038.5999 a 0.94022976,0.95557994 0 0 1 0.2074907,0.022 0.94022976,0.95557994 0 0 1 0.4700685,1.6423 l -3.0811478,3.1313 h 7.8203857 v 1.911 H 5.9353452 l 3.0884929,3.139 a 0.95562919,0.9712309 0 1 1 -1.3514456,1.3735 l -4.7006785,-4.7774 -0.6463433,-0.6867 0.6463433,-0.6869 4.7006785,-4.7773 a 0.94022976,0.95557994 0 0 1 0.6738864,-0.2912 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.47388944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-top.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="14.855886"
inkscape:cx="19.491299"
inkscape:cy="8.37586"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid13" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g57"
transform="matrix(1,0,0,-1,0,2088.7244)">
<rect
rx="0"
y="1036.3622"
x="0"
height="16"
width="16"
id="rect28186-4"
style="fill:none;stroke:none" />
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect6884"
style="opacity:0.3;fill:none;stroke:none" />
<rect
y="-13.785477"
x="1048.5767"
width="1.5709507"
transform="rotate(90)"
style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:#ce5c00;stroke-width:0.42904922;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="0"
rx="0"
id="rect8382"
height="11.570952" />
<path
id="path47623"
d="m 8.0000002,1046.0116 -5.4856688,-5.6937 c -0.1878864,-0.195 -0.2697888,-0.4611 -0.2697888,-0.7156 v -0.9955 h 0.9592433 c 0.2452019,0 0.5015691,0.085 0.6894557,0.2799 l 4.1067586,4.2625 4.1067578,-4.2625 c 0.187888,-0.1949 0.444255,-0.2799 0.689457,-0.2799 h 0.959242 v 0.9955 c 0,0.2545 -0.08192,0.5206 -0.269787,0.7156 z"
style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.48908517;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-up.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="-1.207795"
inkscape:cy="17.488086"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4234" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4245">
<g
transform="matrix(0.98507463,0,0,-0.98507463,1.7683403e-7,1052.1234)"
id="go-down">
<title
id="title47619">go-down</title>
<rect
width="16.242424"
height="16.242424"
x="0"
y="-0.24241818"
style="fill:none;stroke-width:1.0151515"
id="gtk-go-down" />
<path
inkscape:connector-curvature="0"
style="fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.56827873;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 8.121212,12.552282 1.6190706,6.0550481 C 1.396369,5.8325142 1.2992907,5.5288726 1.2992907,5.2384555 V 4.1023272 h 1.1369869 c 0.2906366,0 0.5945078,0.097025 0.8172094,0.3195361 l 4.867725,4.8640499 4.867725,-4.8640499 c 0.222701,-0.2225334 0.526572,-0.3195361 0.817209,-0.3195361 h 1.136987 v 1.1361283 c 0,0.2904171 -0.0971,0.5940587 -0.319778,0.8165926 z"
id="path47623" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-cancel.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.166144"
inkscape:cx="19.531027"
inkscape:cy="12.125749"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:0.37105447;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 8.1181827,1036.5488 c -3.3280239,-0.056 -6.4420412,2.043 -7.53900353,5.372 -1.35011096,4.0977 0.88144193,8.5113 4.97676643,9.8621 4.0953243,1.3508 8.5069284,-0.8828 9.8570304,-4.9803 l 0.07287,-0.1949 c 1.213443,-4.053 -1.033475,-8.3421 -5.04964,-9.667 -0.7678713,-0.2532 -1.5500326,-0.3787 -2.3180263,-0.3919 z m -0.122105,2.3454 c 3.0184813,0 5.4651873,2.4483 5.4651873,5.4685 0,1.0114 -0.279766,1.9541 -0.758234,2.7667 l -7.4720424,-7.479 c 0.8117387,-0.4779 1.755138,-0.7562 2.7650891,-0.7562 z m -4.7030148,2.6939 7.4700731,7.483 c -0.8122568,0.4788 -1.7561467,0.7583 -2.7670583,0.7583 -3.0185016,0 -5.4651868,-2.4467 -5.4651868,-5.4667 0,-1.014 0.2814768,-1.9605 0.762172,-2.7746 z"
id="path6388-7-7-4-7"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-edit.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="47.86324"
inkscape:cx="11.358022"
inkscape:cy="8.1604113"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4245" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4253">
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect4253"
style="opacity:0.75;fill:none;fill-opacity:1;stroke:none;stroke-width:0.17814535;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="matrix(0.8529282,0,0,0.8480413,-0.70677318,160.6212)"
id="g3943">
<g
id="g3939"
transform="matrix(0.75258206,0.75039082,-0.75039082,0.75258206,803.6233,277.20486)">
<g
id="g3936">
<path
sodipodi:type="star"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2.91148043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path3937"
sodipodi:sides="3"
sodipodi:cx="-20.516788"
sodipodi:cy="1049.0612"
sodipodi:r1="0.42613241"
sodipodi:r2="0.21306621"
sodipodi:arg1="1.3734008"
sodipodi:arg2="2.4205983"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -20.433217,1049.479 -0.243616,-0.2772 -0.243616,-0.2772 0.361875,-0.072 0.361875,-0.072 -0.118259,0.3495 z"
inkscape:transform-center-x="-0.00082815806"
inkscape:transform-center-y="0.05656081"
transform="matrix(0.52647596,0.10929736,-0.10929736,0.52647596,105.00246,497.44584)" />
</g>
</g>
</g>
<g
style="fill:#3465a4;stroke:#555753;stroke-width:21.63107872;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.01989485,-0.01993646,0.01350408,0.01332378,-8.7454509,1045.6083)"
id="g4498">
<path
style="fill:#3465a4;stroke:#555753;stroke-width:21.63107872;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20736,576.6367 -0.84712,-73.39348 564.56871,1.54144 v 140.4 l -564.84685,1.11701 z"
id="path4510"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
<path
style="fill:#204a87;stroke:none;stroke-width:0.3941181;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 3.9397518,1049.0928 10.8741082,-10.8217 0.369866,0.4029 -10.7944691,10.8393 z"
id="path4510-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4254"
d="m 2.034939,1048.2477 2.026924,2.035 -1.3426608,1.173 -1.77689279,-1.8034 z"
style="opacity:0.75;fill:#e9b96e;fill-opacity:1;stroke:#f57900;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<path
style="fill:#729fcf;stroke:none;stroke-width:0.3941181;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2.6485165,1047.8124 10.8236475,-10.7697 0.298384,0.313 -10.7438097,10.8119 z"
id="path4510-7-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4240"
d="m 271.97339,1014.1378 0.42576,0.2564 -0.45058,2.0261 -0.002,-0.019 z"
inkscape:transform-center-y="-0.11438449"
inkscape:transform-center-x="0.58470768"
style="opacity:0.75;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
transform="rotate(14.970952)" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="rect4240-2"
d="m 1.9948962,1051.2267 0.2887783,0.351 -1.89579813,0.5863 -0.0240079,-0.028 z"
inkscape:transform-center-y="-0.11438449"
inkscape:transform-center-x="0.58473448"
style="opacity:0.75;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
width="16"
height="16"
id="svg2"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-no.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview1695"
showgrid="true"
inkscape:zoom="14.311881"
inkscape:cx="5.6582497"
inkscape:cy="16.961054"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386" />
<g
style="display:inline"
transform="translate(-30.972582,63.81286)"
id="stock">
<g
id="gimp-shape-circle"
style="display:inline"
transform="translate(-90.027618,-422.81286)">
<rect
style="fill:none;stroke:none"
id="rect15985"
width="16"
height="16"
x="-120"
y="142"
transform="translate(241.0002,217)" />
<circle
r="4.5"
cy="150.5"
cx="-111.5"
style="fill:#cc0000;fill-opacity:1;stroke:#a40000;stroke-width:0.15000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path16012-9"
transform="matrix(1.3333329,0,0,1.3333327,277.66682,166.33343)" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-okay.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="14.410246"
inkscape:cx="8.6439436"
inkscape:cy="7.8266534"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1346"
inkscape:window-height="752"
inkscape:window-x="50"
inkscape:window-y="114"
inkscape:window-maximized="0"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3941"
transform="translate(-0.24242425,0.24244902)">
<g
transform="matrix(0.93321318,0,0,0.93335003,5.9223895,69.217202)"
id="g3977">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.48380455;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 8.5903015,1037.2623 c -0.3363691,-0.012 -0.6603216,0.1792 -0.8906122,0.5249 -2.238316,3.3696 -3.2300173,5.3421 -6.2851843,9.9974 l -4.0546012,-7.5547 c -0.1960806,-0.416 -0.5879517,-0.6753 -1.0137045,-0.6709 -0.8583431,0.01 -1.3947062,1.0262 -0.9756904,1.8508 l 4.53994786,9.2772 c 0.05828043,0.1177 0.13346802,0.2243 0.22265301,0.3156 0.23209937,0.5177 0.64716663,0.814 1.08068133,0.7715 0.3059606,-0.03 0.5915887,-0.2269 0.7964821,-0.5485 3.8220534,-5.8469 4.9326629,-7.4279 7.4127142,-11.1616 0.6963406,-1.049 0.1863691,-2.7649 -0.8326859,-2.8017 z"
id="path6388-7-7-4-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccc" />
<g
id="g7078"
transform="matrix(-1.3896672,0.05353424,-0.04181733,-1.7790417,2.5015123,2860.3502)" />
</g>
<rect
y="1036.1198"
x="0.24242425"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -0,0 +1,223 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-color-palette.svg">
<defs
id="defs30573">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3201"
id="radialGradient3297"
cx="28.6576"
cy="33.986694"
fx="28.6576"
fy="33.986694"
r="18.572308"
gradientTransform="matrix(1.9578819,0,0,1.9776232,-44.272539,980.78953)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3201">
<stop
style="stop-color:#e7ce79;stop-opacity:1"
offset="0"
id="stop3203" />
<stop
style="stop-color:#c17d11;stop-opacity:1"
offset="1"
id="stop3205" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3299"
id="linearGradient3238"
gradientUnits="userSpaceOnUse"
x1="15.299923"
y1="9.1440983"
x2="51.568203"
y2="83.076073"
gradientTransform="matrix(0.32399235,0,0,0.35716019,2.336485,1035.1719)" />
<linearGradient
id="linearGradient3299"
inkscape:collect="always">
<stop
id="stop3301"
offset="0"
style="stop-color:white;stop-opacity:1;" />
<stop
id="stop3303"
offset="1"
style="stop-color:#ffffff;stop-opacity:0.52091253" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3299"
id="linearGradient3236"
gradientUnits="userSpaceOnUse"
x1="21.424923"
y1="14.769098"
x2="16.6399"
y2="5.5"
gradientTransform="matrix(0.32399235,0,0,0.32399235,-69.093826,1002.7822)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="13.515376"
inkscape:cx="8"
inkscape:cy="8.1201033"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="811"
inkscape:window-height="428"
inkscape:window-x="0"
inkscape:window-y="358"
inkscape:window-maximized="0"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid50" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g95">
<g
id="g4142">
<rect
style="fill:none;stroke:none"
id="rect28186-4"
width="16"
height="16"
x="0"
y="1036.3622"
rx="0" />
<rect
style="opacity:0.3;fill:none;stroke:none"
id="rect6884"
width="16"
height="16"
x="0"
y="1036.3622" />
<g
id="g4112"
transform="matrix(1,0,0,1.1023723,69.984109,-69.486814)">
<g
style="opacity:0.30268196"
transform="matrix(0.40000001,0,0,0.36005784,-76.78411,999.30505)"
id="g3828" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssssssc"
id="path3086"
d="m -62.775975,1005.2122 c 0.508984,0 0.979337,0.1347 1.336468,0.3847 0.357132,0.25 0.607486,0.634 0.607486,1.0732 0,0.4393 -0.250354,0.8233 -0.607486,1.0733 -0.357131,0.25 -0.827484,0.3847 -1.336468,0.3847 -0.508984,0 -0.979337,-0.1347 -1.336468,-0.3847 -0.357132,-0.25 -0.607486,-0.634 -0.607486,-1.0733 0,-0.4392 0.250354,-0.8232 0.607486,-1.0732 0.357131,-0.25 0.827484,-0.3847 1.336468,-0.3847 z"
style="opacity:0.7356322;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3236);stroke-width:0.32399234;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
<g
style="opacity:0.13026817"
transform="matrix(0.32399235,0,0,0.32399235,-69.042979,1002.9121)"
id="g3292" />
</g>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4140"
width="16"
height="16"
x="0"
y="1036.3622" />
</g>
<g
id="g4010"
transform="matrix(1.2447189,0,0,1.1215307,-5.0725418,-126.21668)">
<path
style="opacity:1;fill:url(#radialGradient3297);fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:0.34017223;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.4536954,1036.7703 c -1.900788,0.028 -4.447296,0.7445 -4.404271,3.0471 0.0459,2.4561 2.752324,1.487 2.855183,2.5782 0.166241,1.7637 -3.296211,7.1293 1.964204,8.1811 3.5118376,0.7024 7.2390576,-1.7087 6.8645866,-6.5738 -0.336769,-4.3755 -3.620646,-7.1213 -6.9050856,-7.2326 -0.119994,0 -0.247897,0 -0.374617,0 z m -0.820105,1.4287 c 0.894219,0 1.6199616,0.56 1.6199616,1.2501 0,0.6899 -0.7257426,1.2499 -1.6199616,1.2499 -0.894219,0 -1.619962,-0.56 -1.619962,-1.2499 0,-0.6901 0.725743,-1.2501 1.619962,-1.2501 z"
id="path2193"
inkscape:connector-curvature="0" />
<path
style="opacity:0.67049806;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3238);stroke-width:0.34017226;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 9.4744424,1037.1363 c -0.915046,0.013 -1.983862,0.2027 -2.78431,0.6362 -0.800447,0.4334 -1.314734,1.0383 -1.295969,2.0424 0.0101,0.5408 0.155408,0.8317 0.354367,1.038 0.198958,0.2065 0.484586,0.3301 0.80998,0.4242 0.325395,0.094 0.677648,0.1497 0.992227,0.2679 0.15729,0.058 0.311383,0.1357 0.44549,0.2679 0.134106,0.1322 0.232392,0.3381 0.253119,0.558 0.05537,0.5875 -0.155169,1.2513 -0.374617,2.0202 -0.219447,0.7689 -0.468522,1.6121 -0.556861,2.4108 -0.08834,0.7988 -0.01335,1.5286 0.344241,2.1095 0.357595,0.5808 1.027285,1.0649 2.288196,1.317 1.6713306,0.3342 3.3853516,-0.074 4.6270156,-1.1273 1.241664,-1.0533 2.031962,-2.7287 1.852831,-5.056 -0.322615,-4.1915 -3.465043,-6.8028 -6.5912186,-6.9088 -0.109183,0 -0.237167,0 -0.364491,0 z"
id="path3230"
sodipodi:nodetypes="cssssssssssssssc"
inkscape:connector-curvature="0" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.45703787;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path4013"
cx="13.715981"
cy="1046.4082"
rx="1.3782696"
ry="1.5547582" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:0.45703787;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path4013-3"
cx="9.6990108"
cy="1047.2998"
rx="1.3782696"
ry="1.5547582" />
<ellipse
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.45703787;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path4013-1"
cx="13.715981"
cy="1041.95"
rx="1.3782696"
ry="1.5547582" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,154 @@
<?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"
version="1.0"
x="0.0000000"
y="0.0000000"
width="16"
height="16"
id="svg1"
sodipodi:version="0.32"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-fonts.svg"
viewBox="0 0 16 16">
<metadata
id="metadata162">
<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>Folder</dc:title>
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:date>2005-02-01</dc:date>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:identifier />
<dc:subject>
<rdf:Bag>
<rdf:li>folder</rdf:li>
<rdf:li>directory</rdf:li>
<rdf:li>storage</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:cy="7.5001018"
inkscape:cx="0.75399855"
inkscape:zoom="21.345786"
inkscape:document-units="px"
showgrid="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer2"
inkscape:showpageshadow="false"
width="22px"
height="22px"
showborder="false"
inkscape:window-maximized="1">
<inkscape:grid
id="GridFromPre046Settings"
type="xygrid"
originx="0px"
originy="0px"
spacingx="0.5px"
spacingy="0.5px"
color="#3f3fff"
empcolor="#3f3fff"
opacity="0.15"
empopacity="0.38"
empspacing="2" />
</sodipodi:namedview>
<defs
id="defs3" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="pixmap"
style="display:inline"
transform="translate(0,-6)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="vectors"
style="display:inline"
transform="translate(0,-6)">
<g
id="g4257">
<g
transform="matrix(0.1493623,0,0,0.1493623,-16.885834,51.298373)"
id="g891" />
<rect
ry="1.429747"
rx="1.4297479"
y="6.4938269"
x="0.49382702"
height="15.012346"
width="15.012346"
id="rect1934"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<rect
ry="0.70565164"
rx="0.705652"
y="7.4994426"
x="1.4994426"
height="13.001115"
width="13.001115"
id="rect2823"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99888515;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
id="text2841"
d="m 5.7542284,10.982993 c -0.7071909,3e-6 -1.1971484,0.07228 -1.4698731,0.216838 -0.2727288,0.14456 -0.4090929,0.391157 -0.4090914,0.739795 -1.5e-6,0.277779 0.101478,0.498868 0.3044397,0.663265 0.2061296,0.161566 0.4851985,0.242348 0.8372092,0.242347 0.4851976,10e-7 0.8736755,-0.15306 1.1654343,-0.459183 C 6.4772689,12.077099 6.624731,11.66752 6.624736,11.157313 v -0.17432 H 5.7542284 M 7.5,10.659864 v 2.716837 H 6.624736 V 12.653912 C 6.424943,12.943028 6.1760005,13.15703 5.8779067,13.295919 5.5798062,13.431973 5.2151131,13.5 4.7838265,13.5 4.2383703,13.5 3.80391,13.363947 3.4804437,13.091837 3.1601471,12.816895 2.9999992,12.449831 3,11.990647 c -8e-7,-0.535713 0.199788,-0.939623 0.5993655,-1.211736 0.4027464,-0.272105 1.0021119,-0.40816 1.7980975,-0.408163 h 1.227273 v -0.07654 C 6.624731,9.9342437 6.491539,9.6564664 6.2251584,9.4608838 5.9619407,9.2624756 5.590906,9.1632698 5.1120508,9.1632656 c -0.3044421,4.2e-6 -0.6009542,0.0326 -0.8895359,0.097789 -0.2885843,0.065196 -0.5660679,0.1629852 -0.8324518,0.293367 v -0.72279 C 3.710358,8.7210934 4.0211402,8.6388931 4.3224101,8.5850341 4.6236769,8.5283495 4.9170168,8.5000052 5.2024314,8.5 c 0.770609,5e-6 1.3461899,0.1785764 1.7267433,0.5357144 C 7.3097199,9.3928608 7.4999943,9.9342438 7.5,10.659864"
style="font-style:normal;font-weight:normal;font-size:22.27977753px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.0334785px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="text2849"
d="m 11.479202,14.933754 c 0.318909,10e-7 0.561559,-0.114825 0.727953,-0.344479 0.169158,-0.229652 0.253739,-0.563195 0.253743,-1.000631 -4e-6,-0.437431 -0.08459,-0.770975 -0.253743,-1.000631 -0.166394,-0.229649 -0.409044,-0.344475 -0.727953,-0.34448 -0.318917,5e-6 -0.56434,0.116199 -0.736273,0.34858 -0.169166,0.229658 -0.253746,0.561833 -0.253743,0.996531 -3e-6,0.434702 0.08457,0.768245 0.253743,1.000631 0.171933,0.229654 0.417356,0.34448 0.736273,0.344479 m -0.990016,-2.973186 c 0.20521,-0.267923 0.432608,-0.464769 0.682194,-0.590536 0.249581,-0.128491 0.536603,-0.19274 0.861066,-0.192744 0.574038,4e-6 1.045475,0.225555 1.41431,0.676656 0.368824,0.448373 0.553238,1.026606 0.553244,1.7347 -6e-6,0.708099 -0.18442,1.287698 -0.553244,1.738802 C 13.077921,15.775816 12.606484,16 12.032446,16 11.707983,16 11.420961,15.937121 11.17138,15.811357 10.921794,15.682861 10.694396,15.484648 10.489186,15.21672 v 0.664354 H 9 V 9.5 h 1.489186 v 2.460568"
style="font-style:normal;font-weight:normal;font-size:10.17865562px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.03878295px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="text2853"
d="M 7.5120171,17.947815 C 7.2745261,18.453317 6.945951,18.838389 6.5262901,19.103034 6.1066203,19.367678 5.6105042,19.5 5.0379408,19.5 4.2831913,19.5 3.7268907,19.272525 3.3690384,18.817574 3.0111824,18.359651 2.913586,17.75305 3.0762481,16.997771 3.2421604,16.239521 3.6032685,15.634407 4.1595712,15.182425 4.719123,14.72748 5.3762726,14.500004 6.1310236,14.5 c 0.3285708,4e-6 0.6473864,0.03569 0.9564475,0.107046 C 7.3997747,14.675436 7.703951,14.781003 8,14.923728 L 7.736489,16.136932 H 7.2143462 C 7.2371136,15.72064 7.1541574,15.41734 6.9654753,15.227028 6.7800371,15.036727 6.4742345,14.941574 6.0480667,14.94157 c -0.484734,4e-6 -0.8897599,0.172469 -1.2150788,0.517395 -0.3220719,0.34196 -0.5579299,0.854895 -0.7075758,1.538806 -0.1496498,0.683913 -0.139891,1.198335 0.029279,1.543263 0.1724178,0.344932 0.5026193,0.517397 0.990606,0.517396 0.3871294,10e-7 0.7157046,-0.09218 0.9857261,-0.276539 0.2732661,-0.184358 0.4928584,-0.462383 0.6587775,-0.834076 h 0.722216"
style="font-style:normal;font-weight:normal;font-size:17.54367638px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.90770245px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
width="16"
height="16"
id="svg2"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-yes.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview1695"
showgrid="true"
inkscape:zoom="14.311881"
inkscape:cx="5.6582497"
inkscape:cy="16.961054"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386" />
<g
style="display:inline"
transform="translate(-30.972582,63.81286)"
id="stock">
<g
id="gimp-shape-circle"
style="display:inline"
transform="translate(-90.027618,-422.81286)">
<rect
style="fill:none;stroke:none"
id="rect15985"
width="16"
height="16"
x="-120"
y="142"
transform="translate(241.0002,217)" />
<circle
r="4.5"
cy="150.5"
cx="-111.5"
style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:0.15000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path16012-9"
transform="matrix(1.3333329,0,0,1.3333327,277.66682,166.33343)" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
height="16"
id="svg7384"
version="1.1"
width="16"
sodipodi:docname="gimp-help-about.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview18"
showgrid="false"
inkscape:zoom="48"
inkscape:cx="8"
inkscape:cy="8"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384" />
<metadata
id="metadata90">
<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>
<defs
id="defs7386" />
<g
id="g4256">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1.35169733;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4257"
width="15.999999"
height="15.999999"
x="6.6613381e-16"
y="1e-06" />
</g>
<path
d="m 7.9549515,15.20505 c -0.736079,0 -1.8727276,-4.246301 -2.3932141,-4.766787 C 5.0412509,9.9177761 0.79494952,8.7811279 0.79494953,8.0450489 0.79494954,7.3089699 5.041251,6.1723213 5.5617374,5.6518348 6.0822239,5.1313484 7.2188721,0.88504695 7.9549511,0.88504696 c 0.736079,10e-9 1.8727276,4.24630144 2.3932139,4.76678794 0.520487,0.5204864 4.766788,1.6571346 4.766788,2.3932136 0,0.736079 -4.246301,1.8727276 -4.766788,2.3932145 -0.5204863,0.520486 -1.6571345,4.766787 -2.3932135,4.766787 z"
id="path67"
inkscape:flatsided="false"
inkscape:randomized="0"
inkscape:rounded="0.13800197"
sodipodi:arg1="1.5707963"
sodipodi:arg2="2.3561945"
sodipodi:cx="7.9549513"
sodipodi:cy="8.0450487"
sodipodi:r1="7.1600018"
sodipodi:r2="3.3845155"
sodipodi:sides="4"
sodipodi:type="star"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.01697958px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
transform="matrix(0.97800065,0,0,0.97804133,0.21984218,0.13150819)" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-path-new.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="18.223276"
inkscape:cx="9.8646739"
inkscape:cy="8.9167656"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3946"
transform="translate(0,0.24244902)">
<g
transform="matrix(-0.93806241,0.94304854,-0.94323067,-0.93788129,939.12249,2030.5759)"
id="g7082">
<path
inkscape:connector-curvature="0"
id="path6388-7-7-4-7"
d="m -35.949238,1023.0008 a 0.92543442,0.92581529 45.157402 0 0 1.289599,-0.022 l 2.343277,-2.3571 2.340626,2.3555 a 0.92612756,0.92650872 45.157402 1 0 1.313877,-1.3066 l -2.348803,-2.3617 2.350468,-2.3641 a 0.92509038,0.9254711 45.157402 0 0 -0.677466,-1.5873 0.92509038,0.9254711 45.157402 0 0 -0.635872,0.2831 l -2.342247,2.3559 -2.342678,-2.3556 a 0.92521673,0.92559751 45.157402 0 0 -0.662881,-0.2822 0.92521673,0.92559751 45.157402 0 0 -0.648941,1.5868 l 2.348799,2.3638 -2.349442,2.3632 a 0.92543442,0.92581529 45.157402 0 0 0.02169,1.3286 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.15032798;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<g
id="g7078" />
</g>
<rect
y="1036.1198"
x="0"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-path-delete.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="28.088405"
inkscape:cx="8.8613831"
inkscape:cy="8.9167656"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4233" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3940"
transform="translate(-0.24242425,0.24244902)">
<g
transform="matrix(-0.93802835,1.0623211,-0.94319643,-1.0565004,939.65627,2155.058)"
id="g7082">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:0.14840043;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m -35.010636,1015.3932 a 0.92564844,0.92583194 45.157401 0 0 -0.648658,1.5881 l 5.998038,6.0352 a 0.92670022,0.92688393 45.157401 1 0 1.314712,-1.3069 l -5.999992,-6.0332 a 0.92564844,0.92583194 45.157401 0 0 -0.6641,-0.2832 z"
id="path6388-7-7-4-7"
inkscape:connector-curvature="0" />
<g
id="g7078" />
</g>
<rect
y="1036.1198"
x="0.24242425"
height="16"
width="16"
id="rect3999"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,432 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-template-cd.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd1"
id="linearGradient23400"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.42089683,0,0,0.42089683,-0.39000558,29.850051)"
x1="14.9966"
y1="11.1885"
x2="32.511002"
y2="34.307499" />
<linearGradient
id="aigrd1"
gradientUnits="userSpaceOnUse"
x1="14.9966"
y1="11.1885"
x2="32.511002"
y2="34.307499">
<stop
offset="0"
style="stop-color:#EBEBEB"
id="stop3034" />
<stop
offset="0.5"
style="stop-color:#FFFFFF"
id="stop3036" />
<stop
offset="1"
style="stop-color:#EBEBEB"
id="stop3038" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd2"
id="linearGradient23397"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.42089684,0,0,0.42089684,-0.39000557,29.85005)"
x1="12.2744"
y1="32.4165"
x2="35.391201"
y2="14.2033" />
<linearGradient
id="aigrd2"
gradientUnits="userSpaceOnUse"
x1="12.2744"
y1="32.4165"
x2="35.391201"
y2="14.2033">
<stop
offset="0"
style="stop-color:#FBFBFB"
id="stop3043" />
<stop
offset="0.5"
style="stop-color:#B6B6B6"
id="stop3045" />
<stop
offset="1"
style="stop-color:#E4E4E4"
id="stop3047" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4236"
id="linearGradient23393"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.44194175,0,0,0.44194175,-0.89508171,29.813223)"
x1="21.125"
y1="14.625"
x2="29"
y2="28" />
<linearGradient
id="linearGradient4236">
<stop
style="stop-color:#ffffff;stop-opacity:0.32673267;"
offset="0.0000000"
id="stop4238" />
<stop
style="stop-color:#ffffff;stop-opacity:0.60396039;"
offset="1.0000000"
id="stop4240" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4236"
id="linearGradient23387"
gradientUnits="userSpaceOnUse"
x1="10.50172"
y1="3.6100161"
x2="48.798885"
y2="54.698483"
gradientTransform="matrix(0.3535534,0,0,0.3535534,1.1035539,30.733934)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4236"
id="linearGradient23353"
gradientUnits="userSpaceOnUse"
x1="28.702885"
y1="31.494707"
x2="17.742729"
y2="18.366575"
gradientTransform="matrix(0.3535534,0,0,0.3535534,1.1348039,30.765184)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3394"
id="radialGradient23383"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.30005511,0.33871123,-0.27652083,0.24495381,7.7119866,23.476975)"
cx="37.751469"
cy="27.569166"
fx="37.751469"
fy="27.569166"
r="21.333334" />
<linearGradient
y2="14.2033"
x2="35.391201"
y1="32.4165"
x1="12.2744"
gradientUnits="userSpaceOnUse"
id="linearGradient3394">
<stop
id="stop3396"
style="stop-color:#fff307;stop-opacity:1.0000000;"
offset="0.0000000" />
<stop
id="stop3398"
style="stop-color:#166eff;stop-opacity:1.0000000;"
offset="0.50000000" />
<stop
id="stop3400"
style="stop-color:#ffffff;stop-opacity:0.0000000;"
offset="1.0000000" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3406"
id="radialGradient23380"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.27205969,-0.4392901,0.23698684,0.14677451,-6.5963335,45.358893)"
cx="26.137741"
cy="38.807304"
fx="26.137741"
fy="38.807304"
r="21.333334" />
<linearGradient
id="linearGradient3406"
gradientUnits="userSpaceOnUse"
x1="12.2744"
y1="32.4165"
x2="35.391201"
y2="14.2033">
<stop
offset="0.0000000"
style="stop-color:#b307ff;stop-opacity:0.82178217;"
id="stop3408" />
<stop
offset="1.0000000"
style="stop-color:#f0ff8b;stop-opacity:0.64356434;"
id="stop3410" />
<stop
offset="1.0000000"
style="stop-color:#ffffff;stop-opacity:0.0000000;"
id="stop3412" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3421"
id="radialGradient23377"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.05602054,-0.05621075,0.15305574,0.15253743,0.14059993,36.037613)"
cx="53.556889"
cy="48.23827"
fx="53.556889"
fy="48.23827"
r="21.333334" />
<linearGradient
y2="14.2033"
x2="35.391201"
y1="32.4165"
x1="12.2744"
gradientUnits="userSpaceOnUse"
id="linearGradient3421">
<stop
id="stop3423"
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.0000000" />
<stop
id="stop3427"
style="stop-color:#b8c04c;stop-opacity:0.0000000;"
offset="1.0000000" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3435"
id="radialGradient23374"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.00183292,-0.04343757,0.1925268,0.00812403,1.4419872,40.035061)"
cx="16.885271"
cy="33.377594"
fx="16.885271"
fy="33.377594"
r="21.333334" />
<linearGradient
id="linearGradient3435"
gradientUnits="userSpaceOnUse"
x1="12.2744"
y1="32.4165"
x2="35.391201"
y2="14.2033">
<stop
offset="0.0000000"
style="stop-color:#ffffc8;stop-opacity:1.0000000;"
id="stop3437" />
<stop
offset="1.0000000"
style="stop-color:#9a91ef;stop-opacity:0.0000000;"
id="stop3439" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3435"
id="radialGradient23371"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.03744696,-0.00676786,0.03704851,0.20499273,7.1623737,33.249522)"
cx="35.511295"
cy="21.618015"
fx="35.511295"
fy="21.618015"
r="21.333334" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3435"
id="radialGradient23368"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.01784815,0.00490678,-0.0454104,-0.16517873,13.623788,44.678688)"
cx="133.84108"
cy="23.914305"
fx="133.84108"
fy="23.914305"
r="21.333334" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4236"
id="linearGradient4076"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.44194175,0,0,0.44194175,-0.89508171,29.813223)"
x1="21.125"
y1="14.625"
x2="29"
y2="28" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="4.7482419"
inkscape:cx="35.537335"
inkscape:cy="-0.22981217"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false" />
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3993"
transform="matrix(1.0606464,0,0,1.0283544,-0.48995532,-29.38548)">
<g
id="g4014"
transform="matrix(1,0,0,1.0314197,-1.7071075,1003.3255)">
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3040"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
style="fill:url(#linearGradient23400);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3049"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
style="fill:url(#linearGradient23397);fill-rule:nonzero;stroke:#808080;stroke-width:0.35355338;stroke-miterlimit:4;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3051"
d="m 9.7115205,36.000407 c -1.9949554,0 -3.5723622,1.623801 -3.5723622,3.572362 0,1.994956 1.6238015,3.572362 3.5723622,3.572362 1.9949555,0 3.5723625,-1.623801 3.5723625,-3.572362 0,-1.994956 -1.623802,-3.572362 -3.5723625,-3.572362 z m 0,5.520923 c -1.067069,0 -1.9485607,-0.881491 -1.9485607,-1.948561 0,-1.067069 0.8814917,-1.948561 1.9485607,-1.948561 1.0670695,0 1.9485605,0.881492 1.9485605,1.948561 0,1.06707 -0.881491,1.948561 -1.9485605,1.948561 z"
style="opacity:0.10999995;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="fill:url(#linearGradient4076);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
d="m 11.682618,32.738311 -1.271588,4.94786 c 0.397643,0.105895 0.715643,0.351952 0.931659,0.692449 L 15.724,35.709545 C 14.827655,34.24947 13.389059,33.17525 11.682618,32.738311 Z"
id="path3916"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path4214"
d="M 7.2227938,46.207572 8.8969593,41.381038 C 8.5093715,41.242802 8.2126832,40.971428 8.0253996,40.61432 L 3.439437,42.91406 c 0.7732416,1.52884 2.1186263,2.717724 3.7833568,3.293512 z"
style="fill:url(#linearGradient23393);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="opacity:0.54644811;fill:none;fill-rule:nonzero;stroke:url(#linearGradient23387);stroke-width:0.35355338;stroke-miterlimit:4;stroke-opacity:1"
d="m 9.7115191,32.573248 c -3.8797337,0 -6.9995196,3.119786 -6.9995196,6.99952 0,3.879734 3.1197859,6.99952 6.9995196,6.99952 3.8797339,0 6.9995199,-3.119786 6.9995199,-6.99952 0,-3.879734 -3.119786,-6.99952 -6.9995199,-6.99952 z"
id="path5264"
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0" />
<circle
inkscape:r_cy="true"
inkscape:r_cx="true"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.67213111;fill:none;fill-opacity:0.31638417;fill-rule:nonzero;stroke:url(#linearGradient23353);stroke-width:0.32899511;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path6026"
cx="9.7285538"
cy="39.579498"
r="2.15625" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="opacity:0.1142857;fill:url(#radialGradient23383);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
id="path3390"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3404"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
style="opacity:0.09714284;fill:url(#radialGradient23380);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="opacity:0.71428576;fill:url(#radialGradient23377);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
id="path3419"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3431"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
style="opacity:0.62285713;fill:url(#radialGradient23374);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="opacity:0.37142861;fill:url(#radialGradient23371);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
id="path3441"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path3445"
d="m 9.7115205,32.207073 c -4.0827002,0 -7.365696,3.282996 -7.365696,7.365696 0,4.0827 3.2829958,7.365696 7.365696,7.365696 4.0827005,0 7.3656965,-3.282996 7.3656965,-7.365696 0,-4.0827 -3.282996,-7.365696 -7.3656965,-7.365696 z m 0,9.133463 c -0.9680627,0 -1.7677669,-0.799704 -1.7677669,-1.767767 0,-0.968063 0.7997042,-1.767767 1.7677669,-1.767767 0.9680625,0 1.7677675,0.799704 1.7677675,1.767767 0,0.968063 -0.799705,1.767767 -1.7677675,1.767767 z"
style="opacity:0.23428572;fill:url(#radialGradient23368);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,92 @@
<?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"
id="svg7384"
height="16"
width="16"
version="1.1"
sodipodi:docname="gimp-media-pause.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<defs
id="defs9" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview7"
showgrid="true"
showguides="false"
inkscape:zoom="16"
inkscape:cx="7.7548626"
inkscape:cy="14.96527"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<g
id="g4264">
<g
transform="matrix(-1,0,0,1,16,0)"
id="g4237">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.57448632;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4232"
width="16"
height="16"
x="0"
y="0" />
<g
id="layer12"
transform="matrix(1.0034563,0,0,0.99949841,-80.290333,-605.68952)" />
</g>
<rect
y="3.5001342"
x="3.5001347"
height="8.9997311"
width="2.9997308"
id="rect4245"
style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#888a85;stroke-width:1.00026929;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
y="3.5001342"
x="9.5001345"
height="8.9997311"
width="2.9997308"
id="rect4245-3"
style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#888a85;stroke-width:1.00026929;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,81 @@
<?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"
id="svg7384"
height="16"
width="16"
version="1.1"
sodipodi:docname="media-playback-start.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<defs
id="defs9" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview7"
showgrid="true"
showguides="false"
inkscape:zoom="43.1875"
inkscape:cx="9.432125"
inkscape:cy="8.1505065"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<g
id="g4237">
<rect
y="0"
x="0"
height="16"
width="16"
id="rect4232"
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.57448632;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="matrix(1.0034563,0,0,0.99949841,-80.290333,-605.68952)"
id="layer12" />
</g>
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2479"
d="M 2.4984998,14.501538 V 1.4984618 l 11.0030492,6.501538 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99699956;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:r_cx="true"
inkscape:r_cy="true" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,125 @@
<?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="16"
height="16"
viewBox="0 0 4.2333332 4.2333335"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="media-record.svg">
<title
id="title7906">Media Record</title>
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient846">
<stop
style="stop-color:#f95757;stop-opacity:1"
offset="0"
id="stop842" />
<stop
style="stop-color:#d91919;stop-opacity:1"
offset="1"
id="stop844" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient846"
id="linearGradient848"
x1="2.1166668"
y1="293.29581"
x2="2.1166668"
y2="296.47083"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="44.25"
inkscape:cx="1.2768362"
inkscape:cy="8"
inkscape:document-units="pc"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1535"
inkscape:window-height="876"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid815"
empspacing="4" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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>Media Record</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Ell</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-292.76665)">
<g
id="media-record">
<circle
r="1.8520833"
cy="294.88333"
cx="2.1166666"
id="path836"
style="opacity:0.98999999;fill:#7e1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.62288136;paint-order:normal" />
<circle
r="1.5875"
cy="294.88333"
cx="2.1166666"
id="path840"
style="opacity:0.98999999;fill:url(#linearGradient848);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.62288136;paint-order:normal" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,93 @@
<?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"
id="svg7384"
height="16"
width="16"
version="1.1"
sodipodi:docname="media-seek-backward.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<defs
id="defs9" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview7"
showgrid="true"
showguides="false"
inkscape:zoom="43.1875"
inkscape:cx="9.432125"
inkscape:cy="8.602026"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<g
id="g4253"
transform="matrix(-1,0,0,1,16,0)">
<g
id="g4237">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.57448632;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4232"
width="16"
height="16"
x="0"
y="0" />
<g
id="layer12"
transform="matrix(1.0034563,0,0,0.99949841,-80.290333,-605.68952)" />
</g>
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="M 1.5,11.500037 V 4.5003441 l 5.999668,3.4998453 z"
id="path2479"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="M 8.5,11.500037 V 4.500344 l 5.999668,3.4998453 z"
id="path2479-3"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,104 @@
<?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"
id="svg7384"
height="16"
width="16"
version="1.1"
sodipodi:docname="media-skip-backward.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<defs
id="defs9" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview7"
showgrid="true"
showguides="false"
inkscape:zoom="43.1875"
inkscape:cx="9.432125"
inkscape:cy="8.7525325"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<g
id="g4527">
<g
transform="matrix(-1,0,0,1,16,0)"
id="g4237">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.57448632;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4232"
width="16"
height="16"
x="0"
y="0" />
<g
id="layer12"
transform="matrix(1.0034563,0,0,0.99949841,-80.290333,-605.68952)" />
</g>
<g
transform="translate(0.99961878)"
id="g4243">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2479"
d="M 14.5,11.500037 V 4.5003441 L 8.500332,8.0001894 Z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2479-3"
d="M 7.5,11.500037 V 4.500344 L 1.500332,8.0001893 Z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:r_cx="true"
inkscape:r_cy="true" />
</g>
<rect
y="4.4034319"
x="0.35033828"
height="7.2480788"
width="1.2480787"
id="rect4245"
style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#888a85;stroke-width:0.752;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,105 @@
<?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"
id="svg7384"
height="16"
width="16"
version="1.1"
sodipodi:docname="media-skip-forward.svg"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown">
<defs
id="defs9" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview7"
showgrid="true"
showguides="false"
inkscape:zoom="43.1875"
inkscape:cx="9.432125"
inkscape:cy="8.602026"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg7384">
<inkscape:grid
type="xygrid"
id="grid4238" />
</sodipodi:namedview>
<metadata
id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<g
id="g4527"
transform="matrix(-1,0,0,1,15.974338,0)">
<g
transform="matrix(-1,0,0,1,16,0)"
id="g4237">
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.57448632;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4232"
width="16"
height="16"
x="0"
y="0" />
<g
id="layer12"
transform="matrix(1.0034563,0,0,0.99949841,-80.290333,-605.68952)" />
</g>
<g
transform="translate(0.99961878)"
id="g4243">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2479"
d="M 14.5,11.500037 V 4.5003441 L 8.500332,8.0001894 Z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:r_cx="true"
inkscape:r_cy="true" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path2479-3"
d="M 7.5,11.500037 V 4.500344 L 1.500332,8.0001893 Z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:r_cx="true"
inkscape:r_cy="true" />
</g>
<rect
y="4.4034319"
x="0.35033828"
height="7.2480788"
width="1.2480787"
id="rect4245"
style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#888a85;stroke-width:0.75199997;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,127 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-flip-horizontal.svg.2016_04_16_20_29_43.0.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="6.5794388"
inkscape:cy="2.9148852"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid7331" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4243">
<rect
y="1038.3621"
x="1.0185148"
height="12.000206"
width="13.982533"
id="rect4244"
style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:0.45372868;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(0.99875242,0,0,1.0000172,0.01976239,-0.01800645)"
id="g4311">
<path
inkscape:connector-curvature="0"
id="path4915"
d="m 7.2180376,1036.5803 v 15.5639 h 1.5639248 v -15.5639 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:0.43607512;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="scsccccccccs"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.91750067px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 0,1038.3622 c -0.04452091,4.1443 0,6 0,6 0,0 0.02081429,2.9749 0,6 -0.00698107,1.0146 0.98146206,1 0.98146206,1 H 6.9864584 v -1 H 1 v -12 h 5.9864586 v -1 H 1 c 0,0 -0.98944048,0.017 -1,1 z"
id="path4919"
inkscape:connector-curvature="0" />
</g>
<path
transform="matrix(0.82068334,0.32761093,-0.37730842,0.71258639,405.23217,288.64764)"
inkscape:transform-center-y="0.79369602"
inkscape:transform-center-x="3.0717769"
d="m 12.145883,1058.6536 -3.3602611,-0.3045 -3.3602608,-0.3044 1.9437961,-2.7579 1.9437961,-2.7578 1.4164647,3.0623 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.6611542"
sodipodi:arg1="0.61395661"
sodipodi:r2="1.9479944"
sodipodi:r1="3.8959887"
sodipodi:cy="1056.4091"
sodipodi:cx="8.9613991"
sodipodi:sides="3"
id="path4236"
style="opacity:1;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.52366138;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="star" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,128 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-flip-vertical.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="6.5794388"
inkscape:cy="2.9148852"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid7331" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4243"
transform="rotate(-90,7.8805958,1044.3622)">
<rect
y="1038.3621"
x="1.0185148"
height="12.000206"
width="13.982533"
id="rect4244"
style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:0.45372868;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(0.99875242,0,0,1.0000172,0.01976239,-0.01800645)"
id="g4311">
<path
inkscape:connector-curvature="0"
id="path4915"
d="m 7.2180376,1036.5803 v 15.5639 h 1.5639248 v -15.5639 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:0.43607512;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
sodipodi:nodetypes="scsccccccccs"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f57900;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.91750067px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 0,1038.3622 c -0.04452091,4.1443 0,6 0,6 0,0 0.02081429,2.9749 0,6 -0.00698107,1.0146 0.98146206,1 0.98146206,1 H 6.9864584 v -1 H 1 v -12 h 5.9864586 v -1 H 1 c 0,0 -0.98944048,0.017 -1,1 z"
id="path4919"
inkscape:connector-curvature="0" />
</g>
<path
transform="matrix(0.82068334,0.32761093,-0.37730842,0.71258639,405.23217,288.64764)"
inkscape:transform-center-y="0.79369602"
inkscape:transform-center-x="3.0717769"
d="m 12.145883,1058.6536 -3.3602611,-0.3045 -3.3602608,-0.3044 1.9437961,-2.7579 1.9437961,-2.7578 1.4164647,3.0623 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.6611542"
sodipodi:arg1="0.61395661"
sodipodi:r2="1.9479944"
sodipodi:r1="3.8959887"
sodipodi:cy="1056.4091"
sodipodi:cx="8.9613991"
sodipodi:sides="3"
id="path4236"
style="opacity:1;fill:#f57900;fill-opacity:1;stroke:#ce5c00;stroke-width:0.52366138;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="star" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,101 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-rotate-270.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="26.807756"
inkscape:cx="9.2465747"
inkscape:cy="7.1945305"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1440"
inkscape:window-height="752"
inkscape:window-x="1025"
inkscape:window-y="100"
inkscape:window-maximized="0"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid10" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g17"
transform="matrix(-1,0,0,1,16,0)">
<rect
transform="rotate(-90)"
y="6.7876674e-14"
x="-1052.3622"
height="16"
width="16"
id="rect10176"
style="fill:none;stroke:none;stroke-width:1" />
<path
id="path15848"
transform="translate(0,1036.3622)"
d="M 6.4179688,2.2421875 C 3.0330807,2.2421875 0.2890625,5.1566 0.2890625,8.75 c 0,0.1713 -0.055132,0.8985062 -0.0429687,1.0664062 H 2.1992188 c -0.017633,-0.1669999 0,-0.8436249 0,-1.015625 0,-2.4876999 1.8753732,-4.5566406 4.21875,-4.5566406 2.3433768,0 4.3828122,2.0181594 4.3828122,4.5058594 0,0.172 0.01764,1.299897 0,1.466797 H 8.1992188 L 11.800781,13.671875 15.375,10.216797 h -2.589844 c 0.01225,-0.1678 0.0293,-1.295497 0.0293,-1.466797 0,-3.5934 -3.0115959,-6.5078125 -6.3964842,-6.5078125 z"
style="fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.4857651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,99 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-rotate-90.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="26.807756"
inkscape:cx="9.2465747"
inkscape:cy="7.1945305"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1440"
inkscape:window-height="752"
inkscape:window-x="1025"
inkscape:window-y="100"
inkscape:window-maximized="0"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid10" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g17">
<rect
transform="rotate(-90)"
y="6.7876674e-14"
x="-1052.3622"
height="16"
width="16"
id="rect10176"
style="fill:none;stroke:none;stroke-width:1" />
<path
id="path15848"
transform="translate(0,1036.3622)"
d="M 6.4179688 2.2421875 C 3.0330807 2.2421875 0.2890625 5.1566 0.2890625 8.75 C 0.2890625 8.9213 0.23393045 9.6485062 0.24609375 9.8164062 L 2.1992188 9.8164062 C 2.1815857 9.6494063 2.1992188 8.9727813 2.1992188 8.8007812 C 2.1992188 6.3130813 4.074592 4.2441406 6.4179688 4.2441406 C 8.7613456 4.2441406 10.800781 6.2623 10.800781 8.75 C 10.800781 8.922 10.818421 10.049897 10.800781 10.216797 L 8.1992188 10.216797 L 11.800781 13.671875 L 15.375 10.216797 L 12.785156 10.216797 C 12.797406 10.048997 12.814453 8.9213 12.814453 8.75 C 12.814453 5.1566 9.8028571 2.2421875 6.4179688 2.2421875 z "
style="fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.4857651;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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"
version="1.1"
width="16"
height="16"
id="svg2"
viewBox="0 0 16 16"
inkscape:version="0.91 r13725"
sodipodi:docname="gimp-anchor.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview1696"
showgrid="false"
inkscape:zoom="14.75"
inkscape:cx="-359.98594"
inkscape:cy="-403.38852"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gimp Color Icon Theme</dc:title>
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386">
<linearGradient
gradientTransform="matrix(0,-735328.32,170712.69,0,2464326300,577972450)"
osb:paint="solid"
id="linearGradient19282">
<stop
stop-color="#b4b4b4"
id="stop19284" />
</linearGradient>
<linearGradient
osb:paint="gradient"
x1="231.55"
x2="320.70001"
gradientUnits="userSpaceOnUse"
id="linearGradient6057"
gradientTransform="matrix(0.01502614,0,0,0.01468232,2.9686133,1037.3257)">
<stop
stop-color="#a11f7c"
id="stop6053" />
<stop
stop-opacity="0.984"
stop-color="#541f31"
offset="1"
id="stop6055" />
</linearGradient>
<linearGradient
osb:paint="solid"
id="linearGradient5487">
<stop
id="stop5485"
offset="0"
style="stop-color:#888a85;stop-opacity:1;" />
</linearGradient>
</defs>
<g
style="display:inline"
transform="translate(-94,65.000059)"
id="stock">
<g
transform="translate(-9.038513,-5.2918524)"
id="gimp-anchor">
<rect
id="rect6639-5"
width="16"
height="16"
x="103.03851"
y="-59.708206"
style="fill:none;stroke-width:0.2" />
<g
id="layer1-1"
transform="matrix(0.04927215,0,0,0.03582173,93.725929,-60.703753)"
style="fill:#0000ff;stroke:#ffffff;stroke-width:3.21300006">
<path
id="path2987"
transform="matrix(20.222194,0,0,27.741496,191.02682,28.568366)"
d="M 7.9316406,0.07226562 A 2.8996713,2.8817272 0 0 0 5.03125,2.9550781 2.8996713,2.8817272 0 0 0 7.1074219,5.7148438 l -0.052734,0.65625 -5.6757817,0 0,0.796875 2.796875,0 c 1.5383594,-10e-8 2.8116303,0.017184 2.828125,0.039062 0.016492,0.021881 -0.010696,1.4009524 -0.060547,3.0644532 C 6.8453032,13.542858 6.8397703,13.58317 6.441406,13.773438 5.694949,14.129979 3.4789218,13.342809 3.3027342,12.658203 3.2349322,12.394771 3.3198532,12.128709 3.5292967,11.947266 L 3.7089844,11.792969 3.2246094,11.626953 C 2.4973391,11.378841 1.8639023,11.028052 1,10.392578 L 0.22070312,9.8183594 0.109375,10.09375 c -0.14112218,0.346412 -0.14161651,0.978348 -0.001953,1.410156 0.20581347,0.636195 0.9297484,1.715581 1.078125,1.607422 0.042943,-0.0313 0.2125941,-0.05664 0.3769531,-0.05664 0.2824125,0 0.3168379,0.01877 0.6328125,0.332031 0.9742267,0.965845 2.1641725,1.546165 4.2539063,2.074219 0.7820615,0.197592 1.2935256,0.367847 1.3691406,0.457031 0.025086,0.02959 0.07408,0.05469 0.109375,0.05469 0.035298,0 0.084289,-0.0251 0.109375,-0.05469 0.07561,-0.08918 0.5890816,-0.259429 1.3710937,-0.457031 2.0568988,-0.519727 3.2296388,-1.085627 4.2148438,-2.03125 0.1692,-0.162403 0.340739,-0.312553 0.380859,-0.333985 0.111215,-0.05942 0.579764,-0.04867 0.667969,0.01563 0.148401,0.108141 0.872356,-0.971227 1.078125,-1.607422 0.139663,-0.431808 0.139164,-1.063762 -0.002,-1.410156 L 15.634766,9.8183594 14.855469,10.392578 c -0.863853,0.635474 -1.497339,0.986292 -2.22461,1.234375 l -0.484375,0.166016 0.179688,0.154297 c 0.209444,0.181425 0.294364,0.447491 0.226562,0.710937 -0.176192,0.68457 -2.390212,1.471776 -3.1367184,1.115235 C 9.0176315,13.583181 9.0120934,13.542865 8.9140625,10.271484 8.8642103,8.6079836 8.8370199,7.22891 8.8535156,7.2070312 8.8699827,7.1851539 10.141328,7.1679688 11.679688,7.1679688 l 2.796874,0 0,-0.796875 -5.6757808,0 -0.044922,-0.65625 A 2.8996713,2.8817272 0 0 0 10.832031,2.9550781 2.8996713,2.8817272 0 0 0 7.9316406,0.07226562 Z m 0,1.27148438 A 1.5926131,1.5567253 0 0 1 9.5234375,2.9003906 1.5926131,1.5567253 0 0 1 7.9316406,4.4570312 1.5926131,1.5567253 0 0 1 6.3378906,2.9003906 1.5926131,1.5567253 0 0 1 7.9316406,1.34375 Z"
style="fill:#3465a4;stroke:#ffffff;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,96 @@
<?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="3.175mm"
height="3.175mm"
viewBox="0 0 3.175 3.175"
version="1.1"
id="svg8778"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="gimp-attach.svg">
<defs
id="defs8772" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="33.224981"
inkscape:cy="-26.106702"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1366"
inkscape:window-height="741"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<metadata
id="metadata8775">
<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
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-68.716071,-166.14465)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-92.415193,119.31341)"
style="display:inline"
id="gimp-attach-12"
inkscape:label="gimp-attach-12"
inkscape:export-filename="/home/jehan/dev/src/gimp/icons/Color/12/gimp-attach.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
transform="matrix(1.0008752,0,0,1,-80.602729,39.207051)"
id="g6189">
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99956268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 699.9902,139.2929 h -9.99125 l 4.99573,8.00001 z"
id="path6175"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="ccccc"
style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99956268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 689.99894,148.2929 -10e-5,-2 h 9.99135 v 2 z"
id="path6173"
inkscape:connector-curvature="0" />
</g>
<rect
inkscape:export-ydpi="95.916092"
inkscape:export-xdpi="95.916092"
inkscape:export-filename="/home/aryeom/Desktop/Projects/GIMP-icon-attach_detach/attach12.png"
y="176.99995"
x="609.00006"
height="12"
width="12"
id="rect11899-9-8"
style="display:inline;fill:none;stroke:none;stroke-width:0.75" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,151 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
width="16"
height="16"
id="svg2"
viewBox="0 0 16 15.999999"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-business-card.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview1697"
showgrid="true"
inkscape:zoom="4.1337458"
inkscape:cx="-0.3815775"
inkscape:cy="-4.0297809"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4157" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386" />
<g
id="g4260">
<rect
y="0"
x="0"
height="16"
width="16"
id="rect4242"
style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.80000001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="matrix(0.99995479,0,0,1.000002,1.2518391e-5,-1.5658474e-5)"
id="g4296">
<g
style="display:inline"
transform="matrix(1.0000297,0,0,0.99913445,-349.27423,64.972788)"
id="template">
<g
style="enable-background:new"
transform="matrix(0.18716422,0,0,0.17557411,341.45688,-65.660281)"
id="g4246">
<path
style="color:#000000;fill:#eeeeec;fill-opacity:1;stroke:#396db1;stroke-width:5.67699289"
d="m 53.654979,17.835941 c -5.046255,0 -9.105893,4.059639 -9.105893,9.105892 v 44.515095 c 0,5.046256 4.059638,9.105893 9.105893,9.105893 h 61.598841 c 5.04626,0 9.10589,-4.059637 9.10589,-9.105893 V 26.941833 c 0,-5.046253 -4.05963,-9.105892 -9.10589,-9.105892 z"
id="path9501-4-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccssss" />
</g>
</g>
<g
transform="matrix(0.99983241,0,0,0.99804861,0.00437674,-1.4742087)"
id="g4111">
<g
id="g4826"
transform="matrix(0.83398328,0,0,1.0518199,0.37910829,-1.4266322)">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cczcczc"
id="path4308"
d="M 7.6775054,14.989937 H 4.3952646 c -0.9299683,0 -1.8506764,-0.339668 -2.1881602,-1.307782 C 1.8866232,12.762815 2.1524003,11.0121 4.2311526,9.5953356 h 3.883985 c 2.0787524,1.3077814 2.3385304,3.0962914 1.8599362,4.1413094 -0.487572,1.064621 -1.3128961,1.253292 -2.2975684,1.253292 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.3088493px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.21518986;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.30884925px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 7.6267926,14.686845 -3.2472247,-0.0068 c -0.8168692,0 -1.6256044,-0.298359 -1.9220449,-1.148735 C 2.1760174,12.723776 2.486834,11.185976 4.3127778,9.9415135 L 7.8791342,9.8665774 C 9.705077,11.015312 10.058491,12.58631 9.6312639,13.579163 9.2040361,14.572015 8.5806069,14.680034 7.6267926,14.686845 Z"
id="path4314"
sodipodi:nodetypes="cczcczc" />
</g>
<g
id="g4822"
transform="matrix(0.88172237,0,0,0.88526497,0.11512501,0.89010591)">
<ellipse
ry="2.6700549"
rx="2.6804965"
transform="scale(-1,1)"
cy="8.0150986"
cx="-6.0910892"
id="path4320"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:0.3088493px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="2.341892"
rx="2.3510501"
cy="8.0151024"
cx="-6.091083"
transform="scale(-1,1)"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.19620254;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.30884957px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path4322" />
</g>
</g>
<rect
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.44721359;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4260"
width="4"
height="1"
x="10"
y="4" />
<rect
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.44721359;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4260-3"
width="4"
height="1"
x="10"
y="6" />
<rect
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.44721359;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="rect4260-6"
width="4"
height="1"
x="10"
y="8" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,144 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-cap-butt.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="7.4809706"
inkscape:cx="7.7524609"
inkscape:zoom="19.703222"
inkscape:window-height="788"
inkscape:window-width="1056"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="613"
inkscape:window-y="255"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="0"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid79" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g99">
<rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="rect18281"
width="16"
height="16"
x="-3.3499998e-07"
y="5.2749999e-07" />
<g
transform="translate(0,-2)"
id="g92">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path18283"
d="M 2.333333,15.640934 V 6.3591339 h 11.333333 v 9.2818001"
style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.66666675px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path40404"
d="M 3.0403997,15.431667 V 7.0820672 H 13.0066 v 8.3495998"
style="opacity:0.5;fill:#729fcf;fill-opacity:0;fill-rule:evenodd;stroke:#eeeeec;stroke-width:0.59294248px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.49647447;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4035"
width="2"
height="10"
x="7"
y="6"
inkscape:transform-center-x="1.5199021"
inkscape:transform-center-y="-0.41594517" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,143 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-cap-round.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="9.5978709"
inkscape:cx="8.7744488"
inkscape:zoom="19.703222"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid79" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g4076">
<g
id="cap_round"
style="display:inline"
transform="matrix(0.66666667,0,0,0.63969292,-160,-695.9859)">
<rect
y="1088"
x="240"
height="24"
width="24"
id="rect18308"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccscc"
id="path18310"
d="m 243.44,1111.5 0.04,-13 c 0,-6 2.5,-10 8.5,-10 6,0 8.5,4 8.54,10 l -0.04,13"
style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
d="m 244.5,1112.5 0.04,-13 c -0.0625,-6 1.5625,-10 7.5,-10 5.6875,0 7.5,4 7.54,10 l -0.04,13"
id="path10867"
sodipodi:nodetypes="ccscc" />
</g>
<rect
y="5"
x="7"
height="10"
width="2"
id="rect4035"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.49647447;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,146 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-cap-square.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="6.2356005"
inkscape:cx="3.4380191"
inkscape:zoom="19.703222"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px">
<inkscape:grid
type="xygrid"
id="grid79" />
</sodipodi:namedview>
<defs
id="defs3" />
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g4176"
transform="scale(1.0000362,1)">
<g
id="cap_square"
style="display:inline"
transform="matrix(0.66664253,0,0,0.66664253,-127.99537,-725.30707)">
<rect
y="1088"
x="192"
height="24"
width="24"
id="rect18295"
style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
id="path18297"
d="m 195.48,1111.5 -0.04,-23 h 17.04 l 0.04,23"
style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.5;fill:#729fcf;fill-opacity:0;fill-rule:evenodd;stroke:#eeeeec;stroke-width:0.88941371px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
d="m 196.4447,1110.969 v -21.524 h 14.9493 v 21.524"
id="path10843"
sodipodi:nodetypes="cccc" />
</g>
<rect
inkscape:transform-center-y="-0.41594517"
inkscape:transform-center-x="1.5199021"
y="6"
x="6.9997468"
height="10"
width="1.9999276"
id="rect4035"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.49646544;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-center.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="15.586539"
inkscape:cy="7.488086"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid14" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4053">
<rect
rx="0"
y="1036.3622"
x="0"
height="16"
width="16"
id="rect28186-4"
style="fill:none;stroke:none" />
<rect
y="1036.3622"
x="0"
height="16"
width="16"
id="rect6884"
style="opacity:0.3;fill:none;stroke:none" />
<path
inkscape:connector-curvature="0"
id="path8334"
d="m 3.2980203,1041.0011 a 0.54847387,0.55714191 0 0 0 -0.1210378,0.013 0.54847387,0.55714191 0 0 0 -0.2742096,0.9575 l 1.7973574,1.8256 H 0.13818391 v 1.1142 H 4.704415 l -1.8016421,1.8301 a 0.55745795,0.56626796 0 1 0 0.7883524,0.8007 l 2.7420952,-2.7854 0.377038,-0.4003 -0.377038,-0.4005 -2.7420952,-2.7854 a 0.54847387,0.55714191 0 0 0 -0.393105,-0.1696 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.27636784;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path8334-7"
d="m 12.702044,1041.0011 a 0.54847387,0.55714191 0 0 1 0.121038,0.013 0.54847387,0.55714191 0 0 1 0.27421,0.9575 l -1.797358,1.8256 h 4.561947 v 1.1142 H 11.29565 l 1.801642,1.8301 a 0.55745795,0.56626796 0 1 1 -0.788353,0.8007 l -2.7420949,-2.7854 -0.377038,-0.4003 0.377038,-0.4005 2.7420949,-2.7854 a 0.54847387,0.55714191 0 0 1 0.393105,-0.1696 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.27636784;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path8334-7-2"
d="m 4.6385263,1039.6602 a 0.55714191,0.54847387 0 0 1 0.013,-0.1211 0.55714191,0.54847387 0 0 1 0.9574998,-0.2742 l 1.8256,1.7974 v -4.562 h 1.1142 v 4.5663 l 1.8300999,-1.8017 a 0.56626796,0.55745795 0 1 1 0.8007,0.7884 l -2.7853999,2.7421 -0.4003,0.377 -0.4005,-0.377 -2.7853998,-2.7421 a 0.55714191,0.54847387 0 0 1 -0.1696,-0.3931 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.27636784;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path8334-7-2-5"
d="m 4.6385263,1049.0641 a 0.55714191,0.54847387 0 0 0 0.013,0.1211 0.55714191,0.54847387 0 0 0 0.9574998,0.2742 l 1.8256,-1.7974 v 4.562 h 1.1142 v -4.5663 l 1.8300999,1.8017 a 0.56626796,0.55745795 0 1 0 0.8007,-0.7884 l -2.7853999,-2.7421 -0.4003,-0.377 -0.4005,0.377 -2.7853998,2.7421 a 0.55714191,0.54847387 0 0 0 -0.1696,0.3931 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#fcaf3e;fill-opacity:1;stroke:#ce5c00;stroke-width:0.27636784;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,281 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-alpha.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="8.4756524"
inkscape:cx="7.61018"
inkscape:zoom="24.704543"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient4134">
<stop
id="stop4136"
offset="0"
style="stop-color:#d6d7d5;stop-opacity:1;" />
<stop
style="stop-color:#d1d2d0;stop-opacity:1;"
offset="0.25"
id="stop4148" />
<stop
style="stop-color:#a5a6a3;stop-opacity:1.0000000;"
offset="0.50000000"
id="stop4142" />
<stop
id="stop4138"
offset="1"
style="stop-color:#dddedc;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4134"
id="linearGradient3596"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.622944,0,0,0.618533,6.55283,-0.00879974)"
x1="9.3030529"
y1="26.71875"
x2="38.826412"
y2="26.71875" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3590-6"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.622768,0,0,0.616853,6.55454,1.31626)"
x1="34.244171"
y1="17.695425"
x2="34.244171"
y2="29.91827" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3584"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.622768,0,0,0.616853,6.55454,1.845)"
x1="16.07143"
y1="19.5"
x2="16.035715"
y2="31.75" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4314">
<g
transform="matrix(0.63450179,0,0,0.69458935,-5.6696044,-3.4733981)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient3596);fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient3590-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="M 28.887273,8.524194 C 28.196552,7.916527 27.612506,7.731515 27,7.433743 l 0.188727,11.527631 1.698546,1.993968 z"
id="path3245"
sodipodi:nodetypes="ccccc" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc"
id="path6922"
d="m 15.139846,12.375547 0.222416,10.354311 2.846942,0.793096 -0.08897,-10.310249 c 0,0 1.207451,-0.05452 3.298174,-0.186706 -4.04636,-0.03083 -6.689424,-0.973498 -8.146872,-2.368826 0.882401,1.290564 1.868306,1.718374 1.868306,1.718374 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient3584);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
y="0.35610938"
x="0.34034684"
height="15.287782"
width="15.319307"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68069369;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,199 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-blue.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="7.1155743"
inkscape:cx="4.969983"
inkscape:zoom="37.882927"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4250">
<g
style="fill:#3465a4"
transform="matrix(0.63450124,0,0,0.69459044,-5.6699386,-3.4733724)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
y="0.34068239"
x="0.34068263"
height="15.318635"
width="15.318635"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68136525;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,220 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-gray.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="6.7561197"
inkscape:cx="-2.1149723"
inkscape:zoom="22.981112"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4314">
<g
transform="matrix(0.63449913,0,0,0.69458915,-5.6695722,-3.4729625)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
y="0.34068239"
x="0.34068263"
height="15.318635"
width="15.318635"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68136525;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,199 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-green.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="7.8942892"
inkscape:cx="1.7981448"
inkscape:zoom="37.882927"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4250">
<g
style="fill:#3465a4"
transform="matrix(0.63450124,0,0,0.69459044,-5.6699386,-3.4733724)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
y="0.34068239"
x="0.34068263"
height="15.318635"
width="15.318635"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68136525;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -0,0 +1,229 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-indexed.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="5.3079196"
inkscape:cx="8.0290103"
inkscape:zoom="22.981112"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095-9"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(0.72679317,0,0,0.31115485,-9.5837955,-4.5410585)"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="matrix(0.39479932,0,0,0.37886712,-1.5099397,-2.1987974)"
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-9"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title></dc:title>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4323">
<g
transform="matrix(0.63449913,0,0,0.69458915,-5.6695722,-3.4729625)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
</g>
<g
transform="matrix(4.275971,0,0,2.237021,-677.77458,-539.19759)"
id="g4057">
<path
inkscape:connector-curvature="0"
id="rect145_1_"
d="m 160.15009,244.20423 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15797 v 0.35668 c 0,0.0872 -0.0707,0.15791 -0.15794,0.15791 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15791 v -0.35668 c 0,-0.0872 0.0707,-0.15797 0.15797,-0.15797 z"
style="fill:#73d216;fill-opacity:1;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect146_1_"
d="m 160.15009,242.46959 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15797 v 0.35668 c 0,0.0872 -0.0707,0.15791 -0.15794,0.15791 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15791 v -0.35668 c 0,-0.0872 0.0707,-0.15797 0.15797,-0.15797 z"
style="fill:#f57900;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect147_3_"
d="m 160.15019,245.0715 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15791 v 0.35665 c 0,0.0872 -0.0707,0.15797 -0.15794,0.15797 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15797 v -0.35665 c 0,-0.0872 0.0707,-0.15791 0.15797,-0.15791 z"
style="fill:#3465a4;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect302_1_"
d="m 160.15009,241.6023 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15791 v 0.35668 c 0,0.0872 -0.0707,0.15794 -0.15794,0.15794 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15794 v -0.35668 c 0,-0.0872 0.0707,-0.15791 0.15797,-0.15791 z"
style="fill:#edd400;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect306_1_"
d="m 160.15009,243.33694 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15794 v 0.35664 c 0,0.0872 -0.0707,0.15795 -0.15794,0.15795 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15795 v -0.35664 c 0,-0.0873 0.0707,-0.15794 0.15797,-0.15794 z"
style="fill:#c17d11;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect147_2_"
d="m 160.17634,245.9171 h 0.35665 c 0.0872,0 0.15794,0.0707 0.15794,0.15791 v 0.35665 c 0,0.0873 -0.0707,0.15797 -0.15794,0.15797 h -0.35665 c -0.0873,0 -0.15797,-0.0707 -0.15797,-0.15797 v -0.35665 c 0,-0.0872 0.0707,-0.15791 0.15797,-0.15791 z"
style="fill:#75507b;stroke-width:0.02929395" />
<path
inkscape:connector-curvature="0"
id="rect182_1_"
d="m 160.19011,246.76467 h 0.35665 c 0.0872,0 0.15794,0.0708 0.15794,0.15797 v 0.35668 c 0,0.0872 -0.0707,0.15797 -0.15794,0.15797 h -0.35665 c -0.0873,0 -0.15797,-0.0708 -0.15797,-0.15797 v -0.35668 c 0,-0.0872 0.0707,-0.15797 0.15797,-0.15797 z"
style="fill:#cc0000;stroke-width:0.02929395" />
</g>
<rect
y="0.34068239"
x="0.34068263"
height="15.318635"
width="15.318635"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68136525;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<ellipse
ry="2.0837691"
rx="5.0759912"
cy="3.1324041"
cx="7.9652443"
id="path3364-0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095-9);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-9);stroke-width:0.66386402;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,220 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel-red.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="7.1155743"
inkscape:cx="4.9737474"
inkscape:zoom="37.882927"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4298">
<g
transform="matrix(0.63450124,0,0,0.69459044,-5.6699386,-3.4733724)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<rect
y="0.34068239"
x="0.34068263"
height="15.318635"
width="15.318635"
id="rect4060"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#bebebe;stroke-width:0.68136525;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,295 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channel.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="8.4437784"
inkscape:cx="-0.31747965"
inkscape:zoom="22.981112"
inkscape:window-height="752"
inkscape:window-width="1440"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="105"
inkscape:window-y="598"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="0"
inkscape:document-units="px" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594-90"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient7919"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095-74"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-91"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594-8"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient4052"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095-6"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-6-9"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4359">
<rect
y="0"
x="0"
height="16"
width="16"
id="rect4345"
style="opacity:0;fill:#73d216;fill-opacity:1;stroke:none;stroke-width:1.15137124;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(1.0000166,0,0,0.99938959,3.7418219e-4,0.00970211)"
id="g4343">
<g
id="g4006-6"
transform="matrix(0.63448165,0,0,0.40990653,-5.6697682,4.507915)">
<path
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#323232;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
id="path3068-54"
sodipodi:nodetypes="csszssz"
inkscape:connector-curvature="0" />
<ellipse
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)"
id="path3241-65"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594-90);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
cx="24"
cy="14.071428"
rx="12.857142"
ry="5.5" />
<path
sodipodi:nodetypes="csszssz"
id="path4174-10"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7919);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<ellipse
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095-74);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-91);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3364-6"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
cx="24"
cy="14.071428"
rx="12.857142"
ry="5.5" />
</g>
<g
id="g4006-9"
transform="matrix(0.63450278,0,0,0.43087365,-5.6700237,-2.1642732)">
<path
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#d2d2d2;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
id="path3068-0"
sodipodi:nodetypes="csszssz"
inkscape:connector-curvature="0" />
<ellipse
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)"
id="path3241-8-5"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594-8);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
cx="24"
cy="14.071428"
rx="12.857142"
ry="5.5" />
<path
sodipodi:nodetypes="csszssz"
id="path4174-0-2"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4052);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<ellipse
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095-6);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-6-9);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3364-4-4"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
cx="24"
cy="14.071428"
rx="12.857142"
ry="5.5" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,414 @@
<?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="16"
height="16"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-channels.svg"
version="1.0"
viewBox="0 0 16 16">
<sodipodi:namedview
inkscape:cy="6.8859593"
inkscape:cx="2.7323709"
inkscape:zoom="26.787274"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="svg11300"
width="16px"
height="16px"
showgrid="false"
inkscape:window-maximized="1"
inkscape:document-units="px"
showguides="true" />
<defs
id="defs3">
<linearGradient
id="linearGradient3247">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
id="stop3249" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
id="stop3251" />
</linearGradient>
<linearGradient
id="linearGradient3233">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop3235" />
<stop
style="stop-color:#a3a398;stop-opacity:1;"
offset="1"
id="stop3237" />
</linearGradient>
<linearGradient
id="linearGradient8089">
<stop
style="stop-color:black;stop-opacity:0.2783505;"
offset="0"
id="stop8091" />
<stop
style="stop-color:#a8a8a8;stop-opacity:0;"
offset="1"
id="stop8093" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594-9"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589"
gradientTransform="matrix(0.42509301,0,0,0.15247051,-2.3502363,8.075187)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095-1"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(0.79516445,0,0,0.13418232,-11.435958,2.658068)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-8"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589"
gradientTransform="matrix(0.43193909,0,0,0.16338254,-2.6025737,3.668144)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient4051"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4121589,0,0,0.17681666,-2.1258678,3.3559979)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594-6"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient8089"
id="radialGradient8095-12"
cx="24.225998"
cy="30.479609"
fx="24.225998"
fy="30.479609"
r="13.354399"
gradientTransform="matrix(1.840918,0,0,0.821277,-20.45053,-6.182276)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-6"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient4169"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3594-2"
gradientUnits="userSpaceOnUse"
x1="24"
y1="17.245949"
x2="23.433737"
y2="8.0476589" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3247"
id="linearGradient3592-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.593728,0,0,0.590305,7.25337,0.782569)"
x1="17.160095"
y1="14.004482"
x2="37.969398"
y2="56.575912" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3233"
id="linearGradient3588-3"
gradientUnits="userSpaceOnUse"
x1="23.433737"
y1="15.75864"
x2="23.433737"
y2="8.0476589" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
id="namedview71" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer" />
<g
id="g4453">
<rect
y="0"
x="0"
height="16"
width="16"
id="rect4432"
style="opacity:0;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.7769056;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(0.63463732,0,0,0.30206068,-5.6720608,7.4548347)"
id="g4006">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<ellipse
id="path3241-4"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594-9);stroke-width:0.45599666;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
cx="7.8519959"
cy="10.220665"
rx="5.4654813"
ry="0.83858776" />
<path
sodipodi:nodetypes="csszssz"
id="path4174-3"
d="m 7.7437329,5.0685649 c -3.0201999,0 -5.4759512,0.4620071 -5.4759519,1.0303452 0,0.040783 0,3.8698136 0,3.9122859 0,0.568339 2.455752,1.030345 5.4759519,1.030345 3.0201991,0 5.5737361,-0.462006 5.5737351,-1.030345 0,-0.03364 0,-3.878645 0,-3.9122859 0,-0.5683385 -2.553536,-1.0303452 -5.5737351,-1.0303452 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4051);stroke-width:0.45599693;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<ellipse
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095-1);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-8);stroke-width:0.45599654;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3364-4"
cx="7.7639642"
cy="5.9671698"
rx="5.5535021"
ry="0.89860398" />
<g
style="fill:#73d216"
transform="matrix(0.63463732,0,0,0.30206068,-5.6720608,2.9978778)"
id="g4006-6">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068-4"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594-2);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241-0"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3592-3);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174-8"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364-2"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:#73d216;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-3);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
<g
transform="matrix(0.6345003,0,0,0.3019819,-5.6703696,-1.4401822)"
id="g4006-35">
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="csszssz"
id="path3068-37"
d="m 21.464547,5.500002 c -4.895979,0 -8.876945,1.7334382 -8.876946,3.8658299 0,0.1530151 0,14.1442051 0,14.3035631 0,2.132392 3.980966,3.865829 8.876946,3.865829 4.895981,0 9.035466,-1.733438 9.035464,-3.865829 0,-0.126218 0,-14.177345 0,-14.3035631 0,-2.1323917 -4.139483,-3.8658299 -9.035464,-3.8658299 z"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.23626374;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3594-6);stroke-width:1.79112864;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path3241-7"
transform="matrix(0.61236,0,0,0.509025,6.93016,16.53765)" />
<path
inkscape:connector-curvature="0"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5443038;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4169);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 21.470844,6.4999985 c -4.350694,0 -7.888282,1.5424173 -7.888283,3.4398227 0,0.1361548 0,12.9194288 0,13.0612248 0,1.897408 3.537589,3.439823 7.888283,3.439823 4.350692,0 8.029144,-1.542415 8.029142,-3.439823 0,-0.112308 0,-12.948914 0,-13.0612248 0,-1.8974064 -3.67845,-3.4398227 -8.029142,-3.4398227 z"
id="path4174-1"
sodipodi:nodetypes="csszssz" />
<ellipse
ry="5.5"
rx="12.857142"
cy="14.071428"
cx="24"
transform="matrix(0.622222,0,0,0.545455,6.56666,1.824673)"
id="path3364-45"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.77319587;fill:url(#radialGradient8095-12);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3588-6);stroke-width:1.71651447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
version="1.1"
width="16"
height="16"
id="svg2"
viewBox="0 0 16 16"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-char-picker.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview1697"
showgrid="true"
inkscape:zoom="41.7193"
inkscape:cx="9.1125793"
inkscape:cy="9.1357223"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4244" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:contributor>
<cc:Agent>
<dc:title>many unknown and unnamed, Andrew Chadwick, Alexandre Prokoudine, Aryeom Han, Benoit Touchette, Jakub Steiner, Jehan, Johannes Matschke, Kevin Payne, Klaus Staedtler, Marek Dvoroznak, Michael Natterer</dc:title>
</cc:Agent>
</dc:contributor>
<dc:description>Enhanced, extended tango-art-libre for GIMP</dc:description>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7386">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4710"
id="radialGradient4716"
cx="24.500004"
cy="29.500004"
fx="24.500004"
fy="29.500004"
r="15.095438"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.79378124,0,0,0.77381528,-27.443955,-12.510759)" />
<linearGradient
id="linearGradient4710">
<stop
style="stop-color:#f2f4f1;stop-opacity:1;"
offset="0"
id="stop4712" />
<stop
style="stop-color:#d3d7cf;stop-opacity:1;"
offset="1"
id="stop4714" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4728"
id="linearGradient4734"
x1="24.095442"
y1="12.595438"
x2="24.095442"
y2="34.09544"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.366165,0,0,0.35695485,-16.819212,-0.06895778)" />
<linearGradient
id="linearGradient4728">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop4730" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="1"
id="stop4732" />
</linearGradient>
</defs>
<g
id="g4246">
<rect
y="2.2562597e-07"
x="-4.6259294e-18"
height="16"
width="16"
id="rect4256"
style="opacity:0.75;fill:none;fill-opacity:1;stroke:none;stroke-width:0.05823249;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
ry="1.6708581"
rx="1.6708583"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="1.1819154"
x="1.1819154"
height="13.636169"
width="13.636168"
id="rect2960"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.36383069;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<rect
transform="scale(-1,1)"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4716);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4734);stroke-width:0.36383075;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="rect3835"
width="10.688677"
height="10.419825"
x="-13.340646"
y="2.2512484"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1.309698"
ry="1.2767552" />
<path
inkscape:connector-curvature="0"
id="text4736"
d="M 11.107466,10.367229 H 10.334264 V 9.8737915 c -0.30822,0.3988935 -0.7147494,0.5983395 -1.2195874,0.5983395 -0.403873,0 -0.7240477,-0.106197 -0.9605247,-0.318597 C 7.920331,9.938546 7.8034206,9.6523273 7.803421,9.2948764 7.8034206,9.051397 7.8512475,8.8402944 7.9469021,8.6615677 8.0452127,8.4828442 8.19135,8.337792 8.3853156,8.2264104 8.5819365,8.1150335 8.8370134,8.0399168 9.150547,8.0010615 L 10.334264,7.8456482 C 10.334261,7.5400051 10.26783,7.3107706 10.134985,7.1579448 10.004787,7.005125 9.8094939,6.9287138 9.5491049,6.9287101 9.3338819,6.9287138 9.104047,6.9688619 8.8595994,7.0491554 8.6178066,7.1294556 8.4012571,7.2460155 8.2099501,7.3988351 v -0.76541 C 8.7068179,6.3899483 9.1744586,6.268208 9.6128744,6.2682041 c 0.4835816,3.9e-6 0.8529106,0.1308099 1.1079916,0.3924183 0.25773,0.2616156 0.386597,0.632017 0.3866,1.1112046 v 2.595402 M 10.334264,8.863605 V 8.4090211 c -0.6642653,0.082888 -1.0389094,0.1308078 -1.1239336,0.1437571 -0.08237,0.012954 -0.1846666,0.04533 -0.3068893,0.097133 -0.1195687,0.051806 -0.2045945,0.1204469 -0.2550772,0.2059226 -0.047828,0.085478 -0.071741,0.2098091 -0.07174,0.3729917 -1.1e-6,0.1839065 0.066426,0.3341391 0.199279,0.4506993 C 8.9114109,9.7934942 9.0881044,9.85048 9.3059847,9.850479 9.5770017,9.85048 9.8161363,9.755936 10.023388,9.5668491 10.230636,9.377764 10.334261,9.1433495 10.334264,8.8636045 M 10.669053,4.4964934 9.5969318,5.7708816 H 9.0668497 L 9.9317206,4.4964934 h 0.7373324"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.15084457px;line-height:100%;font-family:Segoe;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.36383072px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.48888891;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.36383066;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="rect4740"
width="12.936156"
height="12.936156"
x="1.5319206"
y="1.531921"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1.3035502"
ry="1.270762" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,205 @@
<?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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-clipboard.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15234"
id="linearGradient15240"
x1="25.404572"
y1="3.8180194"
x2="25.464211"
y2="9.3233509"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.052632,0,0,1,-1.789474,0)" />
<linearGradient
id="linearGradient15234">
<stop
style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop15236" />
<stop
id="stop15242"
offset="0.50000000"
style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop15238" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15234"
id="linearGradient2283"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.538743,0,0,0.511806,10.8008,-0.58264)"
x1="25.404572"
y1="3.8180194"
x2="25.404572"
y2="6.481061" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="25.773396"
inkscape:cx="-6.1935958"
inkscape:cy="-0.63379216"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1860"
inkscape:window-height="1016"
inkscape:window-x="50"
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4287" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
style="display:inline"
id="gimp-layer"
inkscape:export-xdpi="269.99994"
inkscape:export-ydpi="269.99994"
transform="translate(6.6912468e-8,1036.3622)">
<rect
y="0.20775324"
x="0.20775312"
height="15.584494"
width="15.584494"
id="rect4002"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.41550624;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
<g
id="g3216"
transform="matrix(0.39963131,0,0,0.34748431,-1.5840215,1036.3623)">
<rect
ry="1.3879364"
rx="1.3879371"
y="4.5"
x="4.4643173"
height="41.045437"
width="39.035683"
id="rect12368"
style="opacity:1;fill:#c68827;fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0.98387533"
rx="0.98387533"
y="0"
x="18"
height="4"
width="12"
id="rect13756"
style="opacity:1;fill:#5c5c5c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="0.47879848"
rx="0.47879848"
y="5.4307775"
x="5.4393425"
height="39.092987"
width="37.085655"
id="rect15974"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;fill:url(#linearGradient15240);fill-opacity:1;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2285"
width="18.947376"
height="7"
x="14.526322"
y="3.5"
rx="1.3879377"
ry="1.3879364" />
<rect
style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2281"
width="9.6973763"
height="3.5826404"
x="19.151323"
y="1.2086792"
rx="0.32543635"
ry="0.32543635" />
</g>
<g
id="g4247"
transform="matrix(1.0009999,0,0,1.0016415,1.4908023,1.7968553)">
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99907821;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="rect19170"
width="8.990613"
height="7.9870687"
x="0.009387265"
y="1037.3622" />
</g>
<g
id="g4247-3"
transform="matrix(1.0009999,0,0,1.0016415,5.4908023,3.7968553)">
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.99907821;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="rect19170-6"
width="8.990613"
height="7.9870687"
x="0.009387265"
y="1037.3622" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -0,0 +1,256 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-close-all.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
id="linearGradient2065">
<stop
style="stop-color:#555753"
offset="0"
id="stop2067" />
<stop
style="stop-color:#fcaf3e"
offset="1"
id="stop2069" />
</linearGradient>
<linearGradient
id="linearGradient4928">
<stop
id="stop4930"
offset="0"
style="stop-color:#fce94f;stop-opacity:1;" />
<stop
id="stop4932"
offset="1"
style="stop-color:#fce94f;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4616">
<stop
style="stop-color:#2e3436;stop-opacity:1;"
offset="0"
id="stop4618" />
<stop
style="stop-color:#2e3436;stop-opacity:0;"
offset="1"
id="stop4620" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4928"
id="radialGradient4915-6"
cx="-6.0070167"
cy="32.837029"
fx="-6.0070167"
fy="32.837029"
r="9.90625"
gradientTransform="matrix(0.462962,0,0,0.44272,14.86446,6.713194)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2065"
id="linearGradient4045"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.462962,0,0,0.466802,21.0145,5.928547)"
x1="-11.986486"
y1="13.122552"
x2="-11.986486"
y2="29.726542" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4616"
id="linearGradient4047"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.462962,0,0,0.461866,4.347921,5.985305)"
x1="25.355263"
y1="34.006802"
x2="25.355263"
y2="32.409008" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.73877"
inkscape:cx="9.7343465"
inkscape:cy="12.273932"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4277" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g4335">
<g
transform="matrix(1.0019641,0,0,1.024312,0.00852164,-24.307233)"
id="g3976-3-4">
<g
transform="matrix(0.69565065,0,0,0.80000484,24.148475,1040.5518)"
id="g4028-9-9">
<g
transform="translate(-38.71351,-12.237062)"
id="g2403-3-0">
<path
id="rect2063-4-2"
transform="matrix(1.4346853,0,0,1.2203239,3.9877753,5.9154639)"
d="M 5.734375 4.4101562 L 7.6308594 6.2148438 A 0.90577965 0.90395022 2.7469447 1 1 6.3808594 7.5234375 L 4.03125 5.2851562 L 2.3476562 7.0683594 L 2.3476562 13.423828 C 2.3476562 13.515562 2.4120218 13.589844 2.4902344 13.589844 L 13.509766 13.589844 C 13.587978 13.589844 13.652344 13.515562 13.652344 13.423828 L 13.652344 4.5761719 C 13.652344 4.4844382 13.587978 4.4101562 13.509766 4.4101562 L 5.734375 4.4101562 z "
style="opacity:1;fill:none;fill-opacity:1;stroke:#888a85;stroke-width:0.75575954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
</g>
<g
transform="matrix(0.99999942,0,0,1.0000436,1.627693e-6,-0.04588736)"
id="g4138" />
<g
transform="matrix(1.0019641,0,0,1.024312,2.0083336,-22.307513)"
id="g3976-3">
<g
transform="matrix(0.69565065,0,0,0.80000484,24.148475,1040.5518)"
id="g4028-9">
<g
transform="translate(-38.71351,-12.237062)"
id="g2403-3">
<g
id="g3799-7"
transform="matrix(0.557846,0,0,0.461866,-85.36183,64.50698)"
inkscape:r_cx="true"
inkscape:r_cy="true"
style="opacity:0.58241763" />
<rect
style="opacity:1;fill:url(#linearGradient4045);fill-opacity:1;stroke:#888a85;stroke-width:0.99999893;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2063-4"
width="16.216183"
height="11.203236"
x="7.3571453"
y="11.296763"
rx="0.20254599"
ry="0.20206636" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4915-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 11.79411,16.401215 c -2.392951,0.151471 -4.296871,2.150075 -4.296871,4.575364 0,0.09366 0.00889,0.181964 0.014468,0.274234 h 9.143509 c 0.0056,-0.09227 0.01447,-0.180574 0.01447,-0.274234 0,-2.523879 -2.056354,-4.575364 -4.586223,-4.575364 -0.09882,0 -0.192077,-0.0062 -0.289351,0 z"
id="path4898-0"
inkscape:r_cx="true"
inkscape:r_cy="true"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:url(#linearGradient4047);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1324-7"
width="15.740722"
height="0.92373294"
x="7.5886593"
y="21.226898"
rx="0"
ry="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 18.031043,21.675958 c 0,0 -0.257213,-1.424098 -0.257213,-2.296525 0.0071,-0.39799 3.604954,-3.498458 3.614237,-3.960285 l -0.836462,0.727219 -0.585726,-1.589717 1.974613,0.204118 0.925925,-0.923733 -1.048689,0.768044 -0.360661,-0.08165 -0.4425,-1.610129 0.22506,1.569306 -1.63441,-0.08165 0.511509,1.29875 -1.416971,-1.400809 1.498813,1.949752 c 3.7e-5,0.43486 -2.954107,3.089518 -2.949079,2.631777 L 16.024282,17.241 l -0.102301,-2.216308 0.925925,-0.263924 0.811179,-1.99555 -1.069313,1.844378 -0.834796,-0.03774 -1.868696,-1.574507 -2.565841,-0.979767 2.192051,1.201894 -1.757172,0.155689 h 2.314813 l 1.388887,1.385599 0.163681,2.393383 -2.478493,-2.393383 1.042268,1.250322 -1.505231,1.05901 1.653439,-0.923733 2.615524,3.286696 -0.1023,2.242895 h 1.183137 z"
id="path2079-2"
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path4924-8"
d="m 11.925565,18.563623 c -1.305803,0.08266 -2.344749,1.17327 -2.344749,2.49672 0,0.05111 0.00485,0.0993 0.00789,0.149646 h 4.989498 c 0.003,-0.05035 0.0079,-0.09854 0.0079,-0.149646 0,-1.377249 -1.122129,-2.49672 -2.502647,-2.49672 -0.05393,0 -0.104814,-0.0034 -0.157896,0 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#fef39e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
inkscape:connector-curvature="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#fffbd7;fill-opacity:0.55681817;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
d="m 11.963041,19.163267 c -0.995873,0.06304 -1.788226,0.894796 -1.788226,1.904128 0,0.03898 0.0037,0.07573 0.006,0.114127 h 3.805249 c 0.0023,-0.0384 0.006,-0.07515 0.006,-0.114127 0,-1.050362 -0.855793,-1.904128 -1.908647,-1.904128 -0.04113,0 -0.07994,-0.0026 -0.12042,0 z"
id="path4926-6"
inkscape:r_cx="true"
inkscape:r_cy="true"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<g
transform="matrix(0.97708844,-0.02572862,0.02596958,0.97512904,8.7509474,45.595332)"
id="g7082">
<g
id="g7078" />
</g>
<g
transform="matrix(0.97708844,-0.02572862,0.02596958,0.97512904,8.7509474,45.595332)"
id="g7082-7">
<path
inkscape:connector-curvature="0"
id="path6388-7-7-4-7"
transform="matrix(-0.52318027,-0.52606273,0.52606273,-0.52318027,-31.980627,1027.6939)"
d="M 7.9238281,1.0175781 A 1.2480887,1.2480887 0 0 0 6.71875,2.2714844 L 6.7441406,6.7519531 2.265625,6.75 a 1.2490235,1.2490235 0 1 0 0,2.4980469 h 4.4921875 l 0.025391,4.4941411 a 1.2476247,1.2476247 0 0 0 2.1621094,0.861328 1.2476247,1.2476247 0 0 0 0.3339844,-0.876954 L 9.2539063,9.2480469 H 13.734375 A 1.2477951,1.2477951 0 0 0 14.634766,8.8828125 1.2477951,1.2477951 0 0 0 13.734375,6.7539062 L 9.2402344,6.7519531 9.2148438,2.2597656 A 1.2480887,1.2480887 0 0 0 7.9238281,1.0175781 Z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<g
id="g7078-1" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,113 @@
<?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="12"
height="12"
viewBox="0 0 12 12"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-close.svg"
inkscape:export-filename="/home/klaus/Bilder/icons/Symbolic/hicolor/24x24/apps/gimp-channel.png"
inkscape:export-xdpi="98.181816"
inkscape:export-ydpi="98.181816">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="26.807756"
inkscape:cx="-10.021421"
inkscape:cy="10.887491"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4221" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<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>
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1040.3622)">
<g
id="g4240">
<path
inkscape:connector-curvature="0"
id="rect5232"
d="m 2,1040.3622 c -1.108,0 -2,0.892 -2,2 v 8 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 v -8 c 0,-1.108 -0.892,-2 -2,-2 z m 0.4375,1 h 7.125 c 0.78971,0 1.4375,0.6478 1.4375,1.4375 v 7.125 c 0,0.7897 -0.64779,1.4375 -1.4375,1.4375 H 2.4375 C 1.64779,1051.3622 1,1050.7144 1,1049.9247 v -7.125 c 0,-0.7897 0.64779,-1.4375 1.4375,-1.4375 z"
style="fill:#000000" />
<path
style="fill:#eeeeec;stroke-width:0.83333123"
d="m 2.6666666,1041.3623 c -0.9233333,0 -1.66666661,0.7434 -1.66666661,1.6667 v 6.6666 c 0,0.9232 0.74333331,1.6666 1.66666661,1.6666 H 9.3333334 C 10.256667,1051.3622 11,1050.6188 11,1049.6956 v -6.6666 c 0,-0.9233 -0.743333,-1.6667 -1.6666666,-1.6667 z m 0.3645833,0.8333 h 5.937501 c 0.6580912,0 1.1979151,0.5398 1.1979151,1.1978 v 5.9375 c 0,0.6582 -0.5398239,1.1979 -1.1979151,1.1979 h -5.937501 c -0.6580917,0 -1.1979166,-0.5397 -1.1979166,-1.1979 v -5.9375 c 0,-0.658 0.5398249,-1.1978 1.1979166,-1.1978 z"
id="rect5232-5"
inkscape:connector-curvature="0" />
<g
style="fill:#000000"
inkscape:export-ydpi="72"
inkscape:export-xdpi="72"
inkscape:label="gimp-close"
id="gimp-close"
transform="matrix(0.91040483,0,0,0.91039019,-38.610159,694.04184)">
<path
id="path4934"
transform="matrix(0.87500003,0,0,0.87500003,-292.28642,285.01318)"
d="m 385.4707,111.98438 v 1.52343 l 3.04883,3.04688 -3.04883,3.04883 v 1.52343 h 1.52344 l 3.04883,-3.04883 3.04687,3.04883 h 1.52344 v -1.52343 l -3.04687,-3.04883 3.04687,-3.04688 v -1.52343 h -1.52344 l -3.04687,3.04687 -3.04883,-3.04687 z"
style="fill:#eeeeec;fill-opacity:0.94117647;stroke:#000000;stroke-width:0.89999998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,177 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.92pre1 unknown"
sodipodi:docname="gimp-color-cmyk.svg">
<defs
id="defs30573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="21.73877"
inkscape:cx="26.561238"
inkscape:cy="13.875709"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="809"
inkscape:window-height="428"
inkscape:window-x="90"
inkscape:window-y="117"
inkscape:window-maximized="0"
inkscape:snap-global="false"
showguides="false" />
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3951">
<g
id="g3950">
<rect
style="fill:none;stroke:none"
id="rect28186-4"
width="16"
height="16"
x="0"
y="1036.3622"
rx="0" />
<rect
style="opacity:0.3;fill:none;stroke:none"
id="rect6884"
width="16"
height="16"
x="0"
y="1036.3622" />
<path
style="opacity:0;fill:#000000;fill-opacity:1;stroke:none"
d="m 0,1036.3622 v 16 h 16 v -16 z m 1.1428571,1.1429 H 14.857143 v 13.7142 H 1.1428571 Z"
id="rect6886"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:0.214;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 1,1044.3622 v 7 h 7 v -7 z m 0.921875,0.7832 h 0.7949219 l 1.5175781,2.2481 1.5039062,-2.2481 h 0.7949219 l -1.9335937,2.8633 v 2.6035 H 3.8554688 v -2.6035 z"
id="rect3938" />
<rect
style="opacity:0.75;fill:#00ffff;fill-opacity:1;stroke:none;stroke-width:0.214;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3938-6"
width="7"
height="7"
x="1"
y="1037.3622" />
<rect
style="opacity:0.50800003;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:0.214;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3938-6-3"
width="7"
height="7"
x="8"
y="1037.3622" />
<rect
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.214;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3938-6-3-5"
width="7"
height="7"
x="8"
y="1044.3622" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="1.5"
y="1043.4247"
id="text3999"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4001"
x="1.5"
y="1043.4247">C</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="8.1875"
y="1043.7997"
id="text4003"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4005"
x="8.1875"
y="1043.7997">M</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="8.1875"
y="1050.4872"
id="text4007"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4009"
x="8.1875"
y="1050.4872">K</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:7.85690022px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="1.8122203"
y="1052.7969"
id="text3962"
sodipodi:linespacing="125%"
transform="scale(1.0019472,0.99805657)"><tspan
sodipodi:role="line"
id="tspan3964"
x="1.8122203"
y="1052.7969">Y</tspan></text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,277 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="16"
height="16"
viewBox="0 0 16 16"
id="svg30571"
version="1.1"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-color-pick-from-screen.svg">
<defs
id="defs30573">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2206"
id="linearGradient2212"
x1="25.861118"
y1="26.133587"
x2="18.300278"
y2="19.567596"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.952387,0,0,1.018339,1.142599,-1.941627)" />
<linearGradient
id="linearGradient2206">
<stop
style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2208" />
<stop
style="stop-color:#e8eae6;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2210" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2214"
id="linearGradient2220"
x1="0.0012142062"
y1="24.012266"
x2="47.998764"
y2="24.012266"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.952387,0,0,1.018339,1.142599,-1.941627)" />
<linearGradient
id="linearGradient2214">
<stop
style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2216" />
<stop
style="stop-color:#676964;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2218" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2222"
id="radialGradient2229"
cx="23.994133"
cy="32.266911"
fx="23.994133"
fy="32.266911"
r="19.088932"
gradientTransform="matrix(1.768625,0,0,1.387102,-18.44248,-15.29268)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient2222">
<stop
style="stop-color:#5187d6;stop-opacity:1;"
offset="0"
id="stop2224" />
<stop
style="stop-color:#1e4580;stop-opacity:1;"
offset="1"
id="stop2227" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2238"
id="linearGradient2244"
x1="20.338758"
y1="19.636894"
x2="46.092255"
y2="39.708324"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.952387,0,0,1.015657,1.142599,-0.876325)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2238">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2240" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2242" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2238"
id="linearGradient2231"
x1="35.694206"
y1="37.333858"
x2="15.044075"
y2="5.9588566"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2238"
id="linearGradient7319"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45949087,0.45589994,-0.45949087,0.45589994,121.58064,-71.627847)"
x1="-37.5"
y1="199.3438"
x2="-37.5"
y2="204.34621" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="25.339173"
inkscape:cx="3.1757398"
inkscape:cy="12.488086"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:snap-text-baseline="true"
showborder="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:snap-global="false"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid4266" />
</sodipodi:namedview>
<metadata
id="metadata30576">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Klaus Staedtler </dc:title>
</cc:Agent>
</dc:creator>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<g
id="g3981">
<g
id="g3992"
transform="matrix(0.26224071,0,0,0.28101849,-0.29369617,1040.0362)">
<g
id="g5022"
transform="matrix(0.02454499,0,0,0.02086758,45.89369,40.09109)" />
<rect
style="opacity:1;fill:url(#linearGradient2212);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2220);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1316"
width="44.759838"
height="41.701817"
x="1.6199486"
y="1.6600797"
rx="4.5659914"
ry="4.5659928" />
<rect
style="opacity:1;fill:url(#radialGradient2229);fill-opacity:1;fill-rule:evenodd;stroke:#173562;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1314"
width="37.177864"
height="28.954594"
x="5.4052019"
y="5.4815545"
rx="1.6946707"
ry="1.694671" />
<rect
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2244);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2232"
width="42.894741"
height="39.646549"
x="2.553669"
y="2.6544337"
rx="4.1303334"
ry="4.1303344" />
<rect
ry="2.5696716"
rx="2.5696716"
y="4.635767"
x="4.3192058"
height="30.646179"
width="39.349869"
id="rect2221"
style="opacity:0.57386361;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2231);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g4033"
transform="translate(1.8228502,1035.1551)">
<path
inkscape:connector-curvature="0"
style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.66666895px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.8343554,4.1370085 4.1204843,9.8347683 v 1.3240377 h 1.32997 L 11.164319,5.4565976 Z"
id="path7235"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 9.9011892,4.516309 10.361904,4.9929007 5.1181827,10.187119 5.0952246,9.2577905 Z"
id="path17734"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#183968;fill-opacity:1;stroke:#2e3436;stroke-width:0.66666859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 13.353849,2.0284512 C 12.697656,1.3752652 11.632552,1.3752008 10.976359,2.0283867 10.675604,2.3278039 10.51107,2.7161952 10.486,3.1081971 L 9.2972677,3.6702168 11.689619,6.0516925 12.26912,4.883166 c 0.393823,-0.024952 0.783987,-0.1887799 1.084735,-0.4881326 0.656187,-0.653186 0.65618,-1.7133962 -6e-6,-2.3665822 z"
id="path7237"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="opacity:0.58995816;fill:none;fill-opacity:1;stroke:url(#linearGradient7319);stroke-width:0.66666883;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 12.910907,2.4559782 c -0.45293,-0.4493837 -1.034368,-0.4025111 -1.457094,0.016892 -0.19375,0.1922614 -0.237119,0.7317153 -0.24478,0.9918678 l -0.624261,0.330365 0.962049,0.9545373 0.347341,-0.6050883 c 0.262195,-0.00761 0.777196,-0.022179 0.970939,-0.214376 0.422726,-0.4194678 0.498729,-1.0248141 0.04581,-1.4741978 z"
id="path7247"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 7.615798,6.769288 4.4454064,9.9012409 V 10.842174 H 5.3317585 L 9.4137021,6.769288 Z"
id="path7284"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="m 7.6173121,6.769288 h 0.947474 L 4.4449905,10.842174 V 9.8990488 Z"
id="path7286"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,200 @@
<?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"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gimp/themes/Default/images/stock-layers-16.png"
width="18"
height="18"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-color-picker-black.svg"
version="1.0"
viewBox="0 0 18 18">
<sodipodi:namedview
inkscape:cy="8.6335628"
inkscape:cx="6.7824767"
inkscape:zoom="38.973447"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4297" />
</sodipodi:namedview>
<defs
id="defs3">
<linearGradient
id="linearGradient4176"
inkscape:collect="always">
<stop
id="stop4178"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop4180"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4176"
id="linearGradient7319"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45949087,0.45589994,-0.45949087,0.45589994,121.58064,-71.627848)"
x1="-37.5"
y1="199.3438"
x2="-37.5"
y2="204.34621" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,2)">
<g
id="g4368">
<rect
style="opacity:0.24267782;fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.7281841;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect6196"
width="18"
height="18"
x="2.3478142e-07"
y="-1.9999961" />
<g
transform="matrix(1.0587177,0,0,1.0694926,-0.01002066,-2.2907592)"
id="g4346">
<path
inkscape:connector-curvature="0"
style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.66666895px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.8343554,4.1370085 4.1204843,9.8347683 v 1.3240377 h 1.32997 L 11.164319,5.4565976 Z"
id="path7235"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.64727408;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 9.9011892,4.516309 10.361904,4.9929007 5.1181827,10.187119 5.0952246,9.2577905 Z"
id="path17734"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#183968;fill-opacity:1;stroke:#2e3436;stroke-width:0.66666859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 13.353849,2.0284512 C 12.697656,1.3752652 11.632552,1.3752008 10.976359,2.0283867 10.675604,2.3278039 10.51107,2.7161952 10.486,3.1081971 L 9.2972677,3.6702168 11.689619,6.0516925 12.26912,4.883166 c 0.393823,-0.024952 0.783987,-0.1887799 1.084735,-0.4881326 0.656187,-0.653186 0.65618,-1.7133962 -6e-6,-2.3665822 z"
id="path7237"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="opacity:0.58995816;fill:none;fill-opacity:1;stroke:url(#linearGradient7319);stroke-width:0.66666883;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 12.910907,2.4559782 c -0.45293,-0.4493837 -1.034368,-0.4025111 -1.457094,0.016892 -0.19375,0.1922614 -0.237119,0.7317153 -0.24478,0.9918678 l -0.624261,0.330365 0.962049,0.9545373 0.347341,-0.6050883 c 0.262195,-0.00761 0.777196,-0.022179 0.970939,-0.214376 0.422726,-0.4194678 0.498729,-1.0248141 0.04581,-1.4741978 z"
id="path7247"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6472742px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 7.615798,6.769288 4.4454064,9.9012409 V 10.842174 H 5.3317585 L 9.4137021,6.769288 Z"
id="path7284"
sodipodi:nodetypes="cccccc" />
</g>
<g
transform="translate(2)"
id="g4350">
<path
id="path13012-0"
d="m 10,10 v 6 h 6 v -6 z m 1,1 h 4 v 4 h -4 z"
style="display:inline;fill:#204a87;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.48570934;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4080"
width="4"
height="4"
x="11"
y="11" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -0,0 +1,200 @@
<?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"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gimp/themes/Default/images/stock-layers-16.png"
width="18"
height="18"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-color-picker-gray.svg"
version="1.0"
viewBox="0 0 18 18">
<sodipodi:namedview
inkscape:cy="8.3641486"
inkscape:cx="6.1174668"
inkscape:zoom="38.973447"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4297" />
</sodipodi:namedview>
<defs
id="defs3">
<linearGradient
id="linearGradient4176"
inkscape:collect="always">
<stop
id="stop4178"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop4180"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4176"
id="linearGradient7319"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45949087,0.45589994,-0.45949087,0.45589994,121.58064,-71.627848)"
x1="-37.5"
y1="199.3438"
x2="-37.5"
y2="204.34621" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,2)">
<g
id="g4368">
<rect
style="opacity:0.24267782;fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.7281841;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect6196"
width="18"
height="18"
x="2.3478142e-07"
y="-1.9999961" />
<g
transform="matrix(1.0587177,0,0,1.0694926,-0.01002066,-2.2907592)"
id="g4346">
<path
inkscape:connector-curvature="0"
style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.66666895px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.8343554,4.1370085 4.1204843,9.8347683 v 1.3240377 h 1.32997 L 11.164319,5.4565976 Z"
id="path7235"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.64727408;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 9.9011892,4.516309 10.361904,4.9929007 5.1181827,10.187119 5.0952246,9.2577905 Z"
id="path17734"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#183968;fill-opacity:1;stroke:#2e3436;stroke-width:0.66666859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 13.353849,2.0284512 C 12.697656,1.3752652 11.632552,1.3752008 10.976359,2.0283867 10.675604,2.3278039 10.51107,2.7161952 10.486,3.1081971 L 9.2972677,3.6702168 11.689619,6.0516925 12.26912,4.883166 c 0.393823,-0.024952 0.783987,-0.1887799 1.084735,-0.4881326 0.656187,-0.653186 0.65618,-1.7133962 -6e-6,-2.3665822 z"
id="path7237"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="opacity:0.58995816;fill:none;fill-opacity:1;stroke:url(#linearGradient7319);stroke-width:0.66666883;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 12.910907,2.4559782 c -0.45293,-0.4493837 -1.034368,-0.4025111 -1.457094,0.016892 -0.19375,0.1922614 -0.237119,0.7317153 -0.24478,0.9918678 l -0.624261,0.330365 0.962049,0.9545373 0.347341,-0.6050883 c 0.262195,-0.00761 0.777196,-0.022179 0.970939,-0.214376 0.422726,-0.4194678 0.498729,-1.0248141 0.04581,-1.4741978 z"
id="path7247"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6472742px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 7.615798,6.769288 4.4454064,9.9012409 V 10.842174 H 5.3317585 L 9.4137021,6.769288 Z"
id="path7284"
sodipodi:nodetypes="cccccc" />
</g>
<g
transform="translate(2)"
id="g4350">
<path
id="path13012-0"
d="m 10,10 v 6 h 6 v -6 z m 1,1 h 4 v 4 h -4 z"
style="display:inline;fill:#204a87;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.48570934;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4080"
width="4"
height="4"
x="11"
y="11" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -0,0 +1,200 @@
<?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"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gimp/themes/Default/images/stock-layers-16.png"
width="18"
height="18"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91+devel r"
sodipodi:docname="gimp-color-picker-white.svg"
version="1.0"
viewBox="0 0 18 18">
<sodipodi:namedview
inkscape:cy="8.3641486"
inkscape:cx="6.1174668"
inkscape:zoom="38.973447"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.17254902"
bordercolor="#666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:current-layer="layer1"
width="16px"
height="16px"
showgrid="true"
inkscape:window-maximized="1"
inkscape:document-units="px"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4297" />
</sodipodi:namedview>
<defs
id="defs3">
<linearGradient
id="linearGradient4176"
inkscape:collect="always">
<stop
id="stop4178"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop4180"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4176"
id="linearGradient7319"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45949087,0.45589994,-0.45949087,0.45589994,121.58064,-71.627848)"
x1="-37.5"
y1="199.3438"
x2="-37.5"
y2="204.34621" />
</defs>
<sodipodi:namedview
stroke="#ef2929"
fill="#eeeeec"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-14.198652"
inkscape:cy="-5.1663457"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="403"
inkscape:window-y="296"
width="32px"
height="32px"
id="namedview73" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,2)">
<g
id="g4368">
<rect
style="opacity:0.24267782;fill:#000000;fill-opacity:0;stroke:none;stroke-width:0.7281841;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect6196"
width="18"
height="18"
x="2.3478142e-07"
y="-1.9999961" />
<g
transform="matrix(1.0587177,0,0,1.0694926,-0.01002066,-2.2907592)"
id="g4346">
<path
inkscape:connector-curvature="0"
style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.66666895px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.8343554,4.1370085 4.1204843,9.8347683 v 1.3240377 h 1.32997 L 11.164319,5.4565976 Z"
id="path7235"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.64727408;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 9.9011892,4.516309 10.361904,4.9929007 5.1181827,10.187119 5.0952246,9.2577905 Z"
id="path17734"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#183968;fill-opacity:1;stroke:#2e3436;stroke-width:0.66666859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 13.353849,2.0284512 C 12.697656,1.3752652 11.632552,1.3752008 10.976359,2.0283867 10.675604,2.3278039 10.51107,2.7161952 10.486,3.1081971 L 9.2972677,3.6702168 11.689619,6.0516925 12.26912,4.883166 c 0.393823,-0.024952 0.783987,-0.1887799 1.084735,-0.4881326 0.656187,-0.653186 0.65618,-1.7133962 -6e-6,-2.3665822 z"
id="path7237"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="opacity:0.58995816;fill:none;fill-opacity:1;stroke:url(#linearGradient7319);stroke-width:0.66666883;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 12.910907,2.4559782 c -0.45293,-0.4493837 -1.034368,-0.4025111 -1.457094,0.016892 -0.19375,0.1922614 -0.237119,0.7317153 -0.24478,0.9918678 l -0.624261,0.330365 0.962049,0.9545373 0.347341,-0.6050883 c 0.262195,-0.00761 0.777196,-0.022179 0.970939,-0.214376 0.422726,-0.4194678 0.498729,-1.0248141 0.04581,-1.4741978 z"
id="path7247"
sodipodi:nodetypes="csccccsc" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.6472742px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 7.615798,6.769288 4.4454064,9.9012409 V 10.842174 H 5.3317585 L 9.4137021,6.769288 Z"
id="path7284"
sodipodi:nodetypes="cccccc" />
</g>
<g
transform="translate(2)"
id="g4350">
<path
id="path13012-0"
d="m 10,10 v 6 h 6 v -6 z m 1,1 h 4 v 4 h -4 z"
style="display:inline;fill:#204a87;fill-opacity:1;stroke:none"
inkscape:connector-curvature="0" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.48570934;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4080"
width="4"
height="4"
x="11"
y="11" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.2 KiB

Some files were not shown because too many files have changed in this diff Show More