diff options
author | Maximilian Güntner <maximilian.guentner@gmail.com> | 2013-09-25 02:39:21 +0200 |
---|---|---|
committer | Maximilian Güntner <maximilian.guentner@gmail.com> | 2013-09-27 18:45:04 +0200 |
commit | 88172571ca3105fcccf6f7a23a0c60fb0f078e0e (patch) | |
tree | bca7ea4c372b05cef6cfe79b8cdad951aeb5c5dd /icons/ruler.svg | |
parent | 248f1b86d15b63fe5774667f8408e2abbd5f9504 (diff) | |
download | subsurface-88172571ca3105fcccf6f7a23a0c60fb0f078e0e.tar.gz |
Added a toolbar to the profile
The toolbar adds two buttons to the profile.
The user can now toggle the scaling (zoomed to dive/round up to 30 mins)
and adding /removing ruler to/from the profile using this toolbar.
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
Diffstat (limited to 'icons/ruler.svg')
-rw-r--r-- | icons/ruler.svg | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/icons/ruler.svg b/icons/ruler.svg new file mode 100644 index 000000000..27e88bb44 --- /dev/null +++ b/icons/ruler.svg @@ -0,0 +1,91 @@ +<?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="256" + height="256" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="Neues Dokument 1"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.979899" + inkscape:cx="82.200797" + inkscape:cy="132.66914" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1920" + inkscape:window-height="1060" + inkscape:window-x="1917" + inkscape:window-y="-3" + inkscape:window-maximized="1" /> + <metadata + id="metadata7"> + <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 + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-796.36218)"> + <path + style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="m 25,855.87869 0,136.96699 206,0 0,-136.96699" + id="path2985" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:type="arc" + style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3755" + sodipodi:cx="109.60155" + sodipodi:cy="121.64971" + sodipodi:rx="24.748737" + sodipodi:ry="24.748737" + d="m 134.35028,121.64971 a 24.748737,24.748737 0 1 1 -49.49747,0 24.748737,24.748737 0 1 1 49.49747,0 z" + transform="matrix(0.80812204,0,0,0.80812204,142.42857,894.53737)" /> + <path + sodipodi:type="arc" + style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path3755-9" + sodipodi:cx="109.60155" + sodipodi:cy="121.64971" + sodipodi:rx="24.748737" + sodipodi:ry="24.748737" + d="m 134.35028,121.64971 a 24.748737,24.748737 0 1 1 -49.49747,0 24.748737,24.748737 0 1 1 49.49747,0 z" + transform="matrix(0.80812204,0,0,0.80812204,-63.571426,894.53737)" /> + <g + transform="scale(0.93424041,1.0703883)" + style="font-size:167.5866394px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Liberation Sans;-inkscape-font-specification:Liberation Sans" + id="text3793"> + <path + d="m 128.45853,792.84841 17.75698,0 41.733,103.7597 0,11.53795 -101.877616,0 0.08183,-11.53795 42.305806,-103.7597 m 43.1241,102.53226 -27.65834,-70.53696 c -1.63665,-4.03683 -3.16413,-8.2374 -4.58245,-12.60173 -1.36388,-4.41868 -2.10034,-6.95539 -2.20939,-7.61013 l -0.73647,2.61854 c -1.69119,6.05547 -3.70965,11.97446 -6.05537,17.75698 l -27.74017,70.3733 68.98219,0" + style="" + id="path3817" /> + </g> + </g> +</svg> |