Ticket #2859: 0001-adding-new-customize-icon-used-when-copying-bundle-s.patch

File 0001-adding-new-customize-icon-used-when-copying-bundle-s.patch, 3.6 KB (added by walter, 13 years ago)

artwork used in customizing icon of bundle copy

  • icons/scalable/actions/Makefile.am

    From ef8cdde66c32e2f4fdf77aad00861c04adc476b8 Mon Sep 17 00:00:00 2001
    From: Walter Bender <walter.bender@gmail.com>
    Date: Mon, 6 Jun 2011 12:13:38 -0400
    Subject: [PATCH] adding new customize icon used when copying bundle source
    Organization: Sugar Labs Foundation
    
    ---
     icons/scalable/actions/Makefile.am   |    1 +
     icons/scalable/actions/customize.svg |    8 ++++++++
     2 files changed, 9 insertions(+), 0 deletions(-)
     create mode 100644 icons/scalable/actions/customize.svg
    
    diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
    index 9df018b..17d771c 100644
    a b icon_DATA = \ 
    1111        cell-width.svg                                  \
    1212        column-insert.svg                               \
    1313        column-remove.svg                               \
     14        customize.svg                                   \
    1415        dialog-cancel.svg                               \
    1516        dialog-ok.svg                                   \
    1617        document-save.svg                               \
  • new file icons/scalable/actions/customize.svg

    diff --git a/icons/scalable/actions/customize.svg b/icons/scalable/actions/customize.svg
    new file mode 100644
    index 0000000..712b173
    - +  
     1<?xml version="1.0" ?><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
     2        <!ENTITY stroke_color "#000">
     3        <!ENTITY fill_color "#eee">
     4]><svg height="55px" viewBox="0 0 55 55" width="55px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" stroke="&stroke_color;" fill="&fill_color;">
     5  <path
     6   d="m -12.724351,-24.479403 0,80.000002 80.000002,0 0,-80.000002 -80.000002,0 z m 46.954547,5.318182 c 0.400232,-0.02895 0.797687,-0.01309 1.136363,0.04553 1.230124,0.211855 2.382488,1.717688 2.272728,2.636364 -1.1416,9.5547639 -5.151535,18.4166114 -5.318182,27.136364 -0.01309,0.69219 1.315898,1.693208 1.727272,1.136364 5.256728,-7.1156365 6.55747,-15.9348804 12.045455,-24.363637 0.733397,-1.126386 2.770822,-0.998415 4,-0.454545 1.640306,0.725774 2.528335,2.559578 2.09091,3.863636 -3.670473,10.942284 -7.777455,17.0466187 -10.636364,25.409092 -0.257048,0.751883 0.420538,1.638109 1,2.181818 0.864611,0.811258 2.137629,1.427578 3.318182,1.318182 6.140858,-0.568989 9.650953,-8.763535 15.727273,-9.8181823 1.113236,-0.1932218 2.582167,-0.1670109 3.272727,0.7272723 0.704742,0.912655 0.719055,2.681339 -0.136291,3.454546 -5.272073,4.765397 -10.671433,8.236931 -15.409091,12.545455 -3.947055,3.589498 -4.95936,9.466197 -8.045455,13.818182 -1.969731,2.777717 -3.827738,5.847317 -6.636364,7.772728 -1.677949,1.150283 -3.740334,2.089629 -5.772727,2 -2.21072,-0.0976 -3.892728,-2.214866 -6.045455,-2.727273 -2.196858,-0.522927 -4.549106,0.121161 -6.772727,-0.27273 C 13.86589,46.861399 11.527286,46.500046 9.730268,45.20249 5.6900056,42.285166 4.0990964,36.980046 0.95754,33.111581 -2.5132238,28.837733 -5.2707511,24.294984 -10.133369,20.884307 c -1.434328,-1.006036 -0.591099,-4.205498 0.863636,-5.181818 2.697804,-1.810574 6.6717819,0.53712 9.5000002,2.136364 2.8962183,1.637731 3.5830256,7.313658 6.9090911,7.227273 C 9.486864,25.00518 10.852071,21.92582 11.730268,19.747944 13.743809,14.75446 12.911664,8.9863435 12.593904,3.6115797 12.230529,-2.5345732 12.333962,-8.358355 13.775722,-14.842966 c 0.284378,-1.279011 2.157949,-2.052306 3.454546,-1.863637 1.276436,0.185717 2.42224,1.473978 2.727273,2.727273 1.808756,7.4321603 -1.073717,14.5794914 0.863636,21.0454552 0.33888,1.1310546 2.822298,2.7155928 3.181818,1.5909092 2.412669,-7.5470548 3.371709,-17.6644664 7.272728,-26.3181824 0.423694,-0.939898 1.753847,-1.413397 2.954545,-1.5 z"
     7   style="fill:&fill_color;;fill-opacity:1;stroke:none" />
     8</svg>
     9 No newline at end of file