diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-01-24 08:09:52 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-01-24 08:09:52 +0000 |
| commit | 25fb1bfdc2612c448daa368022f86ae42ff8935d (patch) | |
| tree | 346bf68a26e2e40eb7bfb62e76bd852df7de673e /share | |
| parent | sort combo enumerations (diff) | |
| download | inkscape-25fb1bfdc2612c448daa368022f86ae42ff8935d.tar.gz inkscape-25fb1bfdc2612c448daa368022f86ae42ff8935d.zip | |
add "remove color" ColorItem to the swatches dialog
(bzr r7164)
Diffstat (limited to 'share')
| -rw-r--r-- | share/icons/Makefile.am | 2 | ||||
| -rw-r--r-- | share/icons/remove-color.png | bin | 0 -> 1547 bytes | |||
| -rw-r--r-- | share/icons/remove-color.svg | 82 |
3 files changed, 84 insertions, 0 deletions
diff --git a/share/icons/Makefile.am b/share/icons/Makefile.am index 0c666d212..e3bc8e05b 100644 --- a/share/icons/Makefile.am +++ b/share/icons/Makefile.am @@ -2,6 +2,8 @@ iconsdir = $(datadir)/inkscape/icons pixmaps = \ + remove-color.png \ + remove-color.svg \ ticotico.jpg \ feBlend-icon.png \ feBlend-icon.svg \ diff --git a/share/icons/remove-color.png b/share/icons/remove-color.png Binary files differnew file mode 100644 index 000000000..24ab98277 --- /dev/null +++ b/share/icons/remove-color.png diff --git a/share/icons/remove-color.svg b/share/icons/remove-color.svg new file mode 100644 index 000000000..10a2622cf --- /dev/null +++ b/share/icons/remove-color.svg @@ -0,0 +1,82 @@ +<?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="32" + height="32" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46+devel r custom" + version="1.0" + sodipodi:docname="remove-color.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/felipe/devel/inkscape/share/icons/remove-color.png" + inkscape:export-xdpi="300" + inkscape:export-ydpi="300"> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective10" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="17.4375" + inkscape:cx="16" + inkscape:cy="16" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1440" + inkscape:window-height="825" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata7"> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="stroke-width:8;fill:none;stroke:#ff0000;stroke-opacity:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round" + d="M 4,28 28,4" + id="path2842" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/felipe/Área de Trabalho/remove-color.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:nodetypes="cc" + id="path3616" + d="M 28,28 4,4" + style="stroke-width:8;fill:none;stroke:#ff0000;stroke-opacity:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round" + inkscape:export-filename="/home/felipe/Área de Trabalho/remove-color.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> |
