diff options
author | Florian <stayawake@lavabit.com> | 2014-02-14 19:17:59 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-14 19:17:59 +0100 |
commit | 92e9f920d4499e5a33a068933230b94a12fe6f40 (patch) | |
tree | a9eb4859c47cb369eb8527d81946e2e65cb6e7f8 | |
parent | 6fd375dc8dcec66c932e5434ad14f1f6d5c067ef (diff) |
added print button
-rw-r--r-- | img/print_button.png | bin | 0 -> 4931 bytes | |||
-rw-r--r-- | img/print_button.svg | 120 | ||||
-rw-r--r-- | img/print_button_highlight.png | bin | 0 -> 5274 bytes |
3 files changed, 120 insertions, 0 deletions
diff --git a/img/print_button.png b/img/print_button.png Binary files differnew file mode 100644 index 0000000..1275207 --- /dev/null +++ b/img/print_button.png diff --git a/img/print_button.svg b/img/print_button.svg new file mode 100644 index 0000000..aee2cd0 --- /dev/null +++ b/img/print_button.svg @@ -0,0 +1,120 @@ +<?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="201" + height="101" + id="svg2" + version="1.1" + inkscape:version="0.48.4 r9939" + sodipodi:docname="print_button.svg" + inkscape:export-filename="/home/olf/Projekte/Kunstprojekt-CCTV/js-interface/img/print_button_highlight.png" + inkscape:export-xdpi="89.10891" + inkscape:export-ydpi="89.10891"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3765"> + <stop + id="stop3767" + offset="0" + style="stop-color:#666666;stop-opacity:1;" /> + <stop + id="stop3769" + offset="1" + style="stop-color:#c0c0c0;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3755"> + <stop + style="stop-color:#666666;stop-opacity:1;" + offset="0" + id="stop3757" /> + <stop + id="stop3771" + offset="0.56964296" + style="stop-color:#939393;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3759" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3755" + id="linearGradient3761" + x1="197.5" + y1="297.00504" + x2="196.78574" + y2="169.14789" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8" + inkscape:cx="38.008931" + inkscape:cy="68.443537" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1280" + inkscape:window-height="763" + inkscape:window-x="0" + inkscape:window-y="16" + 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="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-88.0625,-169)"> + <rect + style="fill:url(#linearGradient3761);fill-opacity:1;stroke:#000000;stroke-opacity:1" + id="rect2985" + width="200" + height="100" + x="88.571426" + y="169.50504" + ry="18.571428" /> + <text + xml:space="preserve" + style="font-size:120px;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:Open Sans;-inkscape-font-specification:Open Sans" + x="109.69447" + y="230.50504" + id="text3763" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan3765" + x="109.69447" + y="230.50504" + style="font-size:40px;fill:#ffffff">Drucken</tspan></text> + </g> +</svg> diff --git a/img/print_button_highlight.png b/img/print_button_highlight.png Binary files differnew file mode 100644 index 0000000..1cb7df5 --- /dev/null +++ b/img/print_button_highlight.png |