[longomatch] Move cursors to data directory as we will stop shipping them as resources.



commit 019b2d4b55963888d9521762f54810abcf27a166
Author: Julien Moutte <julien fluendo com>
Date:   Fri Apr 24 14:50:58 2015 +0200

    Move cursors to data directory as we will stop shipping them as resources.

 data/images/Makefile.am         |   14 +++++++
 data/images/cursors/angle       |   38 ++++++++++++++++++++
 data/images/cursors/arrow       |   38 ++++++++++++++++++++
 data/images/cursors/cross       |  Bin 0 -> 113 bytes
 data/images/cursors/ellipse     |   38 ++++++++++++++++++++
 data/images/cursors/eraser      |  Bin 0 -> 751 bytes
 data/images/cursors/freehand    |   38 ++++++++++++++++++++
 data/images/cursors/hand_closed |   18 +++++++++
 data/images/cursors/hand_opened |   17 +++++++++
 data/images/cursors/hand_select |   19 ++++++++++
 data/images/cursors/number      |   38 ++++++++++++++++++++
 data/images/cursors/player      |   75 +++++++++++++++++++++++++++++++++++++++
 data/images/cursors/rect        |   38 ++++++++++++++++++++
 data/images/cursors/text        |   38 ++++++++++++++++++++
 data/images/cursors/zoom        |   69 +++++++++++++++++++++++++++++++++++
 15 files changed, 478 insertions(+), 0 deletions(-)
---
diff --git a/data/images/Makefile.am b/data/images/Makefile.am
index 5eee616..8dbb373 100644
--- a/data/images/Makefile.am
+++ b/data/images/Makefile.am
@@ -1,5 +1,19 @@
 imagesdir = @datadir@/@PACKAGE@/images
 nobase_dist_images_DATA = Makefile.am \
+       cursors/angle \
+       cursors/arrow \
+       cursors/cross \
+       cursors/ellipse \
+       cursors/eraser \
+       cursors/freehand \
+       cursors/hand_closed \
+       cursors/hand_opened \
+       cursors/hand_select \
+       cursors/number \
+       cursors/player \
+       cursors/rect \
+       cursors/text \
+       cursors/zoom \
        dashboard/longomatch-event.svg \
        dashboard/longomatch-penalties.svg \
        dashboard/longomatch-score.svg \
diff --git a/data/images/cursors/angle b/data/images/cursors/angle
new file mode 100644
index 0000000..7a7febb
--- /dev/null
+++ b/data/images/cursors/angle
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *rect[] = {
+"32 32 3 1 4 4",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.                          ",
+"   .+. .................        ",
+"   ... .+++++++++++++++.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+++++++++++++++.        ",
+"       .................        ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/arrow b/data/images/cursors/arrow
new file mode 100644
index 0000000..f4c498b
--- /dev/null
+++ b/data/images/cursors/arrow
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *arrow[] = {
+"32 32 3 1 4 4",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.                          ",
+"   .+.                          ",
+"   ...                          ",
+"         .++..                  ",
+"         .+.++..                ",
+"          .+..++..              ",
+"          .+....++..            ",
+"           .+.....++.           ",
+"           .+.......+.          ",
+"            .+......+.          ",
+"            .+.....+.           ",
+"             .+.....+.          ",
+"             .+..+...+.         ",
+"              .++.+...+.        ",
+"               .. .+...+.       ",
+"                   .+...+.      ",
+"                    .+...+.     ",
+"                     .+...+.    ",
+"                      .+...+.   ",
+"                       .+ +.    ",
+"                        .+.     ",
+"                         .      ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/cross b/data/images/cursors/cross
new file mode 100644
index 0000000..8dfe3a0
Binary files /dev/null and b/data/images/cursors/cross differ
diff --git a/data/images/cursors/ellipse b/data/images/cursors/ellipse
new file mode 100644
index 0000000..7429188
--- /dev/null
+++ b/data/images/cursors/ellipse
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *ellipse[] = {
+"32 32 3 1 4 4",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.                          ",
+"   .+.       .......            ",
+"   ...    ....+++++....         ",
+"         ..+++.....+++..        ",
+"        ..+...........+..       ",
+"       ..+.............+..      ",
+"       .+...............+.      ",
+"       .+...............+.      ",
+"       .+...............+.      ",
+"       ..+.............+..      ",
+"        ..+...........+..       ",
+"         ..+++.....+++..        ",
+"          ....+++++....         ",
+"             .......            ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/eraser b/data/images/cursors/eraser
new file mode 100644
index 0000000..f1413a1
Binary files /dev/null and b/data/images/cursors/eraser differ
diff --git a/data/images/cursors/freehand b/data/images/cursors/freehand
new file mode 100644
index 0000000..031d5e8
--- /dev/null
+++ b/data/images/cursors/freehand
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *freehand[] = {
+"32 32 3 1 4 4",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.                          ",
+"   .+.                          ",
+"   ...                          ",
+"         ..                     ",
+"         .+......               ",
+"          .++++++.              ",
+"          .++..+.+.             ",
+"          .+..++..+.            ",
+"          .+.+..+..+.           ",
+"          .+++...+..+.          ",
+"          .+..+...+..+.         ",
+"           .+..+...+..+.        ",
+"            .+..+...+..+.       ",
+"             .+..+...+..+.      ",
+"              .+..+...+.++.     ",
+"               .+..+...+..+.    ",
+"                .+..+.+...+.    ",
+"                 .+..+...+.     ",
+"                  .++...+.      ",
+"                   .+..+.       ",
+"                    .++.        ",
+"                     ..         ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/hand_closed b/data/images/cursors/hand_closed
new file mode 100644
index 0000000..2fc96f1
--- /dev/null
+++ b/data/images/cursors/hand_closed
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
x="0px" y="0px"
+        width="15px" height="15px" viewBox="0 0 15 15" enable-background="new 0 0 15 15" 
xml:space="preserve">
+<g>
+       <polygon fill="#FFFFFF" points="10.671,4.265 10.671,3.594 9.999,3.594 9.999,4.265 9.335,4.265 
9.335,3.594 9.327,3.594 
+               9.327,2.929 8.014,2.929 8.014,4.265 7.351,4.265 7.351,2.922 7.357,2.922 7.351,2.915 
6.021,2.915 6.016,2.922 6.021,2.922 
+               6.021,4.265 5.356,4.265 5.356,2.922 4.028,2.922 4.028,7.625 3.364,7.625 3.364,5.609 
2.699,5.609 2.699,8.297 3.364,8.297 
+               3.364,9.641 4.028,9.641 4.028,10.984 4.692,10.984 4.692,12.328 10.007,12.328 10.007,10.984 
10.671,10.984 10.671,8.969 
+               11.336,8.969 11.336,4.265       "/>
+       <path fill="#231F20" d="M6.021,4.265V2.922H5.356v1.343H6.021z M2.035,5.609v2.688h0.664V5.609H2.035z 
M9.327,2.929v0.665h0.008
+               v0.671h0.664V3.594h0.672V2.929H9.327z 
M7.983,2.265v0.657H7.351v1.343h0.663V2.929h1.313V2.265H7.983z M7.351,2.25H6.006v0.665
+               h1.345V2.25z M10.671,3.594v0.671h0.665V3.594H10.671z M11.336,4.265v4.704H12V4.265H11.336z 
M10.671,10.984h0.665V8.969h-0.665
+               V10.984z M10.007,12.328H4.692v-1.344H4.028V13h6.643v-2.016h-0.664V12.328z 
M2.699,8.297v1.344h0.665V8.297H2.699z M3.364,9.641
+               v1.344h0.664V9.641H3.364z 
M3.364,7.625h0.664V2.922h1.329V2.257H4.013v0.665H3.364v2.016H2.699v0.671h0.665V7.625z"/>
+</g>
+</svg>
diff --git a/data/images/cursors/hand_opened b/data/images/cursors/hand_opened
new file mode 100644
index 0000000..6cb5909
--- /dev/null
+++ b/data/images/cursors/hand_opened
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
x="0px" y="0px"
+        width="15px" height="15px" viewBox="0 0 15 15" enable-background="new 0 0 15 15" 
xml:space="preserve">
+<g>
+       <polygon fill="#FFFFFF" points="10.933,6.453 10.933,3.227 9.656,3.227 9.656,6.453 9.017,6.453 
9.017,1.936 7.742,1.936 
+               7.742,6.453 7.104,6.453 7.104,2.514 7.104,2.514 7.104,0.645 5.828,0.645 5.828,6.453 
5.19,6.453 5.19,1.29 3.914,1.29 
+               3.914,5.162 3.914,5.162 3.914,9.679 3.277,9.679 3.277,7.743 2.639,7.743 2.639,10.324 
3.277,10.324 3.277,11.613 3.914,11.613 
+               3.914,12.905 4.552,12.905 4.552,14.196 9.656,14.196 9.656,12.905 10.294,12.905 10.294,10.969 
10.933,10.969 10.933,6.453         "/>
+       <path fill="#231F20" d="M5.19,6.453h0.638V0.645H3.914V1.29H5.19V6.453z 
M7.104,2.514v3.939h0.638V1.936h1.274V1.29H7.742V0.645
+               H7.104V2.514L7.104,2.514z M3.277,9.679h0.637V1.29H3.277v5.808H2.638v0.646h0.639V9.679z 
M9.656,6.453V3.227h1.276V2.582H9.656
+               V1.936h-0.64v4.517H9.656z M2,7.743v2.581h0.638V7.743H2z M7.104,0H5.828v0.645h1.276V0z 
M2.638,10.324v1.289h0.639v-1.289H2.638z
+                M10.933,3.227v3.227l0,0v4.516h0.638V3.227H10.933z M10.294,12.905h0.639v-1.937h-0.639V12.905z 
M3.277,11.613v1.292h0.637v-1.292
+               H3.277z M9.656,14.196H4.552v-1.291H3.914v1.936h6.38v-1.936H9.656V14.196z"/>
+</g>
+</svg>
diff --git a/data/images/cursors/hand_select b/data/images/cursors/hand_select
new file mode 100644
index 0000000..e172fec
--- /dev/null
+++ b/data/images/cursors/hand_select
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
x="0px" y="0px"
+        width="15px" height="15px" viewBox="0 0 15 15" enable-background="new 0 0 15 15" 
xml:space="preserve">
+<g>
+       <polygon fill="#FFFFFF" points="11.227,6.636 11.227,6.006 10.597,6.006 10.597,6.636 9.974,6.636 
9.974,6.006 9.966,6.006 
+               9.966,5.384 8.735,5.384 8.735,6.636 8.113,6.636 8.113,5.377 8.119,5.377 8.113,5.369 
6.867,5.369 6.867,6.636 6.245,6.636 
+               6.245,1.598 4.999,1.598 4.999,5.377 4.999,5.377 4.999,9.785 4.376,9.785 4.376,7.896 
3.753,7.896 3.753,10.415 4.376,10.415 
+               4.376,11.675 4.999,11.675 4.999,12.934 5.623,12.934 5.623,14.193 10.604,14.193 10.604,12.934 
11.227,12.934 11.227,11.045 
+               11.849,11.045 11.849,6.636      "/>
+       <path fill="#231F20" d="M6.245,0.968H4.999v0.629h1.246V0.968z 
M6.867,6.636V5.369h1.246V4.747H6.867V1.598H6.245v5.039H6.867z
+                M3.131,7.896v2.519h0.623V7.896H3.131z 
M9.966,5.384v0.623h0.008v0.63h0.623v-0.63h0.63V5.384H9.966z M8.707,4.761v0.616H8.113
+               v1.259h0.622V5.384h1.23V4.761H8.707z M11.227,6.006v0.63h0.622v-0.63H11.227z 
M11.849,6.636v4.409h0.623V6.636H11.849z
+                M11.227,12.934h0.622v-1.889h-0.622V12.934z 
M10.604,14.193H5.623v-1.26H4.999v1.89h6.228v-1.89h-0.623V14.193z M3.753,10.415
+               v1.26h0.623v-1.26H3.753z M4.376,11.675v1.259h0.623v-1.259H4.376z 
M4.376,9.785h0.623V1.598H4.376v5.668H3.753v0.63h0.623V9.785z"
+               />
+</g>
+</svg>
diff --git a/data/images/cursors/number b/data/images/cursors/number
new file mode 100644
index 0000000..7d6b664
--- /dev/null
+++ b/data/images/cursors/number
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *number[] = {
+"32 32 3 1 7 7",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"       .                        ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+" .....   .....                  ",
+".+++++   +++++.                 ",
+" .....   .....                  ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"       .            .......     ",
+"                   .++++++.     ",
+"                  .+++++++.     ",
+"                 ....+++++.     ",
+"         ....        .++++.     ",
+"         .++.        .++++.     ",
+"         .++.        .++++.     ",
+"      ....++....     .++++.     ",
+"      .++++++++.     .++++.     ",
+"      .++++++++.     .++++.     ",
+"      ....++....     .++++.     ",
+"         .++.        .++++.     ",
+"         .++.     ...++++++...  ",
+"         ....     .++++++++++.  ",
+"                  .++++++++++.  ",
+"                  ............  ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/player b/data/images/cursors/player
new file mode 100644
index 0000000..492b0f8
--- /dev/null
+++ b/data/images/cursors/player
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="32.000084"
+   height="32"
+   viewBox="0 0 32.000084 32"
+   enable-background="new 0 0 36 36"
+   xml:space="preserve"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="player"><metadata
+     id="metadata13"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs11" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1059"
+     inkscape:window-height="754"
+     id="namedview9"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="2.359375"
+     inkscape:cx="-77.069189"
+     inkscape:cy="16.001266"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Layer_1" /><path
+     id="plus_12_"
+     d="m 1728.6266,831.451 c -0.297,0 -0.535,-0.238 -0.535,-0.535 v -5.23 h -5.229 c -0.298,0 -0.537,-0.239 
-0.537,-0.534 v -3.461 c 0,-0.298 0.239,-0.535 0.537,-0.535 h 5.229 v -5.23 c 0,-0.299 0.238,-0.537 
0.535,-0.537 h 3.461 c 0.296,0 0.536,0.238 0.536,0.537 v 5.23 h 5.229 c 0.298,0 0.537,0.237 0.537,0.535 v 
3.461 c 0,0.295 -0.239,0.534 -0.537,0.534 h -5.229 v 5.23 c 0,0.297 -0.24,0.535 -0.536,0.535 h -3.461 z"
+     inkscape:connector-curvature="0"
+     style="fill:#6a6a6a" /><g
+     id="usericon"
+     transform="matrix(0.86383988,0,0,0.86386867,4.2659258,4.6887742)"><path
+       d="m 30.156,26.683 -9.551,-3.474 h -5.21 l -9.55,3.474 c 0,0 -1.737,0.27 -1.737,1.735 v 1.738 c 
0,0.959 0.778,1.735 1.737,1.735 h 24.311 c 0.959,0 1.735,-0.776 1.735,-1.735 v -1.738 c 0.001,-1.439 
-1.735,-1.735 -1.735,-1.735 z"
+       id="path5"
+       inkscape:connector-curvature="0"
+       style="fill:#6a6a6a" /><path
+       d="m 18,21.474 c 4.341,0 6.945,-4.07 6.945,-6.946 v -4.342 c 0,-2.874 -3.109,-6.077 -6.945,-6.077 
-3.835,0 -6.946,3.203 -6.946,6.077 v 4.342 c 0,2.603 2.604,6.946 6.946,6.946 z"
+       id="path7"
+       inkscape:connector-curvature="0"
+       style="fill:#6a6a6a" /></g><image
+     y="0.42257506"
+     x="0.17584236"
+     id="image2993"
+     
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMBJREFU
+WIXtVdEOhDAIoxf//5d7L1tiFBiLoN5lfdLNQC0FRByQpHdfipac1SQ+lcEXgZ8gABHd7QDQn0f3
+lwiQpBFrf3giQDKFxOMKmFhzYBG4C66TW4tOud3zbHXjuMnLN/sogXWf4oEenOT0n24zCTqOtTy+
+tzEdIhBWAECJiR5vQ7MEUUdfVcX1gBZ8f5bRWu8tgYgudfZAMQl4Umd2Q2gORDAyJgD1mzCBiPQj
+ZbQyhghUbrG0EojcsPH+El/ugHEibn1qZgAAAABJRU5ErkJggg==
+"
+     height="32"
+     width="32" /></svg>
\ No newline at end of file
diff --git a/data/images/cursors/rect b/data/images/cursors/rect
new file mode 100644
index 0000000..7a7febb
--- /dev/null
+++ b/data/images/cursors/rect
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *rect[] = {
+"32 32 3 1 4 4",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"   ...                          ",
+"   .+.                          ",
+"   .+.                          ",
+"....+....                       ",
+".+++ +++.                       ",
+"....+....                       ",
+"   .+.                          ",
+"   .+. .................        ",
+"   ... .+++++++++++++++.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+.............+.        ",
+"       .+++++++++++++++.        ",
+"       .................        ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/text b/data/images/cursors/text
new file mode 100644
index 0000000..6fd139e
--- /dev/null
+++ b/data/images/cursors/text
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *text[] = {
+"32 32 3 1 7 7",
+"      c None",
+".     c #FFFFFF",
+"+     c #000000",
+"       .                        ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.                       ",
+" .....   .....                  ",
+".+++++   +++++.                 ",
+" .....   .....                  ",
+"      .+.                       ",
+"      .+.                       ",
+"      .+.    ....               ",
+"      .+.   .++++.              ",
+"      .+.   .++++.              ",
+"       .   .++++++.             ",
+"           .++++++.             ",
+"           .++++++.             ",
+"          .+++..+++.            ",
+"          .+++..+++.            ",
+"          .++++++++.            ",
+"         .++++++++++.           ",
+"         .+++....+++.           ",
+"          ...    ...            ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                ",
+"                                "};
diff --git a/data/images/cursors/zoom b/data/images/cursors/zoom
new file mode 100644
index 0000000..a4fd49d
--- /dev/null
+++ b/data/images/cursors/zoom
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="32.000084"
+   height="32"
+   viewBox="0 0 32.000084 32"
+   enable-background="new 0 0 36 36"
+   xml:space="preserve"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="player"><metadata
+     id="metadata13"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs11" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1059"
+     inkscape:window-height="754"
+     id="namedview9"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="5.5666504"
+     inkscape:cx="16.344258"
+     inkscape:cy="16.001266"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Layer_1" /><path
+     id="plus_12_"
+     d="m 1728.6266,831.451 c -0.297,0 -0.535,-0.238 -0.535,-0.535 v -5.23 h -5.229 c -0.298,0 -0.537,-0.239 
-0.537,-0.534 v -3.461 c 0,-0.298 0.239,-0.535 0.537,-0.535 h 5.229 v -5.23 c 0,-0.299 0.238,-0.537 
0.535,-0.537 h 3.461 c 0.296,0 0.536,0.238 0.536,0.537 v 5.23 h 5.229 c 0.298,0 0.537,0.237 0.537,0.535 v 
3.461 c 0,0.295 -0.239,0.534 -0.537,0.534 h -5.229 v 5.23 c 0,0.297 -0.24,0.535 -0.536,0.535 h -3.461 z"
+     inkscape:connector-curvature="0"
+     style="fill:#6a6a6a" /><image
+     y="0.42257506"
+     x="0.17584236"
+     id="image2993"
+     
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMBJREFU
 WIXtVdEOhDAIoxf//5d7L1tiFBiLoN5lfdLNQC0FRByQpHdfipac1SQ+lcEXgZ8gABHd7QDQn0f3 
lwiQpBFrf3giQDKFxOMKmFhzYBG4C66TW4tOud3zbHXjuMnLN/sogXWf4oEenOT0n24zCTqOtTy+ 
tzEdIhBWAECJiR5vQ7MEUUdfVcX1gBZ8f5bRWu8tgYgudfZAMQl4Umd2Q2gORDAyJgD1mzCBiPQj 
ZbQyhghUbrG0EojcsPH+El/ugHEibn1qZgAAAABJRU5ErkJggg== "
+     height="32"
+     width="32" /><g
+     id="g3000"
+     transform="matrix(0.77778498,0,0,0.77778498,11,-4.5556996)"><g
+       id="Layer_1_1_" /><g
+       id="g2988"><g
+         id="g2990"><path
+           id="path2992"
+           d="M 20.25,30.125 C 20.25,24.534 15.716,20 10.125,20 4.534,20 0,24.534 0,30.125 0,35.716 
4.534,40.25 10.125,40.25 c 5.591,0 10.125,-4.534 10.125,-10.125 z m -10.125,7.594 c -4.187,0 -7.594,-3.406 
-7.594,-7.594 0,-4.188 3.406,-7.594 7.594,-7.594 4.187,0 7.594,3.406 7.594,7.594 0,4.187 -3.407,7.594 
-7.594,7.594 z m 16.133,4.96 -6.195,-6.195 c -0.923,1.435 -2.144,2.656 -3.579,3.579 l 6.195,6.195 c 
0.989,0.989 2.592,0.989 3.579,0 0.989,-0.987 0.989,-2.59 0,-3.579 z"
+           inkscape:connector-curvature="0"
+           style="fill:#6a6a6a" /></g></g></g></svg>
\ No newline at end of file


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