summaryrefslogtreecommitdiff
path: root/stickynotes/pixmaps
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-14 18:24:48 -0300
committerPerberos <[email protected]>2011-11-14 18:24:48 -0300
commit312ba610a1e98fc656fb58178227d7d45a64494e (patch)
tree54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /stickynotes/pixmaps
downloadmate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2
mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz
initial
Diffstat (limited to 'stickynotes/pixmaps')
-rw-r--r--stickynotes/pixmaps/Makefile.am65
-rw-r--r--stickynotes/pixmaps/close.pngbin0 -> 363 bytes
-rw-r--r--stickynotes/pixmaps/locked.pngbin0 -> 403 bytes
-rw-r--r--stickynotes/pixmaps/mate-sticky-notes-applet.16.pngbin0 -> 667 bytes
-rw-r--r--stickynotes/pixmaps/mate-sticky-notes-applet.22.pngbin0 -> 910 bytes
-rw-r--r--stickynotes/pixmaps/mate-sticky-notes-applet.24.pngbin0 -> 909 bytes
-rw-r--r--stickynotes/pixmaps/mate-sticky-notes-applet.32.pngbin0 -> 1255 bytes
-rw-r--r--stickynotes/pixmaps/mate-sticky-notes-applet.svg473
-rw-r--r--stickynotes/pixmaps/resize_se.pngbin0 -> 312 bytes
-rw-r--r--stickynotes/pixmaps/resize_sw.pngbin0 -> 295 bytes
-rw-r--r--stickynotes/pixmaps/unlocked.pngbin0 -> 398 bytes
11 files changed, 538 insertions, 0 deletions
diff --git a/stickynotes/pixmaps/Makefile.am b/stickynotes/pixmaps/Makefile.am
new file mode 100644
index 00000000..95634b58
--- /dev/null
+++ b/stickynotes/pixmaps/Makefile.am
@@ -0,0 +1,65 @@
+## Process this file with automake to produce Makefile.in
+
+stickynotes_applet_pixmapsdir = $(datadir)/pixmaps/stickynotes
+stickynotes_applet_pixmaps_DATA = \
+ locked.png \
+ unlocked.png \
+ close.png \
+ resize_se.png \
+ resize_sw.png
+
+icons = \
+ mate-sticky-notes-applet.16.png \
+ mate-sticky-notes-applet.32.png \
+ mate-sticky-notes-applet.22.png \
+ mate-sticky-notes-applet.24.png \
+ mate-sticky-notes-applet.svg
+
+EXTRA_DIST = \
+ $(stickynotes_applet_pixmaps_DATA) \
+ $(icons)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+uninstall-local:
+ for icon in $(icons); do \
+ SIZE=`echo $$icon | cut -d. -f2`; \
+ FILE=`echo $$icon | cut -d. -f1,3`; \
+ if [ "$$SIZE" = "svg" ]; then \
+ SIZE="scalable"; \
+ FILE="$$FILE.svg"; \
+ else \
+ SIZE="$${SIZE}x$${SIZE}"; \
+ fi; \
+ rm -f $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
+ done
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+install-data-local:
+ for icon in $(icons); do \
+ SIZE=`echo $$icon | cut -d. -f2`; \
+ FILE=`echo $$icon | cut -d. -f1,3`; \
+ if [ "$$SIZE" = "svg" ]; then \
+ SIZE="scalable"; \
+ FILE="$$FILE.svg"; \
+ else \
+ SIZE="$${SIZE}x$${SIZE}"; \
+ fi; \
+ mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
+ $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
+ done
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/stickynotes/pixmaps/close.png b/stickynotes/pixmaps/close.png
new file mode 100644
index 00000000..ad0e1eaa
--- /dev/null
+++ b/stickynotes/pixmaps/close.png
Binary files differ
diff --git a/stickynotes/pixmaps/locked.png b/stickynotes/pixmaps/locked.png
new file mode 100644
index 00000000..878eedb4
--- /dev/null
+++ b/stickynotes/pixmaps/locked.png
Binary files differ
diff --git a/stickynotes/pixmaps/mate-sticky-notes-applet.16.png b/stickynotes/pixmaps/mate-sticky-notes-applet.16.png
new file mode 100644
index 00000000..a8ba568a
--- /dev/null
+++ b/stickynotes/pixmaps/mate-sticky-notes-applet.16.png
Binary files differ
diff --git a/stickynotes/pixmaps/mate-sticky-notes-applet.22.png b/stickynotes/pixmaps/mate-sticky-notes-applet.22.png
new file mode 100644
index 00000000..378a08ab
--- /dev/null
+++ b/stickynotes/pixmaps/mate-sticky-notes-applet.22.png
Binary files differ
diff --git a/stickynotes/pixmaps/mate-sticky-notes-applet.24.png b/stickynotes/pixmaps/mate-sticky-notes-applet.24.png
new file mode 100644
index 00000000..17232bbd
--- /dev/null
+++ b/stickynotes/pixmaps/mate-sticky-notes-applet.24.png
Binary files differ
diff --git a/stickynotes/pixmaps/mate-sticky-notes-applet.32.png b/stickynotes/pixmaps/mate-sticky-notes-applet.32.png
new file mode 100644
index 00000000..d01b8c63
--- /dev/null
+++ b/stickynotes/pixmaps/mate-sticky-notes-applet.32.png
Binary files differ
diff --git a/stickynotes/pixmaps/mate-sticky-notes-applet.svg b/stickynotes/pixmaps/mate-sticky-notes-applet.svg
new file mode 100644
index 00000000..e3e3aa62
--- /dev/null
+++ b/stickynotes/pixmaps/mate-sticky-notes-applet.svg
@@ -0,0 +1,473 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ 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"
+ width="48px"
+ height="48px"
+ id="svg1307"
+ sodipodi:version="0.32"
+ inkscape:version="0.43+devel"
+ sodipodi:docbase="/home/lapo/Desktop/mate-applets/scalable"
+ sodipodi:docname="sticky-notes.svg"
+ inkscape:export-filename="/home/ulisse/icone/sticky-notes/scalable/sticky-notes.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs1309">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2832">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2834" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2836" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2822">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop2824" />
+ <stop
+ id="stop2830"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2826" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2934">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1;"
+ offset="0"
+ id="stop2936" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1"
+ offset="1"
+ id="stop2938" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2926"
+ inkscape:collect="always">
+ <stop
+ id="stop2928"
+ offset="0"
+ style="stop-color:#edd400;stop-opacity:1" />
+ <stop
+ id="stop2930"
+ offset="1"
+ style="stop-color:#c4a000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2910">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1"
+ offset="0"
+ id="stop2912" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1"
+ offset="1"
+ id="stop2914" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2898">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2900" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2902" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2882">
+ <stop
+ id="stop2908"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1"
+ offset="1"
+ id="stop2886" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2837">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2839" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2841" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2825">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop2827" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop2829" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2807">
+ <stop
+ id="stop2809"
+ offset="0"
+ style="stop-color:#c4a000;stop-opacity:1" />
+ <stop
+ id="stop2811"
+ offset="1"
+ style="stop-color:#edd400;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2214"
+ inkscape:collect="always">
+ <stop
+ id="stop2216"
+ offset="0"
+ style="stop-color:#edd400;stop-opacity:1" />
+ <stop
+ id="stop2218"
+ offset="1"
+ style="stop-color:#c4a000;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2281">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop2283" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2285" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2263">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2265" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2267" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2207">
+ <stop
+ style="stop-color:#fef8c1;stop-opacity:1"
+ offset="0"
+ id="stop2209" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1"
+ offset="1"
+ id="stop2211" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2207"
+ id="linearGradient2213"
+ x1="21"
+ y1="23.785212"
+ x2="22.125"
+ y2="27.959209"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-3.000034)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2263"
+ id="radialGradient2269"
+ cx="25.25"
+ cy="43.75"
+ fx="25.25"
+ fy="43.75"
+ r="19.25"
+ gradientTransform="matrix(1,0,0,0.194805,0,35.22727)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2281"
+ id="linearGradient2287"
+ x1="6.3131518"
+ y1="27.126162"
+ x2="6.8376656"
+ y2="31"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2214"
+ id="linearGradient2295"
+ x1="28.870058"
+ y1="22.477673"
+ x2="29.495005"
+ y2="25.004829"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2807"
+ id="linearGradient2226"
+ x1="27.534513"
+ y1="36.90781"
+ x2="27.534513"
+ y2="28.79846"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2825"
+ id="linearGradient2831"
+ x1="39.875"
+ y1="19.0625"
+ x2="40.167702"
+ y2="21.125"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2837"
+ id="linearGradient2843"
+ x1="6.0359154"
+ y1="25.024548"
+ x2="6.6739359"
+ y2="27.933392"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2882"
+ id="linearGradient2888"
+ x1="37.207386"
+ y1="16.975407"
+ x2="38.323223"
+ y2="20.749966"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2898"
+ id="linearGradient2904"
+ x1="16.357021"
+ y1="23.864025"
+ x2="16.632799"
+ y2="45.10363"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2910"
+ id="linearGradient2916"
+ x1="33.1875"
+ y1="25.5"
+ x2="33.25"
+ y2="30.0625"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2926"
+ id="linearGradient2924"
+ x1="39.279198"
+ y1="18.280069"
+ x2="40.481865"
+ y2="22.897709"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2934"
+ id="linearGradient2940"
+ x1="24"
+ y1="35.625"
+ x2="24"
+ y2="30.762564"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2822"
+ id="linearGradient2828"
+ x1="20"
+ y1="39.5"
+ x2="20"
+ y2="33.982628"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2832"
+ id="radialGradient2838"
+ cx="40"
+ cy="36.75"
+ fx="40"
+ fy="36.75"
+ r="3"
+ gradientTransform="matrix(2,0,0,0.916667,-40,3.0625)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2832"
+ id="radialGradient2850"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2,0,0,-0.916667,88,70.4375)"
+ cx="40"
+ cy="36.75"
+ fx="40"
+ fy="36.75"
+ r="3" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="32.487302"
+ inkscape:cy="9.9825548"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:grid-points="true"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:window-width="1034"
+ inkscape:window-height="730"
+ inkscape:window-x="94"
+ inkscape:window-y="48"
+ fill="#2e3436"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false"
+ showborder="true" />
+ <metadata
+ id="metadata1312">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ulisse Perusin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title>Notes</dc:title>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g2852"
+ style="opacity:0.2745098"
+ transform="matrix(0.980114,0,0,1.363636,0.414756,-13.86362)">
+ <rect
+ y="34"
+ x="8"
+ height="5.5"
+ width="32"
+ id="rect2815"
+ style="opacity:1;color:black;fill:url(#linearGradient2828);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ id="path2820"
+ d="M 40,39.5 C 43.312,39.5 46,38.268 46,36.75 C 46,35.232 43.312,34 40,34 L 40,39.5 z "
+ style="opacity:1;color:black;fill:url(#radialGradient2838);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ id="path2848"
+ d="M 8,34 C 4.688,34 2,35.232 2,36.75 C 2,38.268 4.688,39.5 8,39.5 L 8,34 z "
+ style="opacity:1;color:black;fill:url(#radialGradient2850);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ style="color:#000000;fill:url(#linearGradient2916);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2226);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 8,13.5 L 4.5,32 L 4.5,37.5 L 43.5,37.5 L 43.5,32 L 40.5,13.5 L 8,13.5 z "
+ id="path2191"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:0.18431373;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 5.5,31 L 42.585938,31 L 41.354473,21.996209 L 5.5,29 L 5.5,31 z "
+ id="path2271"
+ sodipodi:nodetypes="ccccc" />
+ <rect
+ style="opacity:1;color:black;fill:url(#linearGradient2940);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect2845"
+ width="38"
+ height="5"
+ x="5"
+ y="32" />
+ <path
+ style="opacity:0.53333327;color:black;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2904);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
+ d="M 8.8125,14.5 L 5.5,32 L 5.5,36.5 L 42.5,36.5 L 42.5,32 L 39.625,14.5 L 8.8125,14.5 z "
+ id="path2799"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="color:black;fill:url(#linearGradient2888);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2924);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 8,13.499966 L 40.5,13.499966 C 41.703125,22.531216 41,22.999966 39,22.999966 L 5.328125,27.999966 L 8,13.499966 z "
+ id="rect2179"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.99436891"
+ inkscape:original="M 8 13.5 L 5.3125 28 L 39 23 C 41 23 41.703125 22.53125 40.5 13.5 L 8 13.5 z "
+ style="color:black;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2831);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.67058824"
+ id="path2815"
+ d="M 8.8125,14.5 L 6.53125,26.8125 L 38.84375,22.03125 C 38.894914,22.016671 38.947165,22.006221 39,22 C 39.461157,22 39.697676,21.935738 39.75,21.90625 C 39.802324,21.876762 39.866621,21.899614 39.96875,21.4375 C 40.150115,20.616856 39.991557,18.072607 39.5625,14.5 L 8.8125,14.5 z " />
+ <path
+ style="color:#000000;fill:url(#linearGradient2213);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2295);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 2.5,26.499966 L 35.5,10.499966 C 34.461788,15.241546 37.656856,23.602212 39.5,22.999966 L 4.9091373,29.404027 C 3.4091373,29.404027 2.5,27.999966 2.5,26.499966 z "
+ id="rect2195"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-1.0117563"
+ inkscape:original="M 35.5 10.5 L 2.5 26.5 C 2.5 28 3.4062501 29.406249 4.90625 29.40625 L 39.5 23 C 37.656856 23.602246 34.461788 15.24158 35.5 10.5 z "
+ style="color:black;fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2843);stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2835"
+ d="M 34.46875,12.125 L 3.65625,27.0625 C 3.7313076,27.364699 3.7834516,27.705696 3.9375,27.90625 C 4.1762868,28.217123 4.4563285,28.355419 4.84375,28.375 L 37.0625,22.40625 C 36.46677,21.523699 35.92008,20.402292 35.46875,19.09375 C 34.723726,16.933702 34.368075,14.432538 34.46875,12.125 z " />
+ </g>
+</svg>
diff --git a/stickynotes/pixmaps/resize_se.png b/stickynotes/pixmaps/resize_se.png
new file mode 100644
index 00000000..374314ba
--- /dev/null
+++ b/stickynotes/pixmaps/resize_se.png
Binary files differ
diff --git a/stickynotes/pixmaps/resize_sw.png b/stickynotes/pixmaps/resize_sw.png
new file mode 100644
index 00000000..fa216283
--- /dev/null
+++ b/stickynotes/pixmaps/resize_sw.png
Binary files differ
diff --git a/stickynotes/pixmaps/unlocked.png b/stickynotes/pixmaps/unlocked.png
new file mode 100644
index 00000000..72bbc9ee
--- /dev/null
+++ b/stickynotes/pixmaps/unlocked.png
Binary files differ