Ticket #3736: Correct-system-search-icon-stroke-thickness.patch

File Correct-system-search-icon-stroke-thickness.patch, 3.4 KB (added by garycmartin, 12 years ago)
  • icons/scalable/actions/system-search.svg

    From 4aa169c45430bb1e1b692b927ca0583107057952 Mon Sep 17 00:00:00 2001
    From: Gary Martin <gary@garycmartin.com>
    Date: Fri, 21 Sep 2012 18:51:19 +0100
    Subject: [PATCH 1/2] Remove ^M line ending characters from text.
    
    ---
     icons/scalable/actions/system-search.svg |   16 ++++++++--------
     1 file changed, 8 insertions(+), 8 deletions(-)
    
    diff --git a/icons/scalable/actions/system-search.svg b/icons/scalable/actions/system-search.svg
    index f132175..0437a67 100644
    a b  
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
     1<?xml version="1.0" encoding="utf-8"?>
     2<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
    33<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
    44        <!ENTITY stroke_color "#010101">
    55        <!ENTITY fill_color "#FFFFFF">
    66]>
    7 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    8          width="22.156px" height="22.156px" viewBox="0 0 22.156 22.156" enable-background="new 0 0 22.156 22.156" xml:space="preserve">
    9 <g>
     7<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     8         width="22.156px" height="22.156px" viewBox="0 0 22.156 22.156" enable-background="new 0 0 22.156 22.156" xml:space="preserve">
     9<g>
    1010        <path fill="none" stroke="&fill_color;" stroke-width="2" d="M1.75,9.216c0,4.125,3.342,7.47,7.468,7.47
    11                 c4.121,0,7.466-3.345,7.466-7.47c0-4.123-3.345-7.466-7.466-7.466C5.092,1.75,1.75,5.093,1.75,9.216z"/>
     11                c4.121,0,7.466-3.345,7.466-7.47c0-4.123-3.345-7.466-7.466-7.466C5.092,1.75,1.75,5.093,1.75,9.216z"/>
    1212        <line fill="none" stroke="&fill_color;" stroke-width="2" x1="14.498" y1="14.497" x2="20.918" y2="20.919"/>
    13 </g>
    14 </svg>
     13</g>
     14</svg>
  • icons/scalable/actions/system-search.svg

    -- 
    1.7.9.6 (Apple Git-31.1)
    
    
    From eeab726dbd547bd4f7d5b7b7567d9024f428e5ea Mon Sep 17 00:00:00 2001
    From: Gary Martin <gary@garycmartin.com>
    Date: Fri, 21 Sep 2012 18:52:21 +0100
    Subject: [PATCH 2/2] Restore the stroke thickeness to 3.5 as per original
     HIG.
    
    ---
     icons/scalable/actions/system-search.svg |    4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/icons/scalable/actions/system-search.svg b/icons/scalable/actions/system-search.svg
    index 0437a67..eda02d1 100644
    a b  
    77<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    88         width="22.156px" height="22.156px" viewBox="0 0 22.156 22.156" enable-background="new 0 0 22.156 22.156" xml:space="preserve">
    99<g>
    10         <path fill="none" stroke="&fill_color;" stroke-width="2" d="M1.75,9.216c0,4.125,3.342,7.47,7.468,7.47
     10        <path fill="none" stroke="&fill_color;" stroke-width="3.5" d="M1.75,9.216c0,4.125,3.342,7.47,7.468,7.47
    1111                c4.121,0,7.466-3.345,7.466-7.47c0-4.123-3.345-7.466-7.466-7.466C5.092,1.75,1.75,5.093,1.75,9.216z"/>
    12         <line fill="none" stroke="&fill_color;" stroke-width="2" x1="14.498" y1="14.497" x2="20.918" y2="20.919"/>
     12        <line fill="none" stroke="&fill_color;" stroke-width="3.5" x1="14.498" y1="14.497" x2="20.918" y2="20.919"/>
    1313</g>
    1414</svg>