Code

Add 2 missing icons; Change align and distribute icon naming to be more
authortweenk <tweenk@users.sourceforge.net>
Sat, 14 Feb 2009 01:04:09 +0000 (01:04 +0000)
committertweenk <tweenk@users.sourceforge.net>
Sat, 14 Feb 2009 01:04:09 +0000 (01:04 +0000)
consistent; add Makefile.am generation script for the hicolor directory

35 files changed:
share/icons/hicolor/Makefile.am
share/icons/hicolor/scalable/actions/Makefile.am
share/icons/hicolor/scalable/actions/align-bottom-to-anchor.svg [deleted file]
share/icons/hicolor/scalable/actions/align-bottom.svg [deleted file]
share/icons/hicolor/scalable/actions/align-center-horizontal.svg [deleted file]
share/icons/hicolor/scalable/actions/align-center-vertical.svg [deleted file]
share/icons/hicolor/scalable/actions/align-horizontal-baseline.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-center.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-left-to-anchor.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-left.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-nodes.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-right-to-anchor.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-horizontal-right.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-left-to-anchor.svg [deleted file]
share/icons/hicolor/scalable/actions/align-left.svg [deleted file]
share/icons/hicolor/scalable/actions/align-right-to-anchor.svg [deleted file]
share/icons/hicolor/scalable/actions/align-right.svg [deleted file]
share/icons/hicolor/scalable/actions/align-top-to-anchor.svg [deleted file]
share/icons/hicolor/scalable/actions/align-top.svg [deleted file]
share/icons/hicolor/scalable/actions/align-vertical-baseline.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-bottom-to-anchor.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-bottom.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-center.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-nodes.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-top-to-anchor.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/align-vertical-top.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/node-align-horizontal.svg [deleted file]
share/icons/hicolor/scalable/actions/node-align-vertical.svg [deleted file]
share/icons/hicolor/scalable/actions/show-node-handles.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/show-path-outline.svg [new file with mode: 0644]
share/icons/hicolor/scalable/actions/text-align-baseline-horizontal.svg [deleted file]
share/icons/hicolor/scalable/actions/text-align-baseline-vertical.svg [deleted file]
share/icons/hicolor/scalable/places/Makefile.am
share/icons/hicolor/scalable/status/Makefile.am
share/icons/hicolor/update-makefiles.sh [new file with mode: 0755]

index 79eec6c9b4dfa6bb4e744891fd9c1dd12a0a4989..4d135e17f1477f101bd67f3f5b242c1dbaae7ebd 100644 (file)
@@ -1 +1,2 @@
 SUBDIRS = scalable
+EXTRA_DIST = update-makefiles.sh
index eb04aff9c61a9f475b9634f7e7bbf31665bb766b..5be4e82d034c4c7684c7c84e0b1d2f2ca8cb2356 100644 (file)
@@ -4,21 +4,24 @@ context = actions
 
 iconsdir = $(themedir)/$(size)/$(context)
 
-# To update this list, run:
-# find . -name '*.svg' -and -not -name '*.svn*' -printf '\t%P \\\n' | sort | zenity --text-info
-# and paste the contents of the dialog box here
+# Auto-generated by update-makefiles.sh
+# Re-run the script to update.
 
 icons_DATA = \
-       align-bottom.svg \
-       align-bottom-to-anchor.svg \
-       align-center-horizontal.svg \
-       align-center-vertical.svg \
-       align-left.svg \
-       align-left-to-anchor.svg \
-       align-right.svg \
-       align-right-to-anchor.svg \
-       align-top.svg \
-       align-top-to-anchor.svg \
+       align-horizontal-baseline.svg \
+       align-horizontal-center.svg \
+       align-horizontal-left.svg \
+       align-horizontal-left-to-anchor.svg \
+       align-horizontal-nodes.svg \
+       align-horizontal-right.svg \
+       align-horizontal-right-to-anchor.svg \
+       align-vertical-baseline.svg \
+       align-vertical-bottom.svg \
+       align-vertical-bottom-to-anchor.svg \
+       align-vertical-center.svg \
+       align-vertical-nodes.svg \
+       align-vertical-top.svg \
+       align-vertical-top-to-anchor.svg \
        bitmap-trace.svg \
        color-fill.svg \
        color-gradient.svg \
@@ -92,8 +95,6 @@ icons_DATA = \
        layer-rename.svg \
        layer-top.svg \
        node-add.svg \
-       node-align-horizontal.svg \
-       node-align-vertical.svg \
        node-break.svg \
        node-delete-segment.svg \
        node-delete.svg \
@@ -150,9 +151,9 @@ icons_DATA = \
        show-dialogs.svg \
        show-grid.svg \
        show-guides.svg \
+       show-node-handles.svg \
+       show-path-outline.svg \
        stroke-to-path.svg \
-       text-align-baseline-horizontal.svg \
-       text-align-baseline-vertical.svg \
        text-convert-to-regular.svg \
        text-distribute-baseline-horizontal.svg \
        text-distribute-baseline-vertical.svg \
@@ -190,6 +191,6 @@ icons_DATA = \
        zoom-original.svg \
        zoom-out.svg \
        zoom-previous.svg \
-       zoom.svg
+       zoom.svg 
 
 EXTRA_DIST = $(icons_DATA)
diff --git a/share/icons/hicolor/scalable/actions/align-bottom-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-bottom-to-anchor.svg
deleted file mode 100644 (file)
index 81bed26..0000000
+++ /dev/null
@@ -1,301 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-bottom-to-anchor.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6684-6">
-      <stop
-         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop7024" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop6688-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10146"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10148"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10150"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10152"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10154"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10156"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10158"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10160"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10162"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10164"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
-       x1="13.844337"
-       y1="212.62971"
-       x2="20.615379"
-       y2="218.60168" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient10166"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
-       x1="17.627459"
-       y1="215.0097"
-       x2="20.659096"
-       y2="219.01349" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient10168"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
-       x1="19.473742"
-       y1="219.52322"
-       x2="15.985496"
-       y2="213.66304" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.2374369"
-     inkscape:cx="55.871202"
-     inkscape:cy="-31.846918"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       style="display:inline"
-       transform="matrix(2,0,0,1.996012,60.097294,-345.2703)"
-       id="al_top_out"
-       inkscape:label="#al_top_out">
-      <g
-         id="use5485"
-         transform="matrix(0,1.001998,0.998006,0,-198.7358,218.0576)">
-        <rect
-           y="180.54359"
-           x="-44.487461"
-           height="7.017632"
-           width="16.99984"
-           id="rect9953"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10146);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="181.53729"
-           x="-43.485401"
-           height="5.0217919"
-           width="14.99677"
-           id="rect9955"
-           style="color:#000000;fill:url(#linearGradient10148);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10150);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0,0.4148923,0.8557123,0,-172.04194,193.92305)"
-         id="use5503">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10152);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9989"
-           width="16.911819"
-           height="7.017632"
-           x="-25.11964"
-           y="175.86909" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10154);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10156);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9991"
-           width="12.16012"
-           height="4.678422"
-           x="-22.70454"
-           y="177.0416" />
-      </g>
-      <rect
-         y="6.0480151"
-         x="172.9911"
-         height="15.9681"
-         width="16.031969"
-         id="rect4502"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         transform="matrix(0,1,-1,0,0,0)" />
-      <g
-         transform="matrix(0,1.0940976,0.998006,0,-220.7255,220.60453)"
-         id="use5559">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10158);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9929"
-           width="10.98825"
-           height="5.011148"
-           x="-38.489891"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10160);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10162);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9931"
-           width="9.2271681"
-           height="3.0064349"
-           x="-37.604919"
-           y="193.56081" />
-      </g>
-      <g
-         id="use5562"
-         transform="matrix(0,1.001998,0.998006,0,-186.7188,218.063)">
-        <rect
-           y="175.5202"
-           x="-27.50193"
-           height="5.011291"
-           width="6.0088992"
-           id="rect9893"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10164);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="176.5235"
-           x="-26.50193"
-           height="3.0097871"
-           width="4.016531"
-           id="rect9895"
-           style="color:#000000;fill:url(#linearGradient10166);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10168);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5618"
-         d="m -6.549499,190.51508 -22.999148,0"
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-bottom.svg b/share/icons/hicolor/scalable/actions/align-bottom.svg
deleted file mode 100644 (file)
index b347a7f..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-bottom.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10920"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10922"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10924"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10932"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10936"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10944"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10946"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10948"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="36.653975"
-     inkscape:cy="-59.167829"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       style="display:inline"
-       transform="matrix(2,0,0,1.996012,159.7692,-339.21381)"
-       id="al_bottom_in"
-       inkscape:label="#al_bottom_in">
-      <path
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-         d="m -77.384,192.99174 2.4999,-3.006 -2,0 0,-11.02198 -0.9999,0 0,11.02198 -2,0 2.5,3.006 z"
-         id="use5807"
-         sodipodi:nodetypes="cccccccc" />
-      <g
-         transform="matrix(0,1.0940976,0.998006,0,-264.5615,223.58045)"
-         id="use5809">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10932);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10928"
-           width="10.98825"
-           height="5.011148"
-           x="-38.489891"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10934);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10936);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10930"
-           width="9.2271681"
-           height="3.0064349"
-           x="-37.604919"
-           y="193.56081" />
-      </g>
-      <g
-         style="display:inline"
-         id="use5813"
-         transform="matrix(0,1.001998,0.998006,0,-250.56401,276.14466)">
-        <rect
-           y="187.554"
-           x="-104.4881"
-           height="7.017632"
-           width="22.00094"
-           id="rect10916"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10920);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="188.54761"
-           x="-103.4882"
-           height="5.0217919"
-           width="20.00112"
-           id="rect10918"
-           style="color:#000000;fill:url(#linearGradient10922);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10924);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0,0.4148923,0.8557123,0,-215.87794,196.89809)"
-         id="use5811">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10944);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10940"
-           width="16.911819"
-           height="7.017632"
-           x="-25.11964"
-           y="175.86909" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10946);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10948);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10942"
-           width="12.16012"
-           height="4.678422"
-           x="-22.70454"
-           y="177.0416" />
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5827"
-         d="m -56.3855,193.49273 -22.9991,0"
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-center-horizontal.svg b/share/icons/hicolor/scalable/actions/align-center-horizontal.svg
deleted file mode 100644 (file)
index c0f6fa4..0000000
+++ /dev/null
@@ -1,270 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-center-horizontal.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11029"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11031"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11033"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11035"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11039"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11041"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.346661,0,0,0.715969,-52.65426,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11043"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.353254,0,0,1.000883,-58.18353,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11045"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.018492,0,0,0.59969,-52.00822,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="36.653975"
-     inkscape:cy="-59.167829"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_center_hor"
-       transform="matrix(2,0,0,1.996012,90,-349.30211)"
-       style="display:inline"
-       inkscape:label="#al_center_hor">
-      <g
-         id="use4973"
-         transform="matrix(1.091916,0,0,1,2.537389,-5.0367132)">
-        <rect
-           y="192.55969"
-           x="-38.489891"
-           height="5.011148"
-           width="10.98825"
-           id="rect10674"
-           style="color:#000000;fill:none;stroke:url(#linearGradient11029);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.604919"
-           height="3.0064349"
-           width="9.2271681"
-           id="rect10676"
-           style="color:#000000;fill:url(#linearGradient11031);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11033);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="translate(59.995968,-11.05181)"
-         id="use4970"
-         style="display:inline">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient11035);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10626"
-           width="22.00094"
-           height="7.017632"
-           x="-104.4881"
-           y="187.554" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient11037);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11039);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10628"
-           width="20.00112"
-           height="5.0217919"
-           x="-103.4882"
-           y="188.54761" />
-      </g>
-      <rect
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         id="rect4315"
-         width="24"
-         height="24"
-         x="1080"
-         y="165"
-         transform="matrix(1,0,0,1.001998,-1125,9.670333)" />
-      <rect
-         y="175"
-         x="-45"
-         height="16"
-         width="16"
-         id="rect5252"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <rect
-         y="175"
-         x="-44.969021"
-         height="16"
-         width="16"
-         id="rect6200"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <path
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-         d="m -34,196.511 -3,2.505 0,-2.004 -6,0.0319 0,-1.0019 6,-0.032 0,-2.004 3,2.505 z"
-         id="path6242"
-         sodipodi:nodetypes="cccccccc" />
-      <g
-         transform="matrix(0.743616,0,0,1,-8.870407,-12.0507)"
-         id="use4976">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient11041);stroke-width:1.16080678;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect4980"
-           width="10.77151"
-           height="5.011148"
-           x="-38.503159"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient11043);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11045);stroke-width:1.16080678;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect4982"
-           width="8.1205044"
-           height="3.0064349"
-           x="-37.19693"
-           y="193.56081" />
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5042"
-         d="m -33.492103,175.50103 0,23.0451"
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path6242"
-         id="use5624"
-         transform="matrix(-1,0,0,1,-66.9921,0.03112)"
-         width="1250"
-         height="1250" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-center-vertical.svg b/share/icons/hicolor/scalable/actions/align-center-vertical.svg
deleted file mode 100644 (file)
index 3466061..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-center-vertical.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11144"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11146"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11148"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11156"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11158"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11160"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient11172"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.346661,0,0,0.715969,-52.65426,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11174"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.353254,0,0,1.000883,-58.18353,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient11176"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.018492,0,0,0.59969,-52.00822,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="36.653975"
-     inkscape:cy="-59.167829"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       style="display:inline"
-       transform="matrix(2,0,0,1.996012,125.78272,-337.39773)"
-       id="al_center_ver"
-       inkscape:label="#al_center_ver">
-      <rect
-         y="38.915932"
-         x="170.05479"
-         height="15.9681"
-         width="16.031969"
-         id="rect4582"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         transform="matrix(0,1,-1,0,0,0)" />
-      <rect
-         y="38.915932"
-         x="170.0858"
-         height="15.9681"
-         width="16.031969"
-         id="rect4584"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         transform="matrix(0,1,-1,0,0,0)" />
-      <path
-         sodipodi:nodetypes="cccccccc"
-         id="use5762"
-         d="m -60.391357,181.05907 -2.500005,-3.006 2.000004,0 -0.03184,-6.01198 0.999902,0 0.03194,6.01198 2.000004,0 -2.500005,3.006 z"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#use5762"
-         id="use5766"
-         transform="matrix(1,0,0,-1,4.205594e-5,363.1201)"
-         width="1250"
-         height="1250" />
-      <g
-         style="display:inline"
-         id="use5797"
-         transform="matrix(0,1.001998,0.998006,0,-234.57487,275.23484)">
-        <rect
-           y="187.554"
-           x="-104.4881"
-           height="7.017632"
-           width="22.00094"
-           id="rect11152"
-           style="color:#000000;fill:none;stroke:url(#linearGradient11156);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="188.54761"
-           x="-103.4882"
-           height="5.0217919"
-           width="20.00112"
-           id="rect11154"
-           style="color:#000000;fill:url(#linearGradient11158);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11160);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         id="use5799"
-         transform="matrix(0,0.74510174,0.998006,0,-241.56697,206.24077)">
-        <rect
-           y="192.55969"
-           x="-38.503159"
-           height="5.011148"
-           width="10.77151"
-           id="rect11168"
-           style="color:#000000;fill:none;stroke:url(#linearGradient11172);stroke-width:1.16080678;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.19693"
-           height="3.0064349"
-           width="8.1205044"
-           id="rect11170"
-           style="color:#000000;fill:url(#linearGradient11174);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11176);stroke-width:1.16080678;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0,1.0940976,0.998006,0,-248.56697,217.65976)"
-         id="use5801">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient11144);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect11140"
-           width="10.98825"
-           height="5.011148"
-           x="-38.489891"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient11146);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11148);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect11142"
-           width="9.2271681"
-           height="3.0064349"
-           x="-37.604919"
-           y="193.56081" />
-      </g>
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         d="m -39.392179,181.56003 -22.999148,0"
-         id="use5725"
-         sodipodi:nodetypes="cc" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-baseline.svg b/share/icons/hicolor/scalable/actions/align-horizontal-baseline.svg
new file mode 100644 (file)
index 0000000..2736ee1
--- /dev/null
@@ -0,0 +1,104 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="text-align-baseline-horizontal.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5204">
+      <stop
+         style="stop-color:#4e6e90;stop-opacity:1;"
+         offset="0"
+         id="stop5206" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5208" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5204"
+       id="linearGradient11968"
+       gradientUnits="userSpaceOnUse"
+       x1="13.479776"
+       y1="86.265739"
+       x2="17.629627"
+       y2="92.007393" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.2374369"
+     inkscape:cx="68.920174"
+     inkscape:cy="-58.823132"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_baselines_vert"
+       transform="matrix(-2,0,0,1.995842,-9.605999,-161.03627)">
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5262"
+         d="m -11.303,81.18778 0,23.04706"
+         style="fill:none;stroke:#c80000;stroke-width:1.00104141;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <rect
+         style="font-size:12px;fill:none;stroke:none"
+         id="rect2758"
+         width="24.049999"
+         height="24"
+         x="80.685799"
+         y="-28.802999"
+         transform="matrix(0,1,1,0,0,0)" />
+      <path
+         id="text3357"
+         d="m -11.9668,90.11223 c -0.7787,-0.67701 -2.1025,-0.43431 -2.6929,0.34854 -0.9754,1.18561 -1.2575,2.70228 -1.6164,4.12145 -0.2662,1.21031 -0.4334,2.4394 -0.501,3.67318 -0.7883,-1.56023 -1.6965,-3.23606 -1.713,-4.99301 -0.0218,-0.88805 0.5124,-1.6408 0.8692,-2.42613 0.2947,-0.65823 -0.5167,-1.34316 -1.2125,-1.13198 -0.8522,0.16578 -0.9942,1.10615 -0.9696,1.78045 0.0896,2.00548 0.9121,3.97467 1.7444,5.80752 1.1795,2.42043 2.8678,4.66505 5.076,6.36815 0.8684,0.6241 3.0647,1.3479 4.1492,0.972 2,-0.9952 2,-2.9856 0,-2.9856 -0.7186,-0.3241 -2.5391,1.2439 -3.2752,1.2192 -1.2149,-0.009 -2.081,-1.0514 -2.4089,-2.0443 -0.3332,-1.31356 -0.0214,-2.6707 0.1844,-3.98039 0.3353,-1.70254 0.7126,-3.43957 1.5965,-4.97978 0.1808,-0.59819 1.5972,-0.95372 0.7698,-1.7493 z"
+         style="font-size:19.23077393px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Baskerville-Nova"
+         sodipodi:nodetypes="cccccsccccccccccc" />
+      <path
+         transform="scale(-1.036041,0.965213)"
+         style="font-size:14.62716293px;font-style:normal;font-weight:normal;fill:url(#linearGradient11968);fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+         d="m 15.59046,88.20062 c -0.53328,0 -0.93563,0.09047 -1.20702,0.2714 -0.26665,0.18094 -0.39997,0.44758 -0.39997,0.79992 0,0.32378 0.10713,0.57852 0.3214,0.76421 0.21903,0.18094 0.52138,0.27141 0.90706,0.27141 0.4809,0 0.88562,-0.17141 1.21417,-0.51424 0.32853,-0.34758 0.4928,-0.78087 0.49281,-1.29987 l 0,-0.29283 -1.32844,0 m 3.90676,-0.96419 0,4.56384 -2.57832,0 0,-1.1856 c -0.34283,0.48567 -0.72851,0.8404 -1.15703,1.06418 -0.42854,0.21903 -0.94992,0.32854 -1.56414,0.32854 -0.82849,0 -1.50224,-0.24045 -2.02123,-0.72136 -0.51424,-0.48566 -0.77136,-1.11417 -0.77136,-1.88553 0,-0.938 0.3214,-1.62603 0.96419,-2.06409 0.64756,-0.43804 1.66175,-0.65707 3.04257,-0.65708 l 1.507,0 0,-0.19998 c -10e-6,-0.40471 -0.15952,-0.69992 -0.47853,-0.88563 -0.31902,-0.19045 -0.81659,-0.28568 -1.49271,-0.28568 -0.54757,0 -1.05705,0.05476 -1.52843,0.16427 -0.47138,0.10952 -0.90943,0.27379 -1.31416,0.49281 l 0,-1.94981 c 0.54757,-0.13332 1.09752,-0.23331 1.64985,-0.29998 0.55232,-0.07141 1.10465,-0.10712 1.65698,-0.10713 1.44271,1e-5 2.48309,0.2857 3.12113,0.85706 0.64278,0.56662 0.96418,1.49034 0.96419,2.77116"
+         id="text5563" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-center.svg b/share/icons/hicolor/scalable/actions/align-horizontal-center.svg
new file mode 100644 (file)
index 0000000..c0f6fa4
--- /dev/null
@@ -0,0 +1,270 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-center-horizontal.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11029"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11031"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11033"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11037"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11039"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11041"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.346661,0,0,0.715969,-52.65426,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.353254,0,0,1.000883,-58.18353,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11045"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.018492,0,0,0.59969,-52.00822,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="36.653975"
+     inkscape:cy="-59.167829"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_center_hor"
+       transform="matrix(2,0,0,1.996012,90,-349.30211)"
+       style="display:inline"
+       inkscape:label="#al_center_hor">
+      <g
+         id="use4973"
+         transform="matrix(1.091916,0,0,1,2.537389,-5.0367132)">
+        <rect
+           y="192.55969"
+           x="-38.489891"
+           height="5.011148"
+           width="10.98825"
+           id="rect10674"
+           style="color:#000000;fill:none;stroke:url(#linearGradient11029);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.604919"
+           height="3.0064349"
+           width="9.2271681"
+           id="rect10676"
+           style="color:#000000;fill:url(#linearGradient11031);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11033);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="translate(59.995968,-11.05181)"
+         id="use4970"
+         style="display:inline">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient11035);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10626"
+           width="22.00094"
+           height="7.017632"
+           x="-104.4881"
+           y="187.554" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient11037);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11039);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10628"
+           width="20.00112"
+           height="5.0217919"
+           x="-103.4882"
+           y="188.54761" />
+      </g>
+      <rect
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         id="rect4315"
+         width="24"
+         height="24"
+         x="1080"
+         y="165"
+         transform="matrix(1,0,0,1.001998,-1125,9.670333)" />
+      <rect
+         y="175"
+         x="-45"
+         height="16"
+         width="16"
+         id="rect5252"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <rect
+         y="175"
+         x="-44.969021"
+         height="16"
+         width="16"
+         id="rect6200"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <path
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m -34,196.511 -3,2.505 0,-2.004 -6,0.0319 0,-1.0019 6,-0.032 0,-2.004 3,2.505 z"
+         id="path6242"
+         sodipodi:nodetypes="cccccccc" />
+      <g
+         transform="matrix(0.743616,0,0,1,-8.870407,-12.0507)"
+         id="use4976">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient11041);stroke-width:1.16080678;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect4980"
+           width="10.77151"
+           height="5.011148"
+           x="-38.503159"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient11043);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11045);stroke-width:1.16080678;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect4982"
+           width="8.1205044"
+           height="3.0064349"
+           x="-37.19693"
+           y="193.56081" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5042"
+         d="m -33.492103,175.50103 0,23.0451"
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#path6242"
+         id="use5624"
+         transform="matrix(-1,0,0,1,-66.9921,0.03112)"
+         width="1250"
+         height="1250" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-left-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-horizontal-left-to-anchor.svg
new file mode 100644 (file)
index 0000000..66919b2
--- /dev/null
@@ -0,0 +1,299 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-left-to-anchor.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6684-6">
+      <stop
+         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop7024" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6688-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient9885"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
+       x1="13.844337"
+       y1="212.62971"
+       x2="20.615379"
+       y2="218.60168" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient9887"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
+       x1="17.627459"
+       y1="215.0097"
+       x2="20.659096"
+       y2="219.01349" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient9889"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
+       x1="19.473742"
+       y1="219.52322"
+       x2="15.985496"
+       y2="213.66304" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient9921"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9923"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9925"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient9945"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9947"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9949"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient9981"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9983"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient9985"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.2374369"
+     inkscape:cx="55.871202"
+     inkscape:cy="-31.846918"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_right_out"
+       inkscape:label="#al_right_out"
+       transform="matrix(2,0,0,2,-2250.0759,-390.08746)">
+      <g
+         id="use5064"
+         transform="matrix(1,0,0,0.998006,1153.055,20.37222)">
+        <rect
+           y="175.5202"
+           x="-27.50193"
+           height="5.011291"
+           width="6.0088992"
+           id="rect9881"
+           style="color:#000000;fill:none;stroke:url(#linearGradient9885);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="176.5235"
+           x="-26.50193"
+           height="3.0097871"
+           width="4.016531"
+           id="rect9883"
+           style="color:#000000;fill:url(#linearGradient9887);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9889);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <rect
+         y="195.0446"
+         x="1125.038"
+         height="15.9681"
+         width="16"
+         id="rect5073"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <g
+         id="use5030"
+         transform="matrix(1,0,0,0.998006,1176.045,20.37348)">
+        <rect
+           y="180.54359"
+           x="-44.487461"
+           height="7.017632"
+           width="16.99984"
+           id="rect9941"
+           style="color:#000000;fill:none;stroke:url(#linearGradient9945);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="181.53729"
+           x="-43.485401"
+           height="5.0217919"
+           width="14.99677"
+           id="rect9943"
+           style="color:#000000;fill:url(#linearGradient9947);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9949);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0.414065,0,0,0.8557123,1141.9608,54.050344)"
+         id="use5032">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient9981);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9977"
+           width="16.911819"
+           height="7.017632"
+           x="-25.11964"
+           y="175.86909" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient9983);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9985);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9979"
+           width="12.16012"
+           height="4.678422"
+           x="-22.70454"
+           y="177.0416" />
+      </g>
+      <g
+         transform="matrix(1.091916,0,0,0.998006,1173.5903,20.36799)"
+         id="use5034">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient9921);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9917"
+           width="10.98825"
+           height="5.011148"
+           x="-38.489891"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient9923);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9925);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9919"
+           width="9.2271681"
+           height="3.0064349"
+           x="-37.604919"
+           y="193.56081" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5046"
+         d="m 1131.5622,195.54458 0,22.99915"
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-left.svg b/share/icons/hicolor/scalable/actions/align-horizontal-left.svg
new file mode 100644 (file)
index 0000000..f556248
--- /dev/null
@@ -0,0 +1,247 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-left.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10525"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10527"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10529"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10531"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10533"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10535"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10537"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10539"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10541"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="35.770054"
+     inkscape:cy="-53.076012"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_left_in"
+       transform="matrix(2,0,0,1.996012,90,-349.302)"
+       style="display:inline"
+       inkscape:label="#al_left_in">
+      <g
+         style="display:inline"
+         id="g4936"
+         transform="translate(60.01222,-11.05555)">
+        <rect
+           y="187.554"
+           x="-104.4881"
+           height="7.017632"
+           width="22.00094"
+           id="rect4938"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10525);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="188.54761"
+           x="-103.4882"
+           height="5.0217919"
+           width="20.00112"
+           id="rect4940"
+           style="color:#000000;fill:url(#linearGradient10527);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10529);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0.414065,0,0,0.857422,-34.074234,28.713996)"
+         id="use4957">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10531);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9965"
+           width="16.911819"
+           height="7.017632"
+           x="-25.11964"
+           y="175.86909" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10533);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10535);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9967"
+           width="12.16012"
+           height="4.678422"
+           x="-22.70454"
+           y="177.0416" />
+      </g>
+      <g
+         transform="matrix(1.091916,0,0,1,-2.445911,-5.035654)"
+         id="use4933">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10537);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9905"
+           width="10.98825"
+           height="5.011148"
+           x="-38.489891"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10539);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10541);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9907"
+           width="9.2271681"
+           height="3.0064349"
+           x="-37.604919"
+           y="193.56081" />
+      </g>
+      <rect
+         y="175"
+         x="-45"
+         height="16"
+         width="16"
+         id="rect5154"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <path
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m -44,196.54295 3,-2.50495 0,2.004 11,0 0,1.0019 -11,0 0,2.004 -3,-2.50495 z"
+         id="path6192"
+         sodipodi:nodetypes="cccccccc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5039"
+         d="m -44.4754,175.50093 0,23.0451"
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-nodes.svg b/share/icons/hicolor/scalable/actions/align-horizontal-nodes.svg
new file mode 100644 (file)
index 0000000..7c37e15
--- /dev/null
@@ -0,0 +1,93 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg12119"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="node-align-horizontal.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs12121" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="-8.1977739"
+     inkscape:cy="27.451515"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="827"
+     inkscape:window-height="606"
+     inkscape:window-x="145"
+     inkscape:window-y="44" />
+  <metadata
+     id="metadata12124">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="node_valign"
+       inkscape:label="#node_valign"
+       transform="matrix(1.9995417,0,0,1.9995417,-2349.4501,-279.92484)">
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         d="m 1186.5,140.5008 0,22.9992 0,0"
+         id="path5262" />
+      <path
+         style="fill:none;stroke:#969696;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
+         d="m 1175.5,140.5 c 3,3.5 18.975,1.5988 17.5,7.5 -1,4 -17,1 -17.5,8.5 -0.366,5.4878 17,2.5 23,6.5"
+         id="path5249"
+         sodipodi:nodetypes="cssc" />
+      <rect
+         y="141.5"
+         x="1184.5"
+         height="4.0071669"
+         width="4.0662079"
+         id="rect5251"
+         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#rect5251"
+         id="use5438"
+         transform="translate(0.0188999,6.991948)"
+         width="1250"
+         height="1250" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#rect5251"
+         id="use5440"
+         transform="translate(-0.0473082,16.99195)"
+         width="1250"
+         height="1250" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-right-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-horizontal-right-to-anchor.svg
new file mode 100644 (file)
index 0000000..f90d37a
--- /dev/null
@@ -0,0 +1,301 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-right-to-anchor.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704"
+       id="linearGradient5741"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
+       x1="13.844337"
+       y1="212.62971"
+       x2="20.615379"
+       y2="218.60168" />
+    <linearGradient
+       id="linearGradient5704">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684"
+       id="linearGradient5743"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
+       x1="17.627459"
+       y1="215.0097"
+       x2="20.659096"
+       y2="219.01349" />
+    <linearGradient
+       id="linearGradient6684">
+      <stop
+         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop6686" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6688" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684"
+       id="linearGradient5745"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
+       x1="19.473742"
+       y1="219.52322"
+       x2="15.985496"
+       y2="213.66304" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704"
+       id="linearGradient5747"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5749"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       id="linearGradient5740">
+      <stop
+         id="stop5742"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5751"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704"
+       id="linearGradient5753"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5755"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5757"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704"
+       id="linearGradient5759"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5762"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740"
+       id="linearGradient5764"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.5"
+     inkscape:cx="4.3080601"
+     inkscape:cy="15.112276"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_left_out"
+       transform="matrix(2,0,0,1.996012,90,-349.35249)"
+       style="display:inline"
+       inkscape:label="#al_left_out">
+      <g
+         id="g5060">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient5741);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect5048"
+           width="6.0088992"
+           height="5.011291"
+           x="-27.50193"
+           y="175.5202" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5745);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect5050"
+           width="4.016531"
+           height="3.0097871"
+           x="-26.50193"
+           y="176.5235" />
+      </g>
+      <g
+         id="g4929"
+         transform="matrix(1.091916,0,0,1,2.542347,0)">
+        <rect
+           y="192.55969"
+           x="-38.489891"
+           height="5.011148"
+           width="10.98825"
+           id="rect4911"
+           style="color:#000000;fill:none;stroke:url(#linearGradient5747);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.604919"
+           height="3.0064349"
+           width="9.2271681"
+           id="rect4913"
+           style="color:#000000;fill:url(#linearGradient5749);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5751);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         id="g4889">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient5753);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect4879"
+           width="16.99984"
+           height="7.017632"
+           x="-44.487461"
+           y="180.54359" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient5755);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5757);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect4881"
+           width="14.99677"
+           height="5.0217919"
+           x="-43.485401"
+           y="181.53729" />
+      </g>
+      <rect
+         y="175"
+         x="-45"
+         height="16"
+         width="16"
+         id="rect5118"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <g
+         id="g4893"
+         transform="matrix(0.414065,0,0,0.857422,-24.08423,33.74415)">
+        <rect
+           y="175.86909"
+           x="-25.11964"
+           height="7.017632"
+           width="16.911819"
+           id="rect4895"
+           style="color:#000000;fill:none;stroke:url(#linearGradient5759);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="177.0416"
+           x="-22.70454"
+           height="4.678422"
+           width="12.16012"
+           id="rect4897"
+           style="color:#000000;fill:url(#linearGradient5762);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5764);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         d="m -27.45876,175.5271 0,23.0451"
+         id="path5120"
+         sodipodi:nodetypes="cc" />
+      <g
+         transform="matrix(0.414065,0,0,0.857422,-17.08423,41.76522)"
+         id="g4909" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-horizontal-right.svg b/share/icons/hicolor/scalable/actions/align-horizontal-right.svg
new file mode 100644 (file)
index 0000000..3164777
--- /dev/null
@@ -0,0 +1,247 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-right.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10642"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10644"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10646"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10666"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10668"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10670"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10690"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10692"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10694"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="35.770054"
+     inkscape:cy="-53.076012"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_right_in"
+       transform="matrix(2,0,0,1.996012,95.938042,-347.30025)"
+       style="display:inline"
+       inkscape:label="#al_right_in">
+      <rect
+         y="173.998"
+         x="-47.969021"
+         height="16"
+         width="16"
+         id="rect4279"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
+      <g
+         id="use5021"
+         transform="matrix(1.091916,0,0,1,5.585089,-6.037652)">
+        <rect
+           y="192.55969"
+           x="-38.489891"
+           height="5.011148"
+           width="10.98825"
+           id="rect10686"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10690);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.604919"
+           height="3.0064349"
+           width="9.2271681"
+           id="rect10688"
+           style="color:#000000;fill:url(#linearGradient10692);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10694);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="translate(58.040627,-12.062634)"
+         id="use5025"
+         style="display:inline">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10642);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10638"
+           width="22.00094"
+           height="7.017632"
+           x="-104.4881"
+           y="187.554" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10646);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10640"
+           width="20.00112"
+           height="5.0217919"
+           x="-103.4882"
+           y="188.54761" />
+      </g>
+      <g
+         id="use5023"
+         transform="matrix(0.414065,0,0,0.857422,-21.043234,27.711998)">
+        <rect
+           y="175.86909"
+           x="-25.11964"
+           height="7.017632"
+           width="16.911819"
+           id="rect10662"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10666);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="177.0416"
+           x="-22.70454"
+           height="4.678422"
+           width="12.16012"
+           id="rect10664"
+           style="color:#000000;fill:url(#linearGradient10668);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10670);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5044"
+         d="m -24.444403,174.49893 0,23.0451"
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         id="use5621"
+         d="m -24.9444,195.54 -3,-2.50495 0,2.004 -11,0 0,1.0019 11,0 0,2.004 3,-2.50495 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-left-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-left-to-anchor.svg
deleted file mode 100644 (file)
index 66919b2..0000000
+++ /dev/null
@@ -1,299 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-left-to-anchor.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6684-6">
-      <stop
-         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop7024" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop6688-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient9885"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
-       x1="13.844337"
-       y1="212.62971"
-       x2="20.615379"
-       y2="218.60168" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient9887"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
-       x1="17.627459"
-       y1="215.0097"
-       x2="20.659096"
-       y2="219.01349" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient9889"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
-       x1="19.473742"
-       y1="219.52322"
-       x2="15.985496"
-       y2="213.66304" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient9921"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9923"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9925"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient9945"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9947"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9949"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient9981"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9983"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient9985"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.2374369"
-     inkscape:cx="55.871202"
-     inkscape:cy="-31.846918"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_right_out"
-       inkscape:label="#al_right_out"
-       transform="matrix(2,0,0,2,-2250.0759,-390.08746)">
-      <g
-         id="use5064"
-         transform="matrix(1,0,0,0.998006,1153.055,20.37222)">
-        <rect
-           y="175.5202"
-           x="-27.50193"
-           height="5.011291"
-           width="6.0088992"
-           id="rect9881"
-           style="color:#000000;fill:none;stroke:url(#linearGradient9885);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="176.5235"
-           x="-26.50193"
-           height="3.0097871"
-           width="4.016531"
-           id="rect9883"
-           style="color:#000000;fill:url(#linearGradient9887);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9889);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <rect
-         y="195.0446"
-         x="1125.038"
-         height="15.9681"
-         width="16"
-         id="rect5073"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <g
-         id="use5030"
-         transform="matrix(1,0,0,0.998006,1176.045,20.37348)">
-        <rect
-           y="180.54359"
-           x="-44.487461"
-           height="7.017632"
-           width="16.99984"
-           id="rect9941"
-           style="color:#000000;fill:none;stroke:url(#linearGradient9945);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="181.53729"
-           x="-43.485401"
-           height="5.0217919"
-           width="14.99677"
-           id="rect9943"
-           style="color:#000000;fill:url(#linearGradient9947);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9949);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0.414065,0,0,0.8557123,1141.9608,54.050344)"
-         id="use5032">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient9981);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9977"
-           width="16.911819"
-           height="7.017632"
-           x="-25.11964"
-           y="175.86909" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient9983);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9985);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9979"
-           width="12.16012"
-           height="4.678422"
-           x="-22.70454"
-           y="177.0416" />
-      </g>
-      <g
-         transform="matrix(1.091916,0,0,0.998006,1173.5903,20.36799)"
-         id="use5034">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient9921);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9917"
-           width="10.98825"
-           height="5.011148"
-           x="-38.489891"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient9923);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9925);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9919"
-           width="9.2271681"
-           height="3.0064349"
-           x="-37.604919"
-           y="193.56081" />
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5046"
-         d="m 1131.5622,195.54458 0,22.99915"
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-left.svg b/share/icons/hicolor/scalable/actions/align-left.svg
deleted file mode 100644 (file)
index f556248..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-left.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10525"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10527"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10529"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10531"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10533"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10535"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10537"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10539"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10541"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="35.770054"
-     inkscape:cy="-53.076012"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_left_in"
-       transform="matrix(2,0,0,1.996012,90,-349.302)"
-       style="display:inline"
-       inkscape:label="#al_left_in">
-      <g
-         style="display:inline"
-         id="g4936"
-         transform="translate(60.01222,-11.05555)">
-        <rect
-           y="187.554"
-           x="-104.4881"
-           height="7.017632"
-           width="22.00094"
-           id="rect4938"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10525);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="188.54761"
-           x="-103.4882"
-           height="5.0217919"
-           width="20.00112"
-           id="rect4940"
-           style="color:#000000;fill:url(#linearGradient10527);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10529);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0.414065,0,0,0.857422,-34.074234,28.713996)"
-         id="use4957">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10531);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9965"
-           width="16.911819"
-           height="7.017632"
-           x="-25.11964"
-           y="175.86909" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10533);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10535);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9967"
-           width="12.16012"
-           height="4.678422"
-           x="-22.70454"
-           y="177.0416" />
-      </g>
-      <g
-         transform="matrix(1.091916,0,0,1,-2.445911,-5.035654)"
-         id="use4933">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10537);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9905"
-           width="10.98825"
-           height="5.011148"
-           x="-38.489891"
-           y="192.55969" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10539);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10541);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect9907"
-           width="9.2271681"
-           height="3.0064349"
-           x="-37.604919"
-           y="193.56081" />
-      </g>
-      <rect
-         y="175"
-         x="-45"
-         height="16"
-         width="16"
-         id="rect5154"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <path
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-         d="m -44,196.54295 3,-2.50495 0,2.004 11,0 0,1.0019 -11,0 0,2.004 -3,-2.50495 z"
-         id="path6192"
-         sodipodi:nodetypes="cccccccc" />
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5039"
-         d="m -44.4754,175.50093 0,23.0451"
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-right-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-right-to-anchor.svg
deleted file mode 100644 (file)
index f90d37a..0000000
+++ /dev/null
@@ -1,301 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-right-to-anchor.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704"
-       id="linearGradient5741"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
-       x1="13.844337"
-       y1="212.62971"
-       x2="20.615379"
-       y2="218.60168" />
-    <linearGradient
-       id="linearGradient5704">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684"
-       id="linearGradient5743"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
-       x1="17.627459"
-       y1="215.0097"
-       x2="20.659096"
-       y2="219.01349" />
-    <linearGradient
-       id="linearGradient6684">
-      <stop
-         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop6686" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop6688" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684"
-       id="linearGradient5745"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
-       x1="19.473742"
-       y1="219.52322"
-       x2="15.985496"
-       y2="213.66304" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704"
-       id="linearGradient5747"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5749"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       id="linearGradient5740">
-      <stop
-         id="stop5742"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5751"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704"
-       id="linearGradient5753"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5755"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5757"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704"
-       id="linearGradient5759"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5762"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740"
-       id="linearGradient5764"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="3.5"
-     inkscape:cx="4.3080601"
-     inkscape:cy="15.112276"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_left_out"
-       transform="matrix(2,0,0,1.996012,90,-349.35249)"
-       style="display:inline"
-       inkscape:label="#al_left_out">
-      <g
-         id="g5060">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient5741);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect5048"
-           width="6.0088992"
-           height="5.011291"
-           x="-27.50193"
-           y="175.5202" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5745);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect5050"
-           width="4.016531"
-           height="3.0097871"
-           x="-26.50193"
-           y="176.5235" />
-      </g>
-      <g
-         id="g4929"
-         transform="matrix(1.091916,0,0,1,2.542347,0)">
-        <rect
-           y="192.55969"
-           x="-38.489891"
-           height="5.011148"
-           width="10.98825"
-           id="rect4911"
-           style="color:#000000;fill:none;stroke:url(#linearGradient5747);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.604919"
-           height="3.0064349"
-           width="9.2271681"
-           id="rect4913"
-           style="color:#000000;fill:url(#linearGradient5749);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5751);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         id="g4889">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient5753);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect4879"
-           width="16.99984"
-           height="7.017632"
-           x="-44.487461"
-           y="180.54359" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient5755);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5757);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect4881"
-           width="14.99677"
-           height="5.0217919"
-           x="-43.485401"
-           y="181.53729" />
-      </g>
-      <rect
-         y="175"
-         x="-45"
-         height="16"
-         width="16"
-         id="rect5118"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <g
-         id="g4893"
-         transform="matrix(0.414065,0,0,0.857422,-24.08423,33.74415)">
-        <rect
-           y="175.86909"
-           x="-25.11964"
-           height="7.017632"
-           width="16.911819"
-           id="rect4895"
-           style="color:#000000;fill:none;stroke:url(#linearGradient5759);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="177.0416"
-           x="-22.70454"
-           height="4.678422"
-           width="12.16012"
-           id="rect4897"
-           style="color:#000000;fill:url(#linearGradient5762);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5764);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         d="m -27.45876,175.5271 0,23.0451"
-         id="path5120"
-         sodipodi:nodetypes="cc" />
-      <g
-         transform="matrix(0.414065,0,0,0.857422,-17.08423,41.76522)"
-         id="g4909" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-right.svg b/share/icons/hicolor/scalable/actions/align-right.svg
deleted file mode 100644 (file)
index 3164777..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-right.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10642"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10644"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10646"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10666"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10668"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10670"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10690"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10692"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10694"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="35.770054"
-     inkscape:cy="-53.076012"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_right_in"
-       transform="matrix(2,0,0,1.996012,95.938042,-347.30025)"
-       style="display:inline"
-       inkscape:label="#al_right_in">
-      <rect
-         y="173.998"
-         x="-47.969021"
-         height="16"
-         width="16"
-         id="rect4279"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
-      <g
-         id="use5021"
-         transform="matrix(1.091916,0,0,1,5.585089,-6.037652)">
-        <rect
-           y="192.55969"
-           x="-38.489891"
-           height="5.011148"
-           width="10.98825"
-           id="rect10686"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10690);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.604919"
-           height="3.0064349"
-           width="9.2271681"
-           id="rect10688"
-           style="color:#000000;fill:url(#linearGradient10692);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10694);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="translate(58.040627,-12.062634)"
-         id="use5025"
-         style="display:inline">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10642);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10638"
-           width="22.00094"
-           height="7.017632"
-           x="-104.4881"
-           y="187.554" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10644);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10646);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10640"
-           width="20.00112"
-           height="5.0217919"
-           x="-103.4882"
-           y="188.54761" />
-      </g>
-      <g
-         id="use5023"
-         transform="matrix(0.414065,0,0,0.857422,-21.043234,27.711998)">
-        <rect
-           y="175.86909"
-           x="-25.11964"
-           height="7.017632"
-           width="16.911819"
-           id="rect10662"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10666);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="177.0416"
-           x="-22.70454"
-           height="4.678422"
-           width="12.16012"
-           id="rect10664"
-           style="color:#000000;fill:url(#linearGradient10668);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10670);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5044"
-         d="m -24.444403,174.49893 0,23.0451"
-         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-      <path
-         sodipodi:nodetypes="cccccccc"
-         id="use5621"
-         d="m -24.9444,195.54 -3,-2.50495 0,2.004 -11,0 0,1.0019 11,0 0,2.004 3,-2.50495 z"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-top-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-top-to-anchor.svg
deleted file mode 100644 (file)
index f0a9591..0000000
+++ /dev/null
@@ -1,300 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-top-to-anchor.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6684-6">
-      <stop
-         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop7024" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop6688-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10259"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10261"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10263"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10271"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10273"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10275"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10295"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10297"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10299"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10319"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
-       x1="13.844337"
-       y1="212.62971"
-       x2="20.615379"
-       y2="218.60168" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient10321"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
-       x1="17.627459"
-       y1="215.0097"
-       x2="20.659096"
-       y2="219.01349" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6684-6"
-       id="linearGradient10323"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
-       x1="19.473742"
-       y1="219.52322"
-       x2="15.985496"
-       y2="213.66304" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.2374369"
-     inkscape:cx="55.871202"
-     inkscape:cy="-31.846918"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_bottom_out"
-       transform="matrix(2,0,0,2,-2179.0328,-372.98068)"
-       inkscape:label="#al_bottom_out">
-      <rect
-         y="-1113.49"
-         x="186.5164"
-         height="15.9681"
-         width="16"
-         id="rect4694"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         transform="matrix(0,1,-1,0,0,0)" />
-      <g
-         id="use5835"
-         transform="matrix(0,1.091916,0.998006,0,898.8385,235.01823)">
-        <rect
-           y="192.55969"
-           x="-38.489891"
-           height="5.011148"
-           width="10.98825"
-           id="rect10291"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10295);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.604919"
-           height="3.0064349"
-           width="9.2271681"
-           id="rect10293"
-           style="color:#000000;fill:url(#linearGradient10297);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10299);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0,1,0.998006,0,920.8312,237.47796)"
-         id="use5837">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10259);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10255"
-           width="16.99984"
-           height="7.017632"
-           x="-44.487461"
-           y="180.54359" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10261);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10263);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10257"
-           width="14.99677"
-           height="5.0217919"
-           x="-43.485401"
-           y="181.53729" />
-      </g>
-      <g
-         id="use5839"
-         transform="matrix(0,0.414065,0.8557123,0,947.51706,203.38907)">
-        <rect
-           y="175.86909"
-           x="-25.11964"
-           height="7.017632"
-           width="16.911819"
-           id="rect10267"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10271);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="177.0416"
-           x="-22.70454"
-           height="4.678422"
-           width="12.16012"
-           id="rect10269"
-           style="color:#000000;fill:url(#linearGradient10273);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10275);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         transform="matrix(0,1,0.998006,0,932.8442,214.48353)"
-         id="use5841">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10319);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10315"
-           width="6.0088992"
-           height="5.011291"
-           x="-27.50193"
-           y="175.5202" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10321);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10323);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10317"
-           width="4.016531"
-           height="3.0097871"
-           x="-26.50193"
-           y="176.5235" />
-      </g>
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         d="m 1113.0155,192.9905 -22.9991,0"
-         id="use5843"
-         sodipodi:nodetypes="cc" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-top.svg b/share/icons/hicolor/scalable/actions/align-top.svg
deleted file mode 100644 (file)
index 3a19b63..0000000
+++ /dev/null
@@ -1,246 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="align-top.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5704-6">
-      <stop
-         style="stop-color:#5a5a5a;stop-opacity:1;"
-         offset="0"
-         id="stop5706-6" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5708-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5740-7">
-      <stop
-         id="stop5742-8"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop5744-2"
-         offset="1.0000000"
-         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10874"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10876"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
-       x1="18.846861"
-       y1="218.97954"
-       x2="17.752359"
-       y2="215.20985" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10878"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
-       x1="16.04734"
-       y1="213.21643"
-       x2="17.310535"
-       y2="217.82336" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10880"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10882"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
-       x1="20.216892"
-       y1="219.93051"
-       x2="18.823143"
-       y2="214.65544" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10884"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="17.946985"
-       y2="219.67934" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5704-6"
-       id="linearGradient10886"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
-       x1="10.041666"
-       y1="203.36577"
-       x2="14.010839"
-       y2="209.27737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10888"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
-       x1="18.508638"
-       y1="218.88832"
-       x2="17.150238"
-       y2="214.55122" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5740-7"
-       id="linearGradient10890"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
-       x1="15.741557"
-       y1="213.87196"
-       x2="19.382519"
-       y2="219.41841" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="36.653975"
-     inkscape:cy="-82.024972"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_top_in"
-       transform="matrix(2,0,0,2,-2060.1388,-394.06192)">
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         id="rect4546"
-         width="16"
-         height="15.9681"
-         x="197.03101"
-         y="-1054.045" />
-      <path
-         sodipodi:nodetypes="cccccccc"
-         id="use5626"
-         d="m 1032.57,198.0301 2.4999,3 -2,0 0,11 -0.9999,0 0,-11 -2,0 2.5,-3 z"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-      <g
-         transform="matrix(0,1,0.998006,0,858.38599,302.01812)"
-         id="use5675"
-         style="display:inline">
-        <rect
-           style="color:#000000;fill:none;stroke:url(#linearGradient10874);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10650"
-           width="22.00094"
-           height="7.017632"
-           x="-104.4881"
-           y="187.554" />
-        <rect
-           style="color:#000000;fill:url(#linearGradient10876);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10878);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-           id="rect10652"
-           width="20.00112"
-           height="5.0217919"
-           x="-103.4882"
-           y="188.54761" />
-      </g>
-      <g
-         id="use5712"
-         transform="matrix(0,1.091916,0.998006,0,844.3935,239.55959)">
-        <rect
-           y="192.55969"
-           x="-38.489891"
-           height="5.011148"
-           width="10.98825"
-           id="rect10303"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10880);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="193.56081"
-           x="-37.604919"
-           height="3.0064349"
-           width="9.2271681"
-           id="rect10305"
-           style="color:#000000;fill:url(#linearGradient10882);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10884);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <g
-         id="use5716"
-         transform="matrix(0,0.414065,0.8557123,0,893.07106,207.93127)">
-        <rect
-           y="175.86909"
-           x="-25.11964"
-           height="7.017632"
-           width="16.911819"
-           id="rect10279"
-           style="color:#000000;fill:none;stroke:url(#linearGradient10886);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-        <rect
-           y="177.0416"
-           x="-22.70454"
-           height="4.678422"
-           width="12.16012"
-           id="rect10281"
-           style="color:#000000;fill:url(#linearGradient10888);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10890);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      </g>
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         d="m 1053.5685,197.5301 -22.9991,0"
-         id="use5719"
-         sodipodi:nodetypes="cc" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-baseline.svg b/share/icons/hicolor/scalable/actions/align-vertical-baseline.svg
new file mode 100644 (file)
index 0000000..0d8cbea
--- /dev/null
@@ -0,0 +1,104 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="text-align-baseline-vertical.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5204">
+      <stop
+         style="stop-color:#4e6e90;stop-opacity:1;"
+         offset="0"
+         id="stop5206" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5208" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5204"
+       id="linearGradient12007"
+       gradientUnits="userSpaceOnUse"
+       x1="13.479776"
+       y1="86.265739"
+       x2="17.629627"
+       y2="92.007393"
+       gradientTransform="matrix(-1.036041,0,0,0.96320632,-12.75291,5.405751)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.2374369"
+     inkscape:cx="68.920174"
+     inkscape:cy="-58.823132"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       transform="matrix(-2,0,0,2,-19.606003,-159.92722)"
+       id="al_baselines_hor">
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5850"
+         d="m -33.3285,94.4377 22.9991,0"
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <rect
+         transform="matrix(0,1,1,0,0,0)"
+         y="-33.803001"
+         x="79.963608"
+         height="24"
+         width="24"
+         id="rect2784"
+         style="font-size:12px;fill:none;stroke:none" />
+      <path
+         id="use5253"
+         d="m -28.905266,90.361146 c 0.5525,0 0.969351,0.08714 1.250522,0.261414 0.276261,0.174283 0.414386,0.431112 0.414386,0.770488 0,0.311867 -0.110991,0.557234 -0.332984,0.736092 -0.226924,0.174282 -0.540171,0.261424 -0.939751,0.261424 -0.498232,0 -0.917539,-0.165103 -1.25793,-0.495319 -0.340371,-0.334792 -0.510561,-0.752139 -0.510571,-1.252043 l 0,-0.282056 1.376318,0 m -4.047564,-0.928714 0,4.395919 2.671246,0 0,-1.141977 c 0.355186,0.4678 0.754766,0.809479 1.19873,1.025025 0.443985,0.210971 0.984156,0.316452 1.620513,0.316452 0.85835,0 1.556382,-0.231603 2.094077,-0.694819 0.532774,-0.467791 0.799161,-1.073175 0.799161,-1.816154 0,-0.903488 -0.332984,-1.566203 -0.99894,-1.988145 -0.670899,-0.421923 -1.721642,-0.632894 -3.152228,-0.632903 l -1.561313,0 0,-0.192622 c 10e-6,-0.38982 0.165269,-0.674168 0.495776,-0.853045 0.330518,-0.183442 0.846021,-0.275169 1.546509,-0.275169 0.567305,0 1.095147,0.05275 1.583516,0.158226 0.488369,0.105491 0.942207,0.263717 1.361524,0.474678 l 0,-1.878069 c -0.567305,-0.128415 -1.137076,-0.224726 -1.709312,-0.288943 -0.572227,-0.06878 -1.144463,-0.103179 -1.7167,-0.103188 -1.494706,9e-6 -2.572583,0.275188 -3.233618,0.825525 -0.665947,0.545772 -0.99893,1.435505 -0.998941,2.669199"
+         style="font-size:14.62716293px;font-style:normal;font-weight:normal;fill:url(#linearGradient12007);fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" />
+      <path
+         sodipodi:nodetypes="cccccsccccccccccc"
+         style="font-size:19.23077393px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Baskerville-Nova"
+         d="m -14.489337,85.344537 c -0.7787,-0.675603 -2.1025,-0.433407 -2.6929,0.347815 -0.9754,1.183145 -1.2575,2.696662 -1.6164,4.112882 -0.2662,1.207793 -0.4334,2.434328 -0.501,3.665543 -0.7883,-1.556986 -1.6965,-3.229332 -1.713,-4.98263 -0.0218,-0.886203 0.5124,-1.637388 0.8692,-2.421086 0.2947,-0.656861 -0.5167,-1.340367 -1.2125,-1.129626 -0.8522,0.165435 -0.9942,1.10385 -0.9696,1.776748 0.0896,2.001311 0.9121,3.966407 1.7444,5.795446 1.1795,2.415398 2.8678,4.655352 5.076,6.354911 0.8684,0.622803 3.0647,1.3451 4.1492,0.969979 2,-0.993131 2,-2.979393 0,-2.979393 -0.7186,-0.323426 -2.5391,1.241314 -3.2752,1.216666 -1.2149,-0.009 -2.081,-1.049215 -2.4089,-2.04005 -0.3332,-1.310829 -0.0214,-2.665148 0.1844,-3.972115 0.3353,-1.699001 0.7126,-3.432419 1.5965,-4.969427 0.1808,-0.596946 1.5972,-0.951737 0.7698,-1.745663 z"
+         id="use5256" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-bottom-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-vertical-bottom-to-anchor.svg
new file mode 100644 (file)
index 0000000..81bed26
--- /dev/null
@@ -0,0 +1,301 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-bottom-to-anchor.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6684-6">
+      <stop
+         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop7024" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6688-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10146"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10148"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10150"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10152"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10154"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10158"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10160"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10162"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10164"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
+       x1="13.844337"
+       y1="212.62971"
+       x2="20.615379"
+       y2="218.60168" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient10166"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
+       x1="17.627459"
+       y1="215.0097"
+       x2="20.659096"
+       y2="219.01349" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient10168"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
+       x1="19.473742"
+       y1="219.52322"
+       x2="15.985496"
+       y2="213.66304" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.2374369"
+     inkscape:cx="55.871202"
+     inkscape:cy="-31.846918"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       style="display:inline"
+       transform="matrix(2,0,0,1.996012,60.097294,-345.2703)"
+       id="al_top_out"
+       inkscape:label="#al_top_out">
+      <g
+         id="use5485"
+         transform="matrix(0,1.001998,0.998006,0,-198.7358,218.0576)">
+        <rect
+           y="180.54359"
+           x="-44.487461"
+           height="7.017632"
+           width="16.99984"
+           id="rect9953"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10146);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="181.53729"
+           x="-43.485401"
+           height="5.0217919"
+           width="14.99677"
+           id="rect9955"
+           style="color:#000000;fill:url(#linearGradient10148);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10150);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0,0.4148923,0.8557123,0,-172.04194,193.92305)"
+         id="use5503">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10152);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9989"
+           width="16.911819"
+           height="7.017632"
+           x="-25.11964"
+           y="175.86909" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10154);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10156);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9991"
+           width="12.16012"
+           height="4.678422"
+           x="-22.70454"
+           y="177.0416" />
+      </g>
+      <rect
+         y="6.0480151"
+         x="172.9911"
+         height="15.9681"
+         width="16.031969"
+         id="rect4502"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <g
+         transform="matrix(0,1.0940976,0.998006,0,-220.7255,220.60453)"
+         id="use5559">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10158);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9929"
+           width="10.98825"
+           height="5.011148"
+           x="-38.489891"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10160);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10162);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect9931"
+           width="9.2271681"
+           height="3.0064349"
+           x="-37.604919"
+           y="193.56081" />
+      </g>
+      <g
+         id="use5562"
+         transform="matrix(0,1.001998,0.998006,0,-186.7188,218.063)">
+        <rect
+           y="175.5202"
+           x="-27.50193"
+           height="5.011291"
+           width="6.0088992"
+           id="rect9893"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10164);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="176.5235"
+           x="-26.50193"
+           height="3.0097871"
+           width="4.016531"
+           id="rect9895"
+           style="color:#000000;fill:url(#linearGradient10166);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10168);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5618"
+         d="m -6.549499,190.51508 -22.999148,0"
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-bottom.svg b/share/icons/hicolor/scalable/actions/align-vertical-bottom.svg
new file mode 100644 (file)
index 0000000..b347a7f
--- /dev/null
@@ -0,0 +1,240 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-bottom.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10920"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10922"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10924"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10932"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10934"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10936"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10944"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10946"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10948"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="36.653975"
+     inkscape:cy="-59.167829"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       style="display:inline"
+       transform="matrix(2,0,0,1.996012,159.7692,-339.21381)"
+       id="al_bottom_in"
+       inkscape:label="#al_bottom_in">
+      <path
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m -77.384,192.99174 2.4999,-3.006 -2,0 0,-11.02198 -0.9999,0 0,11.02198 -2,0 2.5,3.006 z"
+         id="use5807"
+         sodipodi:nodetypes="cccccccc" />
+      <g
+         transform="matrix(0,1.0940976,0.998006,0,-264.5615,223.58045)"
+         id="use5809">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10932);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10928"
+           width="10.98825"
+           height="5.011148"
+           x="-38.489891"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10934);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10936);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10930"
+           width="9.2271681"
+           height="3.0064349"
+           x="-37.604919"
+           y="193.56081" />
+      </g>
+      <g
+         style="display:inline"
+         id="use5813"
+         transform="matrix(0,1.001998,0.998006,0,-250.56401,276.14466)">
+        <rect
+           y="187.554"
+           x="-104.4881"
+           height="7.017632"
+           width="22.00094"
+           id="rect10916"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10920);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="188.54761"
+           x="-103.4882"
+           height="5.0217919"
+           width="20.00112"
+           id="rect10918"
+           style="color:#000000;fill:url(#linearGradient10922);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10924);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0,0.4148923,0.8557123,0,-215.87794,196.89809)"
+         id="use5811">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10944);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10940"
+           width="16.911819"
+           height="7.017632"
+           x="-25.11964"
+           y="175.86909" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10946);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10948);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10942"
+           width="12.16012"
+           height="4.678422"
+           x="-22.70454"
+           y="177.0416" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         id="use5827"
+         d="m -56.3855,193.49273 -22.9991,0"
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-center.svg b/share/icons/hicolor/scalable/actions/align-vertical-center.svg
new file mode 100644 (file)
index 0000000..3466061
--- /dev/null
@@ -0,0 +1,264 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-center-vertical.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11144"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11146"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11148"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11158"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11160"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient11172"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.346661,0,0,0.715969,-52.65426,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11174"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.353254,0,0,1.000883,-58.18353,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient11176"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.018492,0,0,0.59969,-52.00822,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="36.653975"
+     inkscape:cy="-59.167829"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       style="display:inline"
+       transform="matrix(2,0,0,1.996012,125.78272,-337.39773)"
+       id="al_center_ver"
+       inkscape:label="#al_center_ver">
+      <rect
+         y="38.915932"
+         x="170.05479"
+         height="15.9681"
+         width="16.031969"
+         id="rect4582"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         y="38.915932"
+         x="170.0858"
+         height="15.9681"
+         width="16.031969"
+         id="rect4584"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         id="use5762"
+         d="m -60.391357,181.05907 -2.500005,-3.006 2.000004,0 -0.03184,-6.01198 0.999902,0 0.03194,6.01198 2.000004,0 -2.500005,3.006 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+      <use
+         x="0"
+         y="0"
+         xlink:href="#use5762"
+         id="use5766"
+         transform="matrix(1,0,0,-1,4.205594e-5,363.1201)"
+         width="1250"
+         height="1250" />
+      <g
+         style="display:inline"
+         id="use5797"
+         transform="matrix(0,1.001998,0.998006,0,-234.57487,275.23484)">
+        <rect
+           y="187.554"
+           x="-104.4881"
+           height="7.017632"
+           width="22.00094"
+           id="rect11152"
+           style="color:#000000;fill:none;stroke:url(#linearGradient11156);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="188.54761"
+           x="-103.4882"
+           height="5.0217919"
+           width="20.00112"
+           id="rect11154"
+           style="color:#000000;fill:url(#linearGradient11158);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11160);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         id="use5799"
+         transform="matrix(0,0.74510174,0.998006,0,-241.56697,206.24077)">
+        <rect
+           y="192.55969"
+           x="-38.503159"
+           height="5.011148"
+           width="10.77151"
+           id="rect11168"
+           style="color:#000000;fill:none;stroke:url(#linearGradient11172);stroke-width:1.16080678;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.19693"
+           height="3.0064349"
+           width="8.1205044"
+           id="rect11170"
+           style="color:#000000;fill:url(#linearGradient11174);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11176);stroke-width:1.16080678;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0,1.0940976,0.998006,0,-248.56697,217.65976)"
+         id="use5801">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient11144);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect11140"
+           width="10.98825"
+           height="5.011148"
+           x="-38.489891"
+           y="192.55969" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient11146);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11148);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect11142"
+           width="9.2271681"
+           height="3.0064349"
+           x="-37.604919"
+           y="193.56081" />
+      </g>
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00099885;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         d="m -39.392179,181.56003 -22.999148,0"
+         id="use5725"
+         sodipodi:nodetypes="cc" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-nodes.svg b/share/icons/hicolor/scalable/actions/align-vertical-nodes.svg
new file mode 100644 (file)
index 0000000..df4980b
--- /dev/null
@@ -0,0 +1,98 @@
+<?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://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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48px"
+   height="48px"
+   id="svg12119"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="node-align-vertical.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs12121" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="-8.1977739"
+     inkscape:cy="27.451515"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="827"
+     inkscape:window-height="606"
+     inkscape:window-x="145"
+     inkscape:window-y="44" />
+  <metadata
+     id="metadata12124">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="node_halign"
+       transform="matrix(1.9995416,0,0,1.9995416,-2349.4554,-279.93061)"
+       inkscape:label="#node_halign">
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         d="m 1175.498,152.4972 22.999,0 0,0"
+         id="path5318" />
+      <rect
+         y="1180.4969"
+         x="-163.9971"
+         height="16"
+         width="16"
+         id="rect5320"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         transform="matrix(0,-1,1,0,0,0)" />
+      <path
+         style="fill:none;stroke:#969696;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
+         d="m 1175.497,163.4972 c 3.5,-3 1.599,-18.9753 7.5,-17.5 4,1 1,17 8.5,17.5 5.488,0.3658 2.5,-17 6.5,-23"
+         id="path5322"
+         sodipodi:nodetypes="cssc" />
+      <rect
+         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+         id="use5452"
+         width="4.0662079"
+         height="4.0071669"
+         x="1176.5219"
+         y="150.50909" />
+      <rect
+         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+         id="use5455"
+         width="4.0662079"
+         height="4.0071669"
+         x="1183.5219"
+         y="150.50192" />
+      <rect
+         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+         id="use5457"
+         width="4.0662079"
+         height="4.0071669"
+         x="1193.4556"
+         y="150.50192" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-top-to-anchor.svg b/share/icons/hicolor/scalable/actions/align-vertical-top-to-anchor.svg
new file mode 100644 (file)
index 0000000..f0a9591
--- /dev/null
@@ -0,0 +1,300 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-top-to-anchor.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6684-6">
+      <stop
+         style="stop-color:#ffbf00;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop7024" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6688-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10259"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.125329,0,0,1.002646,-66.82105,-25.5096)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10261"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.499161,0,0,1.671823,-82.24308,-178.7565)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10263"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.88093,0,0,1.001693,-70.83858,-33.32392)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10275"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10295"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10297"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10299"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10319"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.751237,0,0,1.001998,-38.40231,-39.41679)"
+       x1="13.844337"
+       y1="212.62971"
+       x2="20.615379"
+       y2="218.60168" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient10321"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.669342,0,0,1.001998,-36.88229,-39.41679)"
+       x1="17.627459"
+       y1="215.0097"
+       x2="20.659096"
+       y2="219.01349" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6684-6"
+       id="linearGradient10323"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.503763,0,0,0.600361,-33.82784,47.74752)"
+       x1="19.473742"
+       y1="219.52322"
+       x2="15.985496"
+       y2="213.66304" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.2374369"
+     inkscape:cx="55.871202"
+     inkscape:cy="-31.846918"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_bottom_out"
+       transform="matrix(2,0,0,2,-2179.0328,-372.98068)"
+       inkscape:label="#al_bottom_out">
+      <rect
+         y="-1113.49"
+         x="186.5164"
+         height="15.9681"
+         width="16"
+         id="rect4694"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <g
+         id="use5835"
+         transform="matrix(0,1.091916,0.998006,0,898.8385,235.01823)">
+        <rect
+           y="192.55969"
+           x="-38.489891"
+           height="5.011148"
+           width="10.98825"
+           id="rect10291"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10295);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.604919"
+           height="3.0064349"
+           width="9.2271681"
+           id="rect10293"
+           style="color:#000000;fill:url(#linearGradient10297);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10299);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0,1,0.998006,0,920.8312,237.47796)"
+         id="use5837">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10259);stroke-width:1.00099862;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10255"
+           width="16.99984"
+           height="7.017632"
+           x="-44.487461"
+           y="180.54359" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10261);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10263);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10257"
+           width="14.99677"
+           height="5.0217919"
+           x="-43.485401"
+           y="181.53729" />
+      </g>
+      <g
+         id="use5839"
+         transform="matrix(0,0.414065,0.8557123,0,947.51706,203.38907)">
+        <rect
+           y="175.86909"
+           x="-25.11964"
+           height="7.017632"
+           width="16.911819"
+           id="rect10267"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10271);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="177.0416"
+           x="-22.70454"
+           height="4.678422"
+           width="12.16012"
+           id="rect10269"
+           style="color:#000000;fill:url(#linearGradient10273);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10275);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         transform="matrix(0,1,0.998006,0,932.8442,214.48353)"
+         id="use5841">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10319);stroke-width:1.00099874;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10315"
+           width="6.0088992"
+           height="5.011291"
+           x="-27.50193"
+           y="175.5202" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10321);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10323);stroke-width:1.00099921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10317"
+           width="4.016531"
+           height="3.0097871"
+           x="-26.50193"
+           y="176.5235" />
+      </g>
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         d="m 1113.0155,192.9905 -22.9991,0"
+         id="use5843"
+         sodipodi:nodetypes="cc" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/align-vertical-top.svg b/share/icons/hicolor/scalable/actions/align-vertical-top.svg
new file mode 100644 (file)
index 0000000..3a19b63
--- /dev/null
@@ -0,0 +1,246 @@
+<?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://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"
+   width="48px"
+   height="48px"
+   id="svg5662"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20659"
+   sodipodi:docname="align-top.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs5664">
+    <linearGradient
+       id="linearGradient5704-6">
+      <stop
+         style="stop-color:#5a5a5a;stop-opacity:1;"
+         offset="0"
+         id="stop5706-6" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5708-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5740-7">
+      <stop
+         id="stop5742-8"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop5744-2"
+         offset="1.0000000"
+         style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10874"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.750568,0,0,1.002646,-133.3919,-18.49926)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10876"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.333119,0,0,1.671823,-155.1792,-171.7462)"
+       x1="18.846861"
+       y1="218.97954"
+       x2="17.752359"
+       y2="215.20985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10878"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.508587,0,0,1.001693,-139.9689,-26.31358)"
+       x1="16.04734"
+       y1="213.21643"
+       x2="17.310535"
+       y2="217.82336" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10880"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.373757,0,0,0.715969,-52.92573,45.42126)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10882"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.537676,0,0,1.000883,-61.45158,-22.13894)"
+       x1="20.216892"
+       y1="219.93051"
+       x2="18.823143"
+       y2="214.65544" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10884"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.157292,0,0,0.59969,-54.4347,64.92824)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="17.946985"
+       y2="219.67934" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5704-6"
+       id="linearGradient10886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.114324,0,0,1.002646,-47.33758,-30.1841)"
+       x1="10.041666"
+       y1="203.36577"
+       x2="14.010839"
+       y2="209.27737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10888"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.026443,0,0,1.557511,-54.13118,-158.6166)"
+       x1="18.508638"
+       y1="218.88832"
+       x2="17.150238"
+       y2="214.55122" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5740-7"
+       id="linearGradient10890"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.525151,0,0,0.933201,-44.88385,-23.1282)"
+       x1="15.741557"
+       y1="213.87196"
+       x2="19.382519"
+       y2="219.41841" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.75"
+     inkscape:cx="36.653975"
+     inkscape:cy="-82.024972"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="789"
+     inkscape:window-height="658"
+     inkscape:window-x="182"
+     inkscape:window-y="38" />
+  <metadata
+     id="metadata5667">
+    <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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="al_top_in"
+       transform="matrix(2,0,0,2,-2060.1388,-394.06192)">
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+         id="rect4546"
+         width="16"
+         height="15.9681"
+         x="197.03101"
+         y="-1054.045" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         id="use5626"
+         d="m 1032.57,198.0301 2.4999,3 -2,0 0,11 -0.9999,0 0,-11 -2,0 2.5,-3 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+      <g
+         transform="matrix(0,1,0.998006,0,858.38599,302.01812)"
+         id="use5675"
+         style="display:inline">
+        <rect
+           style="color:#000000;fill:none;stroke:url(#linearGradient10874);stroke-width:1.00099838;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10650"
+           width="22.00094"
+           height="7.017632"
+           x="-104.4881"
+           y="187.554" />
+        <rect
+           style="color:#000000;fill:url(#linearGradient10876);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10878);stroke-width:1.00099957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+           id="rect10652"
+           width="20.00112"
+           height="5.0217919"
+           x="-103.4882"
+           y="188.54761" />
+      </g>
+      <g
+         id="use5712"
+         transform="matrix(0,1.091916,0.998006,0,844.3935,239.55959)">
+        <rect
+           y="192.55969"
+           x="-38.489891"
+           height="5.011148"
+           width="10.98825"
+           id="rect10303"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10880);stroke-width:0.95794243;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="193.56081"
+           x="-37.604919"
+           height="3.0064349"
+           width="9.2271681"
+           id="rect10305"
+           style="color:#000000;fill:url(#linearGradient10882);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10884);stroke-width:0.95794243;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <g
+         id="use5716"
+         transform="matrix(0,0.414065,0.8557123,0,893.07106,207.93127)">
+        <rect
+           y="175.86909"
+           x="-25.11964"
+           height="7.017632"
+           width="16.911819"
+           id="rect10279"
+           style="color:#000000;fill:none;stroke:url(#linearGradient10886);stroke-width:1.67997444;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+        <rect
+           y="177.0416"
+           x="-22.70454"
+           height="4.678422"
+           width="12.16012"
+           id="rect10281"
+           style="color:#000000;fill:url(#linearGradient10888);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10890);stroke-width:1.6799736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+      </g>
+      <path
+         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         d="m 1053.5685,197.5301 -22.9991,0"
+         id="use5719"
+         sodipodi:nodetypes="cc" />
+    </g>
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/node-align-horizontal.svg b/share/icons/hicolor/scalable/actions/node-align-horizontal.svg
deleted file mode 100644 (file)
index 7c37e15..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg12119"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="node-align-horizontal.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs12121" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="-8.1977739"
-     inkscape:cy="27.451515"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="827"
-     inkscape:window-height="606"
-     inkscape:window-x="145"
-     inkscape:window-y="44" />
-  <metadata
-     id="metadata12124">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="node_valign"
-       inkscape:label="#node_valign"
-       transform="matrix(1.9995417,0,0,1.9995417,-2349.4501,-279.92484)">
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-         d="m 1186.5,140.5008 0,22.9992 0,0"
-         id="path5262" />
-      <path
-         style="fill:none;stroke:#969696;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
-         d="m 1175.5,140.5 c 3,3.5 18.975,1.5988 17.5,7.5 -1,4 -17,1 -17.5,8.5 -0.366,5.4878 17,2.5 23,6.5"
-         id="path5249"
-         sodipodi:nodetypes="cssc" />
-      <rect
-         y="141.5"
-         x="1184.5"
-         height="4.0071669"
-         width="4.0662079"
-         id="rect5251"
-         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect5251"
-         id="use5438"
-         transform="translate(0.0188999,6.991948)"
-         width="1250"
-         height="1250" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect5251"
-         id="use5440"
-         transform="translate(-0.0473082,16.99195)"
-         width="1250"
-         height="1250" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/node-align-vertical.svg b/share/icons/hicolor/scalable/actions/node-align-vertical.svg
deleted file mode 100644 (file)
index df4980b..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-<?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://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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48px"
-   height="48px"
-   id="svg12119"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="node-align-vertical.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs12121" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.75"
-     inkscape:cx="-8.1977739"
-     inkscape:cy="27.451515"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="827"
-     inkscape:window-height="606"
-     inkscape:window-x="145"
-     inkscape:window-y="44" />
-  <metadata
-     id="metadata12124">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="node_halign"
-       transform="matrix(1.9995416,0,0,1.9995416,-2349.4554,-279.93061)"
-       inkscape:label="#node_halign">
-      <path
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
-         d="m 1175.498,152.4972 22.999,0 0,0"
-         id="path5318" />
-      <rect
-         y="1180.4969"
-         x="-163.9971"
-         height="16"
-         width="16"
-         id="rect5320"
-         style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
-         transform="matrix(0,-1,1,0,0,0)" />
-      <path
-         style="fill:none;stroke:#969696;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
-         d="m 1175.497,163.4972 c 3.5,-3 1.599,-18.9753 7.5,-17.5 4,1 1,17 8.5,17.5 5.488,0.3658 2.5,-17 6.5,-23"
-         id="path5322"
-         sodipodi:nodetypes="cssc" />
-      <rect
-         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-         id="use5452"
-         width="4.0662079"
-         height="4.0071669"
-         x="1176.5219"
-         y="150.50909" />
-      <rect
-         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-         id="use5455"
-         width="4.0662079"
-         height="4.0071669"
-         x="1183.5219"
-         y="150.50192" />
-      <rect
-         style="color:#000000;fill:#8ab3de;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.9999997;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
-         id="use5457"
-         width="4.0662079"
-         height="4.0071669"
-         x="1193.4556"
-         y="150.50192" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/show-node-handles.svg b/share/icons/hicolor/scalable/actions/show-node-handles.svg
new file mode 100644 (file)
index 0000000..d799fda
--- /dev/null
@@ -0,0 +1,88 @@
+<?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://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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48px"
+   height="48px"
+   id="svg7100"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20666"
+   sodipodi:docname="show-node-handles.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs7102" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.4748737"
+     inkscape:cx="9.7740056"
+     inkscape:cy="26.815935"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="679"
+     inkscape:window-height="470"
+     inkscape:window-x="335"
+     inkscape:window-y="137" />
+  <metadata
+     id="metadata7105">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <rect
+       y="0"
+       x="0"
+       height="48"
+       width="48"
+       id="rect3742"
+       style="opacity:0;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path4641"
+       d="m 45.999999,1.9999982 c -14,2 -34,15.9999998 -34,31.9999998"
+       style="color:#000000;fill:none;stroke:#909090;stroke-width:4.00000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path4638"
+       d="m 10.000001,9.9999982 0,23.9999998"
+       style="color:#000000;fill:none;stroke:#646464;stroke-width:4.00000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" />
+    <rect
+       rx="4.0441041"
+       ry="4.0441041"
+       y="1.9998474"
+       x="5.9118676"
+       height="8.1066484"
+       width="8.0882082"
+       id="use3738"
+       style="color:#000000;fill:#ffffff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:#0000ff;stroke-width:4.00000286;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" />
+    <rect
+       style="color:#000000;fill:#6464ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:#0000ff;stroke-width:4.00000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+       id="use4635"
+       width="15.829972"
+       height="15.88266"
+       x="2.1699219"
+       y="30" />
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/show-path-outline.svg b/share/icons/hicolor/scalable/actions/show-path-outline.svg
new file mode 100644 (file)
index 0000000..8c29612
--- /dev/null
@@ -0,0 +1,81 @@
+<?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://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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48px"
+   height="48px"
+   id="svg7100"
+   sodipodi:version="0.32"
+   inkscape:version="0.46+devel r20666"
+   sodipodi:docname="show-path-outline.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs7102" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.4748737"
+     inkscape:cx="9.7740056"
+     inkscape:cy="26.815935"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="679"
+     inkscape:window-height="470"
+     inkscape:window-x="335"
+     inkscape:window-y="137" />
+  <metadata
+     id="metadata7105">
+    <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>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       sodipodi:nodetypes="csc"
+       id="path4756"
+       d="M 7.4327743,40.350987 C 7.4327743,23.878433 9.456594,1.4792808 40.383274,7.4004871 45.807855,8.4390269 41.386287,42.573049 7.4327743,40.350987"
+       style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#ff0000;stroke-width:2.9955008;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none" />
+    <rect
+       style="fill:none;stroke:none;stroke-width:1;marker:none;display:inline"
+       id="rect4758"
+       width="47.928001"
+       height="47.928001"
+       x="0"
+       y="0.071998596" />
+    <rect
+       style="color:#000000;fill:#6464ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:#0000ff;stroke-width:2.99550104;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+       id="use4760"
+       width="11.854671"
+       height="11.894127"
+       x="1.6964871"
+       y="34.359985" />
+    <rect
+       style="color:#000000;fill:#6464ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:#0000ff;stroke-width:2.99550104;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
+       id="use4762"
+       width="11.854671"
+       height="11.894127"
+       x="34.519554"
+       y="1.4973474" />
+  </g>
+</svg>
diff --git a/share/icons/hicolor/scalable/actions/text-align-baseline-horizontal.svg b/share/icons/hicolor/scalable/actions/text-align-baseline-horizontal.svg
deleted file mode 100644 (file)
index 2736ee1..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="text-align-baseline-horizontal.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5204">
-      <stop
-         style="stop-color:#4e6e90;stop-opacity:1;"
-         offset="0"
-         id="stop5206" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5208" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5204"
-       id="linearGradient11968"
-       gradientUnits="userSpaceOnUse"
-       x1="13.479776"
-       y1="86.265739"
-       x2="17.629627"
-       y2="92.007393" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.2374369"
-     inkscape:cx="68.920174"
-     inkscape:cy="-58.823132"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="al_baselines_vert"
-       transform="matrix(-2,0,0,1.995842,-9.605999,-161.03627)">
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5262"
-         d="m -11.303,81.18778 0,23.04706"
-         style="fill:none;stroke:#c80000;stroke-width:1.00104141;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-      <rect
-         style="font-size:12px;fill:none;stroke:none"
-         id="rect2758"
-         width="24.049999"
-         height="24"
-         x="80.685799"
-         y="-28.802999"
-         transform="matrix(0,1,1,0,0,0)" />
-      <path
-         id="text3357"
-         d="m -11.9668,90.11223 c -0.7787,-0.67701 -2.1025,-0.43431 -2.6929,0.34854 -0.9754,1.18561 -1.2575,2.70228 -1.6164,4.12145 -0.2662,1.21031 -0.4334,2.4394 -0.501,3.67318 -0.7883,-1.56023 -1.6965,-3.23606 -1.713,-4.99301 -0.0218,-0.88805 0.5124,-1.6408 0.8692,-2.42613 0.2947,-0.65823 -0.5167,-1.34316 -1.2125,-1.13198 -0.8522,0.16578 -0.9942,1.10615 -0.9696,1.78045 0.0896,2.00548 0.9121,3.97467 1.7444,5.80752 1.1795,2.42043 2.8678,4.66505 5.076,6.36815 0.8684,0.6241 3.0647,1.3479 4.1492,0.972 2,-0.9952 2,-2.9856 0,-2.9856 -0.7186,-0.3241 -2.5391,1.2439 -3.2752,1.2192 -1.2149,-0.009 -2.081,-1.0514 -2.4089,-2.0443 -0.3332,-1.31356 -0.0214,-2.6707 0.1844,-3.98039 0.3353,-1.70254 0.7126,-3.43957 1.5965,-4.97978 0.1808,-0.59819 1.5972,-0.95372 0.7698,-1.7493 z"
-         style="font-size:19.23077393px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Baskerville-Nova"
-         sodipodi:nodetypes="cccccsccccccccccc" />
-      <path
-         transform="scale(-1.036041,0.965213)"
-         style="font-size:14.62716293px;font-style:normal;font-weight:normal;fill:url(#linearGradient11968);fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         d="m 15.59046,88.20062 c -0.53328,0 -0.93563,0.09047 -1.20702,0.2714 -0.26665,0.18094 -0.39997,0.44758 -0.39997,0.79992 0,0.32378 0.10713,0.57852 0.3214,0.76421 0.21903,0.18094 0.52138,0.27141 0.90706,0.27141 0.4809,0 0.88562,-0.17141 1.21417,-0.51424 0.32853,-0.34758 0.4928,-0.78087 0.49281,-1.29987 l 0,-0.29283 -1.32844,0 m 3.90676,-0.96419 0,4.56384 -2.57832,0 0,-1.1856 c -0.34283,0.48567 -0.72851,0.8404 -1.15703,1.06418 -0.42854,0.21903 -0.94992,0.32854 -1.56414,0.32854 -0.82849,0 -1.50224,-0.24045 -2.02123,-0.72136 -0.51424,-0.48566 -0.77136,-1.11417 -0.77136,-1.88553 0,-0.938 0.3214,-1.62603 0.96419,-2.06409 0.64756,-0.43804 1.66175,-0.65707 3.04257,-0.65708 l 1.507,0 0,-0.19998 c -10e-6,-0.40471 -0.15952,-0.69992 -0.47853,-0.88563 -0.31902,-0.19045 -0.81659,-0.28568 -1.49271,-0.28568 -0.54757,0 -1.05705,0.05476 -1.52843,0.16427 -0.47138,0.10952 -0.90943,0.27379 -1.31416,0.49281 l 0,-1.94981 c 0.54757,-0.13332 1.09752,-0.23331 1.64985,-0.29998 0.55232,-0.07141 1.10465,-0.10712 1.65698,-0.10713 1.44271,1e-5 2.48309,0.2857 3.12113,0.85706 0.64278,0.56662 0.96418,1.49034 0.96419,2.77116"
-         id="text5563" />
-    </g>
-  </g>
-</svg>
diff --git a/share/icons/hicolor/scalable/actions/text-align-baseline-vertical.svg b/share/icons/hicolor/scalable/actions/text-align-baseline-vertical.svg
deleted file mode 100644 (file)
index 0d8cbea..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-<?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://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"
-   width="48px"
-   height="48px"
-   id="svg5662"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel r20659"
-   sodipodi:docname="text-align-baseline-vertical.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs5664">
-    <linearGradient
-       id="linearGradient5204">
-      <stop
-         style="stop-color:#4e6e90;stop-opacity:1;"
-         offset="0"
-         id="stop5206" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop5208" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5204"
-       id="linearGradient12007"
-       gradientUnits="userSpaceOnUse"
-       x1="13.479776"
-       y1="86.265739"
-       x2="17.629627"
-       y2="92.007393"
-       gradientTransform="matrix(-1.036041,0,0,0.96320632,-12.75291,5.405751)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.2374369"
-     inkscape:cx="68.920174"
-     inkscape:cy="-58.823132"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="789"
-     inkscape:window-height="658"
-     inkscape:window-x="182"
-     inkscape:window-y="38" />
-  <metadata
-     id="metadata5667">
-    <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 />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       transform="matrix(-2,0,0,2,-19.606003,-159.92722)"
-       id="al_baselines_hor">
-      <path
-         sodipodi:nodetypes="cc"
-         id="use5850"
-         d="m -33.3285,94.4377 22.9991,0"
-         style="fill:none;stroke:#c80000;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
-      <rect
-         transform="matrix(0,1,1,0,0,0)"
-         y="-33.803001"
-         x="79.963608"
-         height="24"
-         width="24"
-         id="rect2784"
-         style="font-size:12px;fill:none;stroke:none" />
-      <path
-         id="use5253"
-         d="m -28.905266,90.361146 c 0.5525,0 0.969351,0.08714 1.250522,0.261414 0.276261,0.174283 0.414386,0.431112 0.414386,0.770488 0,0.311867 -0.110991,0.557234 -0.332984,0.736092 -0.226924,0.174282 -0.540171,0.261424 -0.939751,0.261424 -0.498232,0 -0.917539,-0.165103 -1.25793,-0.495319 -0.340371,-0.334792 -0.510561,-0.752139 -0.510571,-1.252043 l 0,-0.282056 1.376318,0 m -4.047564,-0.928714 0,4.395919 2.671246,0 0,-1.141977 c 0.355186,0.4678 0.754766,0.809479 1.19873,1.025025 0.443985,0.210971 0.984156,0.316452 1.620513,0.316452 0.85835,0 1.556382,-0.231603 2.094077,-0.694819 0.532774,-0.467791 0.799161,-1.073175 0.799161,-1.816154 0,-0.903488 -0.332984,-1.566203 -0.99894,-1.988145 -0.670899,-0.421923 -1.721642,-0.632894 -3.152228,-0.632903 l -1.561313,0 0,-0.192622 c 10e-6,-0.38982 0.165269,-0.674168 0.495776,-0.853045 0.330518,-0.183442 0.846021,-0.275169 1.546509,-0.275169 0.567305,0 1.095147,0.05275 1.583516,0.158226 0.488369,0.105491 0.942207,0.263717 1.361524,0.474678 l 0,-1.878069 c -0.567305,-0.128415 -1.137076,-0.224726 -1.709312,-0.288943 -0.572227,-0.06878 -1.144463,-0.103179 -1.7167,-0.103188 -1.494706,9e-6 -2.572583,0.275188 -3.233618,0.825525 -0.665947,0.545772 -0.99893,1.435505 -0.998941,2.669199"
-         style="font-size:14.62716293px;font-style:normal;font-weight:normal;fill:url(#linearGradient12007);fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" />
-      <path
-         sodipodi:nodetypes="cccccsccccccccccc"
-         style="font-size:19.23077393px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Baskerville-Nova"
-         d="m -14.489337,85.344537 c -0.7787,-0.675603 -2.1025,-0.433407 -2.6929,0.347815 -0.9754,1.183145 -1.2575,2.696662 -1.6164,4.112882 -0.2662,1.207793 -0.4334,2.434328 -0.501,3.665543 -0.7883,-1.556986 -1.6965,-3.229332 -1.713,-4.98263 -0.0218,-0.886203 0.5124,-1.637388 0.8692,-2.421086 0.2947,-0.656861 -0.5167,-1.340367 -1.2125,-1.129626 -0.8522,0.165435 -0.9942,1.10385 -0.9696,1.776748 0.0896,2.001311 0.9121,3.966407 1.7444,5.795446 1.1795,2.415398 2.8678,4.655352 5.076,6.354911 0.8684,0.622803 3.0647,1.3451 4.1492,0.969979 2,-0.993131 2,-2.979393 0,-2.979393 -0.7186,-0.323426 -2.5391,1.241314 -3.2752,1.216666 -1.2149,-0.009 -2.081,-1.049215 -2.4089,-2.04005 -0.3332,-1.310829 -0.0214,-2.665148 0.1844,-3.972115 0.3353,-1.699001 0.7126,-3.432419 1.5965,-4.969427 0.1808,-0.596946 1.5972,-0.951737 0.7698,-1.745663 z"
-         id="use5256" />
-    </g>
-  </g>
-</svg>
index b6e964f9c7bf3223e3779a3b1484449de369a25a..c55665b2d818d19087b9edeafff68dc0907a40de 100644 (file)
@@ -4,12 +4,8 @@ context = places
 
 iconsdir = $(themedir)/$(size)/$(context)
 
-# To update this list, run:
-# find . -name '*.svg' -and -not -name '*.svn*' -printf '\t%P \\\n' | sort | zenity --text-info
-# and paste the contents of the dialog box here
-#
-# To vacuum defs in all documents, simply execute
-# inkscape --vacuum-defs *
+# Auto-generated by update-makefiles.sh
+# Re-run the script to update.
 
 icons_DATA = \
        dialog-align-and-distribute.svg \
@@ -28,6 +24,6 @@ icons_DATA = \
        dialog-xml-editor.svg \
        grid-axonometric.svg \
        grid-rectangular.svg \
-       guides.svg
+       guides.svg 
 
 EXTRA_DIST = $(icons_DATA)
index fe794bf5e9b3a44f9ef1547a744695c5e0856a56..36c7ecea16c00f884c86e6616fbda4ebbb421fab 100644 (file)
@@ -4,12 +4,8 @@ context = status
 
 iconsdir = $(themedir)/$(size)/$(context)
 
-# To update this list, run:
-# find . -name '*.svg' -and -not -name '*.svn*' -printf '\t%P \\\n' | sort | zenity --text-info
-# and paste the contents of the dialog box here
-#
-# To vacuum defs in all documents, simply execute
-# inkscape --vacuum-defs *
+# Auto-generated by update-makefiles.sh
+# Re-run the script to update.
 
 icons_DATA = \
        connector-avoid.svg \
@@ -40,8 +36,8 @@ icons_DATA = \
        object-unlocked.svg \
        object-visible.svg \
        path-mode-bezier.svg \
-       path-mode-polyline.svg \
        path-mode-polyline-paraxial.svg \
+       path-mode-polyline.svg \
        path-mode-spiro.svg \
        perspective-parallel.svg \
        snap-bounding-box-center.svg \
@@ -71,6 +67,6 @@ icons_DATA = \
        transform-affect-gradient.svg \
        transform-affect-pattern.svg \
        transform-affect-rounded-corners.svg \
-       transform-affect-stroke.svg
+       transform-affect-stroke.svg 
 
 EXTRA_DIST = $(icons_DATA)
diff --git a/share/icons/hicolor/update-makefiles.sh b/share/icons/hicolor/update-makefiles.sh
new file mode 100755 (executable)
index 0000000..b802df0
--- /dev/null
@@ -0,0 +1,41 @@
+#!/bin/bash
+# update-makefiles.sh
+# (c) 2009 Krzysztof KosiƄski
+# Licensed under GNU GPL; see the file COPYING for details
+#
+# This script regenerates the makefiles for the subdirectories of hicolor.
+
+OLD_IFS=$IFS
+IFS=$'\0'
+
+for dir_size in *; do
+if test -d $dir_size; then
+
+for dir in $dir_size/*; do
+if test -d $dir; then
+       ICONS_DATA=$(find $dir -name '*.svg' -and -not -name '*.svn*' -printf '\t%f \\\n' \
+               | sort \
+               | sed -e '$s|\\||')
+SIZE=$(echo $dir_size | sed -e 's|x.*||')
+CONTEXT=$(echo $dir | sed -e 's|^.*/||')
+echo \
+'themedir = $(pkgdatadir)/icons/hicolor
+size = '$SIZE'
+context = '$CONTEXT'
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+# Auto-generated by update-makefiles.sh
+# Re-run the script to update.
+
+icons_DATA = \
+'$ICONS_DATA'
+
+EXTRA_DIST = $(icons_DATA)' > $dir/Makefile.am
+       fi
+done
+
+fi
+done
+
+IFS=$OLD_IFS