Ticket #4387: 0001-Add-edit-cut-icon-SL-4387.patch

File 0001-Add-edit-cut-icon-SL-4387.patch, 2.9 KB (added by manuq, 11 years ago)

Patch for edit-cut

  • icons/scalable/actions/Makefile.am

    From 50a0359c17371e1f08be6844ba68df5bd80e471c Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 17 Jan 2013 12:23:20 -0300
    Subject: [PATCH artwork] Add edit-cut icon - SL #4387
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Make it similar to the edit-copy, but using the two parts of a cropped
    document.  The up arrow shows it goes to the clipboard, and matches
    the down arrow of edit-paste that retrieves from the clipboard.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     icons/scalable/actions/Makefile.am  |  1 +
     icons/scalable/actions/edit-cut.svg | 32 ++++++++++++++++++++++++++++++++
     2 files changed, 33 insertions(+)
     create mode 100644 icons/scalable/actions/edit-cut.svg
    
    diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
    index 5c2b666..117d6bc 100644
    a b icon_DATA = \ 
    1515        dialog-ok.svg                                   \
    1616        document-save.svg                               \
    1717        document-send.svg                               \
     18        edit-cut.svg                                    \
    1819        edit-copy.svg                                   \
    1920        edit-delete.svg                                 \
    2021        edit-description.svg                            \
  • new file icons/scalable/actions/edit-cut.svg

    diff --git a/icons/scalable/actions/edit-cut.svg b/icons/scalable/actions/edit-cut.svg
    new file mode 100644
    index 0000000..8a227dd
    - +  
     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
     7<svg
     8   xmlns="http://www.w3.org/2000/svg"
     9   version="1.1"
     10   width="55"
     11   height="55"
     12   viewBox="0 0 55 55"
     13   id="svg3156"
     14   xml:space="preserve"><path
     15     d="M 37.9375,35.9375 33.984375,40.287482 30.03125,35.9375 26.078125,40.287482 22.125,35.9375 18.171875,40.287482 14.21875,35.9375 l 0,13.46875 23.71875,0 z"
     16     id="path4045"
     17     style="fill:&fill_color;" /><path
     18     d="m 32.125,8.9375 -9.40625,9.375 0,6.09375 3.453125,3.849297 3.453125,-3.849297 3.453125,3.849297 3.453125,-3.849297 3.453125,3.849297 3.453125,-3.849297 0,-15.46875 z"
     19     id="polygon3168"
     20     style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:3" /><polyline
     21     style="fill:none;stroke:&stroke_color;;stroke-width:2.98670006"
     22     id="polyline3170"
     23     points="22.727,18.311 32.113,18.311 32.113,8.928    " /><line
     24     style="fill:none;stroke:&fill_color;;stroke-width:2.98670006;stroke-linecap:round;stroke-linejoin:round"
     25     id="line3172"
     26     y2="18.164"
     27     y1="6"
     28     x2="16.712999"
     29     x1="16.712999" /><polyline
     30     style="fill:none;stroke:&fill_color;;stroke-width:2.98670006;stroke-linecap:round;stroke-linejoin:round"
     31     id="polyline3174"
     32     points="     11.583,12.083 16.713,6 21.843,12.083    " /></svg>