diff options
| author | Josh Andler <scislac@gmail.com> | 2009-01-27 21:50:06 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-01-27 21:50:06 +0000 |
| commit | 427890170877f2267cff08fec480b7e7a062e2b4 (patch) | |
| tree | b6998b18d565236bd37cc70963436093e63e774d | |
| parent | draw red X icon while dragging the "remove color" item (diff) | |
| download | inkscape-427890170877f2267cff08fec480b7e7a062e2b4.tar.gz inkscape-427890170877f2267cff08fec480b7e7a062e2b4.zip | |
thinner lines and now extends into corners
(bzr r7193)
| -rw-r--r-- | share/icons/remove-color.png | bin | 1547 -> 1074 bytes | |||
| -rw-r--r-- | share/icons/remove-color.svg | 42 |
2 files changed, 20 insertions, 22 deletions
diff --git a/share/icons/remove-color.png b/share/icons/remove-color.png Binary files differindex 24ab98277..88f24366e 100644 --- a/share/icons/remove-color.png +++ b/share/icons/remove-color.png diff --git a/share/icons/remove-color.svg b/share/icons/remove-color.svg index 10a2622cf..af70571ff 100644 --- a/share/icons/remove-color.svg +++ b/share/icons/remove-color.svg @@ -6,13 +6,14 @@ 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="32" height="32" id="svg2" sodipodi:version="0.32" - inkscape:version="0.46+devel r custom" + inkscape:version="0.46+devel r20560" version="1.0" sodipodi:docname="remove-color.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" @@ -36,16 +37,17 @@ borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="17.4375" - inkscape:cx="16" - inkscape:cy="16" + inkscape:zoom="8" + inkscape:cx="26.703957" + inkscape:cy="22.551241" 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" /> + inkscape:window-x="2" + inkscape:window-y="25" + inkscape:snap-page="true" /> <metadata id="metadata7"> <rdf:RDF> @@ -54,7 +56,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -62,21 +64,17 @@ inkscape:label="Camada 1" inkscape:groupmode="layer" id="layer1"> + <use + x="0" + y="0" + xlink:href="#path3616" + id="use3707" + transform="matrix(-1,0,0,1,32,0)" + width="32" + height="32" /> <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" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" + d="M 0 0 L 0 4.25 L 27.75 32 L 32 32 L 32 27.75 L 4.25 0 L 0 0 z " + id="path3616" /> </g> </svg> |
