SVG Insensitive Icons Fixes

This commit is contained in:
Joern Konopka
2013-07-06 18:51:23 +02:00
parent 55cd9de518
commit e089b6079a
12 changed files with 173 additions and 77 deletions
@@ -15,7 +15,7 @@
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="radio-mixed-insensitive.svg">
sodipodi:docname="radio-mixed-insensitive-dark.svg">
<defs
id="defs4">
<linearGradient
@@ -44,18 +44,6 @@
r="7"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
<filter
inkscape:collect="always"
id="filter3971"
x="-0.045"
width="1.09"
y="-0.18"
height="1.36">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.15"
id="feGaussianBlur3973" />
</filter>
</defs>
<sodipodi:namedview
id="base"
@@ -91,7 +79,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>
@@ -100,6 +88,12 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
inkscape:connector-curvature="0"
style="fill:#e6e6e6;fill-opacity:1;stroke:none"
d="m 8.1785714,1037.0497 c 4.0385816,0 7.3124996,3.254 7.3124996,7.2678 0,4.0139 -3.273918,7.2679 -7.3124996,7.2679 -4.0385821,0 -7.31249997,-3.254 -7.31249997,-7.2679 0,-4.0138 3.27391787,-7.2678 7.31249997,-7.2678 z"
id="path3008-2"
sodipodi:nodetypes="sssss" />
<path
style="opacity:1;fill:#211f1e;fill-opacity:1;stroke:none"
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB