[adwaita-icon-theme] add missing cursor equivalents to the CSS3 spec



commit 5ef1bb18b4f4d550b88c7d303fcedc72339bdcb4
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed May 6 19:01:51 2015 +0200

    add missing cursor equivalents to the CSS3 spec
    
    - zoom in, zoom out, move (rename move to pointer-move)
    - fix broken symlink override for hand1
    - provide grab cursor
    - all-scroll
    - vertical-text
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748982

 Adwaita/cursors/all-scroll               |  Bin 0 -> 69120 bytes
 Adwaita/cursors/grab                     |    1 +
 Adwaita/cursors/move                     |  Bin 69120 -> 69120 bytes
 Adwaita/cursors/pointer-move             |  Bin 0 -> 69120 bytes
 Adwaita/cursors/vertical-text            |  Bin 0 -> 69120 bytes
 Adwaita/cursors/zoom-in                  |  Bin 0 -> 69120 bytes
 Adwaita/cursors/zoom-out                 |  Bin 0 -> 69120 bytes
 src/cursors/adwaita.svg                  |  144 +++++++++++++++++++++++++++---
 src/cursors/pngs/24x24/all-scroll.png    |  Bin 0 -> 1193 bytes
 src/cursors/pngs/24x24/move.png          |  Bin 1107 -> 1012 bytes
 src/cursors/pngs/24x24/pointer-move.png  |  Bin 0 -> 1107 bytes
 src/cursors/pngs/24x24/vertical-text.png |  Bin 0 -> 575 bytes
 src/cursors/pngs/24x24/zoom-in.png       |  Bin 0 -> 1534 bytes
 src/cursors/pngs/24x24/zoom-out.png      |  Bin 0 -> 1510 bytes
 src/cursors/pngs/32x32/all-scroll.png    |  Bin 0 -> 1776 bytes
 src/cursors/pngs/32x32/move.png          |  Bin 1535 -> 1601 bytes
 src/cursors/pngs/32x32/pointer-move.png  |  Bin 0 -> 1535 bytes
 src/cursors/pngs/32x32/vertical-text.png |  Bin 0 -> 823 bytes
 src/cursors/pngs/32x32/zoom-in.png       |  Bin 0 -> 2289 bytes
 src/cursors/pngs/32x32/zoom-out.png      |  Bin 0 -> 2170 bytes
 src/cursors/pngs/48x48/all-scroll.png    |  Bin 0 -> 2339 bytes
 src/cursors/pngs/48x48/move.png          |  Bin 2397 -> 1920 bytes
 src/cursors/pngs/48x48/pointer-move.png  |  Bin 0 -> 2397 bytes
 src/cursors/pngs/48x48/vertical-text.png |  Bin 0 -> 965 bytes
 src/cursors/pngs/48x48/zoom-in.png       |  Bin 0 -> 3229 bytes
 src/cursors/pngs/48x48/zoom-out.png      |  Bin 0 -> 3176 bytes
 src/cursors/pngs/64x64/all-scroll.png    |  Bin 0 -> 3966 bytes
 src/cursors/pngs/64x64/move.png          |  Bin 3316 -> 3461 bytes
 src/cursors/pngs/64x64/pointer-move.png  |  Bin 0 -> 3316 bytes
 src/cursors/pngs/64x64/vertical-text.png |  Bin 0 -> 1404 bytes
 src/cursors/pngs/64x64/zoom-in.png       |  Bin 0 -> 4852 bytes
 src/cursors/pngs/64x64/zoom-out.png      |  Bin 0 -> 4695 bytes
 src/cursors/pngs/96x96/all-scroll.png    |  Bin 0 -> 6184 bytes
 src/cursors/pngs/96x96/move.png          |  Bin 5144 -> 4900 bytes
 src/cursors/pngs/96x96/pointer-move.png  |  Bin 0 -> 5144 bytes
 src/cursors/pngs/96x96/vertical-text.png |  Bin 0 -> 1703 bytes
 src/cursors/pngs/96x96/zoom-in.png       |  Bin 0 -> 7404 bytes
 src/cursors/pngs/96x96/zoom-out.png      |  Bin 0 -> 7316 bytes
 src/cursors/pngs/all-scroll.in           |    5 +
 src/cursors/pngs/make.sh                 |    7 ++-
 src/cursors/pngs/move.in                 |   10 +-
 src/cursors/pngs/pointer-move.in         |    5 +
 src/cursors/pngs/vertical-text.in        |    5 +
 src/cursors/pngs/zoom-in.in              |    5 +
 src/cursors/pngs/zoom-out.in             |    5 +
 45 files changed, 168 insertions(+), 19 deletions(-)
---
diff --git a/Adwaita/cursors/all-scroll b/Adwaita/cursors/all-scroll
new file mode 100644
index 0000000..6c07591
Binary files /dev/null and b/Adwaita/cursors/all-scroll differ
diff --git a/Adwaita/cursors/grab b/Adwaita/cursors/grab
new file mode 120000
index 0000000..1a38f92
--- /dev/null
+++ b/Adwaita/cursors/grab
@@ -0,0 +1 @@
+hand1
\ No newline at end of file
diff --git a/Adwaita/cursors/move b/Adwaita/cursors/move
index 5ec732e..ab98f6a 100644
Binary files a/Adwaita/cursors/move and b/Adwaita/cursors/move differ
diff --git a/Adwaita/cursors/pointer-move b/Adwaita/cursors/pointer-move
new file mode 100644
index 0000000..5ec732e
Binary files /dev/null and b/Adwaita/cursors/pointer-move differ
diff --git a/Adwaita/cursors/vertical-text b/Adwaita/cursors/vertical-text
new file mode 100644
index 0000000..edfbf52
Binary files /dev/null and b/Adwaita/cursors/vertical-text differ
diff --git a/Adwaita/cursors/zoom-in b/Adwaita/cursors/zoom-in
new file mode 100644
index 0000000..57616ae
Binary files /dev/null and b/Adwaita/cursors/zoom-in differ
diff --git a/Adwaita/cursors/zoom-out b/Adwaita/cursors/zoom-out
new file mode 100644
index 0000000..6437665
Binary files /dev/null and b/Adwaita/cursors/zoom-out differ
diff --git a/src/cursors/adwaita.svg b/src/cursors/adwaita.svg
index c24d078..a1aea0b 100644
--- a/src/cursors/adwaita.svg
+++ b/src/cursors/adwaita.svg
@@ -7977,20 +7977,20 @@
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
      inkscape:zoom="1"
-     inkscape:cx="874.66213"
-     inkscape:cy="138.71073"
+     inkscape:cx="277.92969"
+     inkscape:cy="243.66772"
      inkscape:document-units="px"
-     inkscape:current-layer="g12244"
+     inkscape:current-layer="layer2"
      width="400px"
      height="400px"
      inkscape:showpageshadow="false"
      borderlayer="true"
      showgrid="false"
-     inkscape:window-width="2560"
+     inkscape:window-width="1280"
      inkscape:window-height="1376"
      inkscape:window-x="0"
      inkscape:window-y="27"
-     inkscape:window-maximized="1"
+     inkscape:window-maximized="0"
      inkscape:snap-nodes="true"
      inkscape:snap-bbox="true">
     <inkscape:grid
@@ -8009,7 +8009,7 @@
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title></dc:title>
+        <dc:title />
         <dc:creator>
           <cc:Agent>
             <dc:title>Jakub Steiner</dc:title>
@@ -8037,8 +8037,7 @@
      inkscape:label="cursors"
      inkscape:groupmode="layer"
      id="layer1"
-     style="display:inline"
-     sodipodi:insensitive="true">
+     style="display:inline">
     <path
        
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.6;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter:url(#filter6254);enable-background:accumulate"
        d="m 331.79551,152.79551 0,1 0,17 0,1 1,0 17,0 1,0 0,-1 0,-17 0,-1 -1,0 -17,0 -1,0 z m 2,2 7.0625,0 
0,1.96875 1,0 0,-1.96875 6.9375,0 0,7.03125 -1.875,0 0,1 1.875,0 0,6.96875 -6.9375,0 0,-1.90625 -1,0 
0,1.90625 -7.0625,0 0,-6.96875 2,0 0,-1 -2,0 0,-7.03125 z"
@@ -9741,12 +9740,12 @@
          sodipodi:linespacing="125%"
          id="text18752"
          y="365.28738"
-         x="102.86806"
+         x="111.86806"
          
style="color:#000000;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:20.36080933px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell
 
Medium';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:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
          xml:space="preserve"><tspan
            style="letter-spacing:5.8474803"
            y="365.28738"
-           x="102.86806"
+           x="111.86806"
            id="tspan18754"
            sodipodi:role="line">cursor theme</tspan></text>
     </g>
@@ -10762,6 +10761,86 @@
        transform="translate(84,0)"
        width="100%"
        height="100%" />
+    <path
+       inkscape:connector-curvature="0"
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.6;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter:url(#filter5949);enable-background:accumulate"
+       d="m 304.58303,15.228554 c -0.2938,0 -0.53125,0.237448 -0.53125,0.53125 l 0,0.9375 c 0,0.293803 
0.23744,0.53125 0.53125,0.53125 l 1.46875,0 0,11 -1.46875,0 c -0.2938,0 -0.53125,0.237447 -0.53125,0.53125 l 
0,0.9375 c 0,0.293803 0.23744,0.531249 0.53125,0.53125 l 2,0 0.49255,-0.309359 0.44495,0.309359 2,0 c 
0.2938,0 0.53125,-0.237448 0.53125,-0.53125 l 0,-0.9375 c 0,-0.293803 -0.23744,-0.53125 -0.53125,-0.53125 l 
-1.46875,0 0,-11 1.46875,0 c 0.2938,0 0.53125,-0.237447 0.53125,-0.53125 l 0,-0.9375 c 0,-0.293803 
-0.23744,-0.53125 -0.53125,-0.53125 l -2,0 -0.44495,0.441942 -0.49255,-0.441942 -2,0 z"
+       id="path13156"
+       sodipodi:nodetypes="ccccccccccccccccccccccccccc"
+       transform="matrix(0,1,-1,0,329.9602,-283.6893)" />
+    <path
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccccccccccc"
+       id="path13158"
+       d="m 314.57631,20.050887 c 4e-5,-0.29379 -0.23745,-0.531252 -0.53125,-0.531251 l -0.93751,-5e-6 c 
-0.29378,4.5e-5 -0.53123,0.237436 -0.53125,0.53125 l 0,1.468749 -10.99999,2e-6 0,-1.468746 c 4e-5,-0.29379 
-0.23744,-0.531239 -0.53124,-0.531238 l -0.93751,-1.1e-5 c -0.29379,4.3e-5 -0.53121,0.237528 
-0.53125,0.531249 l 0,1.999998 0.30935,0.492543 -0.30933,0.444975 1e-5,2 c -4e-5,0.293791 0.23745,0.531259 
0.53125,0.531261 l 0.93749,-1.1e-5 c 0.2938,-3e-5 0.53121,-0.237534 0.53125,-0.531249 l 0,-1.468746 
11.00001,3e-6 -1e-5,1.468739 c 6e-5,0.293818 0.23745,0.531256 0.53125,0.53125 l 0.93751,1.4e-5 c 
0.29379,-4.3e-5 0.53124,-0.237433 0.53125,-0.531251 l -1e-5,-2.000004 -0.44196,-0.444931 0.44193,-0.492559 
0,-1.999999 z"
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
 />
+    <path
+       id="path13171"
+       d="m 63.297639,46.273243 -4.474609,4.445313 0,-0.04492 -5.708984,5.804688 5.708984,5.746093 
0,-0.01953 4.503906,4.564453 5.716797,-5.794922 -0.02148,0 4.58789,-4.52539 -4.527343,-4.466797 0.01953,0 
-5.804688,-5.708985 z m -4.474609,5.708985 2.960937,0 0,2.990234 -2.960937,0 0,-2.990234 z m 5.980469,0 
3.011718,0 0,2.990234 -3.011718,0 0,-2.990234 z m -5.980469,6.009765 2.960937,0 0,2.982422 -2.960937,0 
0,-2.982422 z m 5.980469,0 3.011718,0 0,2.982422 -3.011718,0 0,-2.982422 z"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter:url(#filter5747);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0" />
+    <path
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+       d="m 62.988281,45.787109 -4.474609,4.445313 0,-0.04492 -5.708984,5.804688 5.708984,5.746093 
0,-0.01953 4.503906,4.564453 5.716797,-5.794922 -0.02148,0 4.58789,-4.52539 -4.527343,-4.466797 0.01953,0 
-5.804688,-5.708985 z m -4.474609,5.708985 2.960937,0 0,2.990234 -2.960937,0 0,-2.990234 z m 5.980469,0 
3.011718,0 0,2.990234 -3.011718,0 0,-2.990234 z m -5.980469,6.009765 2.960937,0 0,2.982422 -2.960937,0 
0,-2.982422 z m 5.980469,0 3.011718,0 0,2.982422 -3.011718,0 0,-2.982422 z"
+       id="path13162"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 379.048,56.707108 a 2.5176554,2.5176554 0 0 1 -2.51766,2.517655 2.5176554,2.5176554 0 0 1 
-2.51766,-2.517655 2.5176554,2.5176554 0 0 1 2.51766,-2.517655 2.5176554,2.5176554 0 0 1 2.51766,2.517655 z m 
-2.52938,-10.212891 -4.47461,4.445313 0,-0.04492 -5.70898,5.804688 5.70898,5.746093 0,-0.01953 
4.50391,4.564453 5.7168,-5.794922 -0.0215,0 4.58789,-4.52539 -4.52734,-4.466797 0.0195,0 z m 
-4.47461,5.708985 8.99219,0 0,8.992187 -8.99219,0 z"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter:url(#filter5747);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path13247"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path13209"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 378.51766,56 A 2.5176554,2.5176554 0 0 1 376,58.517655 2.5176554,2.5176554 0 0 1 373.48234,56 
2.5176554,2.5176554 0 0 1 376,53.482345 2.5176554,2.5176554 0 0 1 378.51766,56 Z m -2.52938,-10.212891 
-4.47461,4.445313 0,-0.04492 -5.70898,5.804688 5.70898,5.746093 0,-0.01953 4.50391,4.564453 5.7168,-5.794922 
-0.0215,0 4.58789,-4.52539 -4.52734,-4.466797 0.0195,0 z m -4.47461,5.708985 8.99219,0 0,8.992187 -8.99219,0 
z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path13391"
+       d="m 374.625,11.919922 a 8.9544477,8.9544477 0 0 0 -8.95508,8.955078 8.9544477,8.9544477 0 0 0 
8.95508,8.955078 8.9544477,8.9544477 0 0 0 4.61719,-1.294922 l 4.02539,4.027344 c 0.58192,0.58192 
1.51964,0.58192 2.10156,0 0.58192,-0.58192 0.58192,-1.519643 0,-2.101562 l -3.86523,-3.865235 A 
8.9544477,8.9544477 0 0 0 383.58008,20.875 8.9544477,8.9544477 0 0 0 374.625,11.919922 Z m 0,1.898437 A 
7.0568008,7.0568008 0 0 1 381.68164,20.875 7.0568008,7.0568008 0 0 1 374.625,27.931641 7.0568008,7.0568008 0 
0 1 367.56836,20.875 7.0568008,7.0568008 0 0 1 374.625,13.818359 Z"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter:url(#filter6035);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0" />
+    <path
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 374.5,10.544922 c -4.9459,-3.49e-4 -8.95543,4.00918 -8.95508,8.955078 -3.5e-4,4.945898 
4.00918,8.955427 8.95508,8.955078 1.62817,-0.0038 3.22448,-0.451541 4.61719,-1.294922 l 4.02539,4.027344 c 
0.58192,0.58192 1.51964,0.58192 2.10156,0 0.58192,-0.58192 0.58192,-1.519643 0,-2.101562 l -3.86523,-3.865235 
c 1.33871,-1.606035 2.07321,-3.629895 2.07617,-5.720703 3.5e-4,-4.945898 -4.00918,-8.955427 
-8.95508,-8.955078 z m 0,2.898437 c 3.34496,7.6e-5 6.05656,2.711682 6.05664,6.056641 -8e-5,3.344959 
-2.71168,6.056565 -6.05664,6.056641 -3.34496,-7.6e-5 -6.05656,-2.711682 -6.05664,-6.056641 8e-5,-3.344959 
2.71168,-6.056565 6.05664,-6.056641 z"
+       id="path13262"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccsscccccccc" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="0.99657619"
+       inkscape:original="M 374 17 L 374 20 L 371 20 L 371 21 L 374 21 L 374 24 L 375 24 L 375 21 L 378 21 L 
378 20 L 375 20 L 375 17 L 374 17 z "
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path13371"
+       d="M 374,16.003906 A 0.99667585,0.99667585 0 0 0 373.00391,17 l 0,2.003906 -2.00391,0 A 
0.99667585,0.99667585 0 0 0 370.00391,20 l 0,1 A 0.99667585,0.99667585 0 0 0 371,21.996094 l 2.00391,0 
0,2.003906 A 0.99667585,0.99667585 0 0 0 374,24.996094 l 1,0 A 0.99667585,0.99667585 0 0 0 375.99609,24 l 
0,-2.003906 2.00391,0 A 0.99667585,0.99667585 0 0 0 378.99609,21 l 0,-1 A 0.99667585,0.99667585 0 0 0 
378,19.003906 l -2.00391,0 0,-2.003906 A 0.99667585,0.99667585 0 0 0 375,16.003906 l -1,0 z"
+       transform="translate(0,-1)" />
+    <path
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 374,16 0,3 -3,0 0,1 3,0 0,3 1,0 0,-3 3,0 0,-1 -3,0 0,-3 -1,0 z"
+       id="rect13348"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter:url(#filter6035);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 408.625,11.919922 a 8.9544477,8.9544477 0 0 0 -8.95508,8.955078 8.9544477,8.9544477 0 0 0 
8.95508,8.955078 8.9544477,8.9544477 0 0 0 4.61719,-1.294922 l 4.02539,4.027344 c 0.58192,0.58192 
1.51964,0.58192 2.10156,0 0.58192,-0.58192 0.58192,-1.519643 0,-2.101562 l -3.86523,-3.865235 A 
8.9544477,8.9544477 0 0 0 417.58008,20.875 8.9544477,8.9544477 0 0 0 408.625,11.919922 Z m 0,1.898437 A 
7.0568008,7.0568008 0 0 1 415.68164,20.875 7.0568008,7.0568008 0 0 1 408.625,27.931641 7.0568008,7.0568008 0 
0 1 401.56836,20.875 7.0568008,7.0568008 0 0 1 408.625,13.818359 Z"
+       id="path13402" />
+    <path
+       id="path13373"
+       d="m 408.5,10.544922 c -4.9459,-3.49e-4 -8.95543,4.00918 -8.95508,8.955078 -3.5e-4,4.945898 
4.00918,8.955427 8.95508,8.955078 1.62817,-0.0038 3.22448,-0.451541 4.61719,-1.294922 l 4.02539,4.027344 c 
0.58192,0.58192 1.51964,0.58192 2.10156,0 0.58192,-0.58192 0.58192,-1.519643 0,-2.101562 l -3.86523,-3.865235 
c 1.33871,-1.606035 2.07321,-3.629895 2.07617,-5.720703 3.5e-4,-4.945898 -4.00918,-8.955427 
-8.95508,-8.955078 z m 0,2.898437 c 3.34496,7.6e-5 6.05656,2.711682 6.05664,6.056641 -8e-5,3.344959 
-2.71168,6.056565 -6.05664,6.056641 -3.34496,-7.6e-5 -6.05656,-2.711682 -6.05664,-6.056641 8e-5,-3.344959 
2.71168,-6.056565 6.05664,-6.056641 z"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccsscccccccc" />
+    <path
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 405,18.003906 c -0.54999,3.23e-4 -0.99577,0.446101 -0.99609,0.996094 l 0,1 c 3.2e-4,0.549993 
0.4461,0.995771 0.99609,0.996094 l 7,0 c 0.54999,-3.23e-4 0.99577,-0.446101 0.99609,-0.996094 l 0,-1 C 
412.99577,18.450007 412.54999,18.004229 412,18.003906 Z"
+       id="path13375"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <path
+       id="path13377"
+       d="m 405,19 0,1 7,0 0,-1 z"
+       
style="color:#000000;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
   </g>
   <g
      inkscape:groupmode="layer"
@@ -12814,8 +12893,7 @@
      inkscape:groupmode="layer"
      id="layer2"
      inkscape:label="slices"
-     style="display:none"
-     sodipodi:insensitive="true">
+     style="display:inline">
     <rect
        
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
        id="left_ptr"
@@ -13050,7 +13128,7 @@
        
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
 />
     <rect
        
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
-       id="move"
+       id="pointer-move"
        width="24"
        height="24"
        x="330"
@@ -14160,5 +14238,45 @@
        width="24"
        id="left_ptr_watch_0060"
        
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
 />
+    <rect
+       inkscape:label="#rect4642"
+       y="10"
+       x="295"
+       height="24"
+       width="24"
+       id="vertical-text"
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
 />
+    <rect
+       inkscape:label="#rect4642"
+       y="45"
+       x="51"
+       height="24"
+       width="24"
+       id="move"
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
 />
+    <rect
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
+       id="all-scroll"
+       width="24"
+       height="24"
+       x="364"
+       y="45"
+       inkscape:label="#rect4642" />
+    <rect
+       inkscape:label="#rect4642"
+       y="10"
+       x="364"
+       height="24"
+       width="24"
+       id="zoom-in"
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
 />
+    <rect
+       
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.52571429;fill:#6e6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
+       id="zoom-out"
+       width="24"
+       height="24"
+       x="398"
+       y="10"
+       inkscape:label="#rect4642" />
   </g>
 </svg>
diff --git a/src/cursors/pngs/24x24/all-scroll.png b/src/cursors/pngs/24x24/all-scroll.png
new file mode 100644
index 0000000..4790bdc
Binary files /dev/null and b/src/cursors/pngs/24x24/all-scroll.png differ
diff --git a/src/cursors/pngs/24x24/move.png b/src/cursors/pngs/24x24/move.png
index 81dff61..0806b61 100644
Binary files a/src/cursors/pngs/24x24/move.png and b/src/cursors/pngs/24x24/move.png differ
diff --git a/src/cursors/pngs/24x24/pointer-move.png b/src/cursors/pngs/24x24/pointer-move.png
new file mode 100644
index 0000000..81dff61
Binary files /dev/null and b/src/cursors/pngs/24x24/pointer-move.png differ
diff --git a/src/cursors/pngs/24x24/vertical-text.png b/src/cursors/pngs/24x24/vertical-text.png
new file mode 100644
index 0000000..d8fcf89
Binary files /dev/null and b/src/cursors/pngs/24x24/vertical-text.png differ
diff --git a/src/cursors/pngs/24x24/zoom-in.png b/src/cursors/pngs/24x24/zoom-in.png
new file mode 100644
index 0000000..ee2586c
Binary files /dev/null and b/src/cursors/pngs/24x24/zoom-in.png differ
diff --git a/src/cursors/pngs/24x24/zoom-out.png b/src/cursors/pngs/24x24/zoom-out.png
new file mode 100644
index 0000000..9e712bb
Binary files /dev/null and b/src/cursors/pngs/24x24/zoom-out.png differ
diff --git a/src/cursors/pngs/32x32/all-scroll.png b/src/cursors/pngs/32x32/all-scroll.png
new file mode 100644
index 0000000..b42ae85
Binary files /dev/null and b/src/cursors/pngs/32x32/all-scroll.png differ
diff --git a/src/cursors/pngs/32x32/move.png b/src/cursors/pngs/32x32/move.png
index e2b9345..6028099 100644
Binary files a/src/cursors/pngs/32x32/move.png and b/src/cursors/pngs/32x32/move.png differ
diff --git a/src/cursors/pngs/32x32/pointer-move.png b/src/cursors/pngs/32x32/pointer-move.png
new file mode 100644
index 0000000..e2b9345
Binary files /dev/null and b/src/cursors/pngs/32x32/pointer-move.png differ
diff --git a/src/cursors/pngs/32x32/vertical-text.png b/src/cursors/pngs/32x32/vertical-text.png
new file mode 100644
index 0000000..17241bc
Binary files /dev/null and b/src/cursors/pngs/32x32/vertical-text.png differ
diff --git a/src/cursors/pngs/32x32/zoom-in.png b/src/cursors/pngs/32x32/zoom-in.png
new file mode 100644
index 0000000..ae3114d
Binary files /dev/null and b/src/cursors/pngs/32x32/zoom-in.png differ
diff --git a/src/cursors/pngs/32x32/zoom-out.png b/src/cursors/pngs/32x32/zoom-out.png
new file mode 100644
index 0000000..846a3dd
Binary files /dev/null and b/src/cursors/pngs/32x32/zoom-out.png differ
diff --git a/src/cursors/pngs/48x48/all-scroll.png b/src/cursors/pngs/48x48/all-scroll.png
new file mode 100644
index 0000000..4b43aa2
Binary files /dev/null and b/src/cursors/pngs/48x48/all-scroll.png differ
diff --git a/src/cursors/pngs/48x48/move.png b/src/cursors/pngs/48x48/move.png
index eb7da2d..2995dbb 100644
Binary files a/src/cursors/pngs/48x48/move.png and b/src/cursors/pngs/48x48/move.png differ
diff --git a/src/cursors/pngs/48x48/pointer-move.png b/src/cursors/pngs/48x48/pointer-move.png
new file mode 100644
index 0000000..eb7da2d
Binary files /dev/null and b/src/cursors/pngs/48x48/pointer-move.png differ
diff --git a/src/cursors/pngs/48x48/vertical-text.png b/src/cursors/pngs/48x48/vertical-text.png
new file mode 100644
index 0000000..de4ea01
Binary files /dev/null and b/src/cursors/pngs/48x48/vertical-text.png differ
diff --git a/src/cursors/pngs/48x48/zoom-in.png b/src/cursors/pngs/48x48/zoom-in.png
new file mode 100644
index 0000000..cab9e53
Binary files /dev/null and b/src/cursors/pngs/48x48/zoom-in.png differ
diff --git a/src/cursors/pngs/48x48/zoom-out.png b/src/cursors/pngs/48x48/zoom-out.png
new file mode 100644
index 0000000..7c40a4e
Binary files /dev/null and b/src/cursors/pngs/48x48/zoom-out.png differ
diff --git a/src/cursors/pngs/64x64/all-scroll.png b/src/cursors/pngs/64x64/all-scroll.png
new file mode 100644
index 0000000..8de8c2e
Binary files /dev/null and b/src/cursors/pngs/64x64/all-scroll.png differ
diff --git a/src/cursors/pngs/64x64/move.png b/src/cursors/pngs/64x64/move.png
index 9f3c937..bdf94ae 100644
Binary files a/src/cursors/pngs/64x64/move.png and b/src/cursors/pngs/64x64/move.png differ
diff --git a/src/cursors/pngs/64x64/pointer-move.png b/src/cursors/pngs/64x64/pointer-move.png
new file mode 100644
index 0000000..9f3c937
Binary files /dev/null and b/src/cursors/pngs/64x64/pointer-move.png differ
diff --git a/src/cursors/pngs/64x64/vertical-text.png b/src/cursors/pngs/64x64/vertical-text.png
new file mode 100644
index 0000000..89d5f91
Binary files /dev/null and b/src/cursors/pngs/64x64/vertical-text.png differ
diff --git a/src/cursors/pngs/64x64/zoom-in.png b/src/cursors/pngs/64x64/zoom-in.png
new file mode 100644
index 0000000..a1a5e74
Binary files /dev/null and b/src/cursors/pngs/64x64/zoom-in.png differ
diff --git a/src/cursors/pngs/64x64/zoom-out.png b/src/cursors/pngs/64x64/zoom-out.png
new file mode 100644
index 0000000..b459f9f
Binary files /dev/null and b/src/cursors/pngs/64x64/zoom-out.png differ
diff --git a/src/cursors/pngs/96x96/all-scroll.png b/src/cursors/pngs/96x96/all-scroll.png
new file mode 100644
index 0000000..fce85f6
Binary files /dev/null and b/src/cursors/pngs/96x96/all-scroll.png differ
diff --git a/src/cursors/pngs/96x96/move.png b/src/cursors/pngs/96x96/move.png
index cf7ad02..63cd6b5 100644
Binary files a/src/cursors/pngs/96x96/move.png and b/src/cursors/pngs/96x96/move.png differ
diff --git a/src/cursors/pngs/96x96/pointer-move.png b/src/cursors/pngs/96x96/pointer-move.png
new file mode 100644
index 0000000..cf7ad02
Binary files /dev/null and b/src/cursors/pngs/96x96/pointer-move.png differ
diff --git a/src/cursors/pngs/96x96/vertical-text.png b/src/cursors/pngs/96x96/vertical-text.png
new file mode 100644
index 0000000..ed72c32
Binary files /dev/null and b/src/cursors/pngs/96x96/vertical-text.png differ
diff --git a/src/cursors/pngs/96x96/zoom-in.png b/src/cursors/pngs/96x96/zoom-in.png
new file mode 100644
index 0000000..769a348
Binary files /dev/null and b/src/cursors/pngs/96x96/zoom-in.png differ
diff --git a/src/cursors/pngs/96x96/zoom-out.png b/src/cursors/pngs/96x96/zoom-out.png
new file mode 100644
index 0000000..573db48
Binary files /dev/null and b/src/cursors/pngs/96x96/zoom-out.png differ
diff --git a/src/cursors/pngs/all-scroll.in b/src/cursors/pngs/all-scroll.in
new file mode 100644
index 0000000..438c24e
--- /dev/null
+++ b/src/cursors/pngs/all-scroll.in
@@ -0,0 +1,5 @@
+24 11 11 24x24/all-scroll.png
+32 15 15 32x32/all-scroll.png
+48 22 22 48x48/all-scroll.png
+64 30 30 64x64/all-scroll.png
+96 44 44 96x96/all-scroll.png
diff --git a/src/cursors/pngs/make.sh b/src/cursors/pngs/make.sh
index e2cb932..b6438eb 100755
--- a/src/cursors/pngs/make.sh
+++ b/src/cursors/pngs/make.sh
@@ -9,6 +9,7 @@ xcursorgen crossed_circle.in ../../../Adwaita/cursors/crossed_circle
 xcursorgen right_ptr.in ../../../Adwaita/cursors/right_ptr
 xcursorgen copy.in ../../../Adwaita/cursors/copy
 xcursorgen move.in ../../../Adwaita/cursors/move
+xcursorgen pointer-move.in ../../../Adwaita/cursors/pointer-move
 xcursorgen link.in ../../../Adwaita/cursors/link
 xcursorgen circle.in ../../../Adwaita/cursors/circle
 xcursorgen sb_h_double_arrow.in ../../../Adwaita/cursors/sb_h_double_arrow
@@ -52,6 +53,10 @@ xcursorgen dnd-copy.in ../../../Adwaita/cursors/dnd-copy
 xcursorgen dnd-link.in ../../../Adwaita/cursors/dnd-link
 xcursorgen dnd-move.in ../../../Adwaita/cursors/dnd-move
 xcursorgen dnd-ask.in ../../../Adwaita/cursors/dnd-ask
+xcursorgen zoom-in.in ../../../Adwaita/cursors/zoom-in
+xcursorgen zoom-out.in ../../../Adwaita/cursors/zoom-out
+xcursorgen all-scroll.in ../../../Adwaita/cursors/all-scroll
+xcursorgen vertical-text.in ../../../Adwaita/cursors/vertical-text
 
 cd ../../../Adwaita/cursors
 ln -sf    dotbox                       draped_box
@@ -71,10 +76,10 @@ ln -sf    copy                              1081e37283d90000800003c07f3ef6bf
 ln -sf    copy                         6407b0e94181790501fd1e167b474872
 ln -sf    cross                                cross_reverse
 ln -sf    cross                                diamond_cross
+ln -sf    hand1                                grab
 ln -sf    hand2                                9d800788f1b08800ae810202380a0822
 ln -sf    hand2                                e29285e634086352946a0e7090d73106
 ln -sf    hand2                                hand
-ln -sf    hand2                                hand1
 ln -sf    grabbing                     fleur
 ln -sf    question_arrow       d9ce0ab605698f320427677b458ad60b
 ln -sf    question_arrow       5c6cd98b3f3ebcb1f9c7f1c204630408
diff --git a/src/cursors/pngs/move.in b/src/cursors/pngs/move.in
index 2938b20..eee4930 100644
--- a/src/cursors/pngs/move.in
+++ b/src/cursors/pngs/move.in
@@ -1,5 +1,5 @@
-24 4 5 24x24/move.png
-32 6 8 32x32/move.png
-48 8 10 48x48/move.png
-64 12 16 64x64/move.png
-96 16 20 96x96/move.png
+24 11 11 24x24/move.png
+32 15 15 32x32/move.png
+48 22 22 48x48/move.png
+64 30 30 64x64/move.png
+96 44 44 96x96/move.png
diff --git a/src/cursors/pngs/pointer-move.in b/src/cursors/pngs/pointer-move.in
new file mode 100644
index 0000000..8e98962
--- /dev/null
+++ b/src/cursors/pngs/pointer-move.in
@@ -0,0 +1,5 @@
+24 4 5 24x24/pointer-move.png
+32 6 8 32x32/pointer-move.png
+48 8 10 48x48/pointer-move.png
+64 12 16 64x64/pointer-move.png
+96 16 20 96x96/pointer-move.png
diff --git a/src/cursors/pngs/vertical-text.in b/src/cursors/pngs/vertical-text.in
new file mode 100644
index 0000000..154bc95
--- /dev/null
+++ b/src/cursors/pngs/vertical-text.in
@@ -0,0 +1,5 @@
+24 11 11 24x24/vertical-text.png
+32 15 15 32x32/vertical-text.png
+48 22 22 48x48/vertical-text.png
+64 30 30 64x64/vertical-text.png
+96 44 44 96x96/vertical-text.png
diff --git a/src/cursors/pngs/zoom-in.in b/src/cursors/pngs/zoom-in.in
new file mode 100644
index 0000000..69e8b16
--- /dev/null
+++ b/src/cursors/pngs/zoom-in.in
@@ -0,0 +1,5 @@
+24 11 11 24x24/zoom-in.png
+32 15 15 32x32/zoom-in.png
+48 22 22 48x48/zoom-in.png
+64 30 30 64x64/zoom-in.png
+96 44 44 96x96/zoom-in.png
diff --git a/src/cursors/pngs/zoom-out.in b/src/cursors/pngs/zoom-out.in
new file mode 100644
index 0000000..1450870
--- /dev/null
+++ b/src/cursors/pngs/zoom-out.in
@@ -0,0 +1,5 @@
+24 11 11 24x24/zoom-out.png
+32 15 15 32x32/zoom-out.png
+48 22 22 48x48/zoom-out.png
+64 30 30 64x64/zoom-out.png
+96 44 44 96x96/zoom-out.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]