diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-12 00:23:33 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-12 00:23:44 +0200 |
| commit | 3255529f9db0208f8e56689e31aa626251ba1e40 (patch) | |
| tree | 365fd79e258513e21a7caa96627b499d071e8643 /res/client/img | |
| parent | 72ada9fea8741c2a5eaa96bd28d70f322d6622bb (diff) | |
client: zoom to selection button instead of automatic on selection
Diffstat (limited to 'res/client/img')
| -rw-r--r-- | res/client/img/icon__zoom_to_selection.svg | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/res/client/img/icon__zoom_to_selection.svg b/res/client/img/icon__zoom_to_selection.svg new file mode 100644 index 00000000..4b53c5cd --- /dev/null +++ b/res/client/img/icon__zoom_to_selection.svg @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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" + version="1.1" + id="svg2" + viewBox="0 0 24.0 24.0" + height="16px" + width="16px"> + <defs + id="defs4" /> + <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> + <rect + y="0" + x="0" + height="24" + width="24" + id="large" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.90702951;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="4.5" + x="4.5" + height="15" + width="15" + id="center" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.51672661;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="9" + x="0" + height="6" + width="24" + id="horizontal" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.51383185;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="0" + x="9" + height="24" + width="6" + id="vertical" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.51383185;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> +</svg> |
