diff options
| author | Felipe Corrêa da Silva Sanches | 2015-10-21 23:59:10 -0200 | 
|---|---|---|
| committer | Felipe Corrêa da Silva Sanches | 2015-10-21 23:59:10 -0200 | 
| commit | ffe146fe9ad8a01d1f088b91db9673f141886402 (patch) | |
| tree | 4c0e07be7fb36d4be86e04c4ddca27cd0d246008 | |
| parent | ccc7fc31a00eff112d647c06401f8c4819ebdac6 (diff) | |
| download | trufont-ffe146fe9ad8a01d1f088b91db9673f141886402.tar.bz2 | |
make the "no color" icon thinner and darker (fixes #40)
| -rw-r--r-- | Lib/defconQt/resources/defaultColor.svg | 31 | 
1 files changed, 21 insertions, 10 deletions
| diff --git a/Lib/defconQt/resources/defaultColor.svg b/Lib/defconQt/resources/defaultColor.svg index 0c343cb..2c69bd1 100644 --- a/Lib/defconQt/resources/defaultColor.svg +++ b/Lib/defconQt/resources/defaultColor.svg @@ -5,6 +5,7 @@     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" @@ -12,7 +13,7 @@     height="24"     viewBox="0 0 24 24"     id="svg2" -   inkscape:version="0.91 r13725" +   inkscape:version="0.91+devel r"     sodipodi:docname="defaultColor.svg">    <metadata       id="metadata10"> @@ -37,15 +38,15 @@       guidetolerance="10"       inkscape:pageopacity="0"       inkscape:pageshadow="2" -     inkscape:window-width="1920" -     inkscape:window-height="1171" +     inkscape:window-width="1358" +     inkscape:window-height="698"       id="namedview6"       showgrid="false" -     inkscape:zoom="13.906433" -     inkscape:cx="11.775211" -     inkscape:cy="7.2423214" +     inkscape:zoom="6.9532165" +     inkscape:cx="-6.3150787" +     inkscape:cy="0.5417927"       inkscape:window-x="0" -     inkscape:window-y="2" +     inkscape:window-y="0"       inkscape:window-maximized="1"       inkscape:current-layer="svg2" />    <rect @@ -55,8 +56,18 @@       height="24"       x="0"       y="0" /> +  <use +     x="0" +     y="0" +     xlink:href="#path3616" +     id="use3707" +     transform="matrix(-1,0,0,1,24,0)" +     width="32" +     height="32" />    <path -     style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;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;enable-background:accumulate" -     d="M 17.546875 0 L 0 17.546875 L 0 24 L 5.5664062 24 L 24 5.5664062 L 24 0 L 17.546875 0 z " -     id="rect4145" /> +     style="color:#000000;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;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#6d0000;fill-opacity:1;stroke:none;stroke-width:4.5;marker:none;enable-background:accumulate" +     d="M 0,0 V 1.6875 L 22.3125,24 H 24 V 22.3125 L 1.6875,0 Z" +     id="path3616" +     sodipodi:nodetypes="ccccccc" +     inkscape:connector-curvature="0" />  </svg> | 
