Ticket #3569: 0001-Add-icon-entry-cancel-for-usage-inside-entries-SL-35.patch

File 0001-Add-icon-entry-cancel-for-usage-inside-entries-SL-35.patch, 2.6 KB (added by manuq, 11 years ago)

Artwork backport of the entry-cancel icon for sucrose-0.98 branch

  • icons/scalable/actions/Makefile.am

    From d8c3182722bb41c21e6bc0be7589092e00a9804f Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Tue, 15 Jan 2013 15:41:01 -0300
    Subject: [PATCH toolkit] Add icon entry-cancel for usage inside entries - SL
     #3569
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    This is a backport of commit f3e16adf in master, simplified.  Master
    commit adds other icons.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     icons/scalable/actions/Makefile.am      |  3 ++-
     icons/scalable/actions/entry-cancel.svg | 21 +++++++++++++++++++++
     2 files changed, 23 insertions(+), 1 deletion(-)
     create mode 100644 icons/scalable/actions/entry-cancel.svg
    
    diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
    index ed8a433..f747ffd 100644
    a b icon_DATA = \ 
    116116        zoom-neighborhood.svg                           \
    117117        zoom-original.svg                               \
    118118        zoom-out.svg                                    \
    119         zoom-to-width.svg
     119        zoom-to-width.svg                               \
     120        entry-cancel.svg
    120121
    121122EXTRA_DIST = $(icon_DATA)
    122123
  • new file icons/scalable/actions/entry-cancel.svg

    diff --git a/icons/scalable/actions/entry-cancel.svg b/icons/scalable/actions/entry-cancel.svg
    new file mode 100644
    index 0000000..6c6354e
    - +  
     1<?xml version="1.0" encoding="UTF-8"?>
     2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
     3  <!ENTITY fill_color "#FFFFFF">
     4  <!ENTITY stroke_color "#010101">
     5]>
     6<svg
     7   xmlns="http://www.w3.org/2000/svg"
     8   version="1.1"
     9   width="22"
     10   height="22"
     11   viewBox="0 0 22 22"
     12   id="svg5047"
     13   xml:space="preserve"><g
     14     transform="matrix(0.48888889,0,0,0.48888889,-2.4723111,-2.4703556)"
     15     id="dialog-cancel"
     16     style="fill:&fill_color;;display:block">
     17        <path
     18   d="m 27.557,5.053 c -12.43,0 -22.5,10.076 -22.5,22.497 0,12.432 10.07,22.503 22.5,22.503 12.431,0 22.5,-10.071 22.5,-22.503 0,-12.421 -10.07,-22.497 -22.5,-22.497 z m 10.199,28.159 c 1.254,1.256 1.257,3.291 0,4.545 -0.628,0.629 -1.451,0.943 -2.274,0.943 -0.822,0 -1.644,-0.314 -2.27,-0.94 l -5.76,-5.761 -5.76,5.761 c -0.627,0.626 -1.449,0.94 -2.271,0.94 -0.823,0 -1.647,-0.314 -2.275,-0.943 -1.254,-1.254 -1.254,-3.289 0.004,-4.545 l 5.758,-5.758 -5.758,-5.758 c -1.258,-1.254 -1.258,-3.292 -0.004,-4.546 1.255,-1.254 3.292,-1.259 4.546,0 l 5.76,5.759 5.76,-5.759 c 1.252,-1.259 3.288,-1.254 4.544,0 1.257,1.254 1.254,3.292 0,4.546 l -5.758,5.758 5.758,5.758 z"
     19   id="path5050"
     20   style="fill:&fill_color;;display:inline" />
     21</g></svg>