diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 09:31:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 09:31:30 +0200 |
| commit | 66f2ca62469eba4b46e1f19f54dde9476b08d956 (patch) | |
| tree | 0a419a62a6af21c593e9f6b0d632b5953bc58721 /tools/logo.svg | |
| parent | 717556178c2017e374ee1108e6b25a24507a1dde (diff) | |
Debug interrupts, allow to show bmp images
Diffstat (limited to 'tools/logo.svg')
| -rw-r--r-- | tools/logo.svg | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/tools/logo.svg b/tools/logo.svg new file mode 100644 index 0000000..ee133ab --- /dev/null +++ b/tools/logo.svg @@ -0,0 +1,95 @@ +<?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" + 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="80mm" + height="80mm" + viewBox="0 0 80 80" + version="1.1" + id="svg8" + inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)" + sodipodi:docname="logo.svg" + inkscape:export-filename="/home/loic/Documents/Git/boucane/src/res/logo.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <defs + id="defs2"> + <linearGradient + inkscape:collect="always" + id="linearGradient843"> + <stop + style="stop-color:#b3b3b3;stop-opacity:1;" + offset="0" + id="stop839" /> + <stop + style="stop-color:#b3b3b3;stop-opacity:0;" + offset="1" + id="stop841" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient843" + id="linearGradient845" + x1="0" + y1="40" + x2="80" + y2="40" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.2512358" + inkscape:cx="148.75224" + inkscape:cy="239.43042" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + inkscape:document-rotation="0" + showgrid="false" + inkscape:window-width="1892" + inkscape:window-height="1014" + inkscape:window-x="10" + inkscape:window-y="48" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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"> + <rect + style="fill:url(#linearGradient845);stroke:none;stroke-width:2;stop-color:#000000;fill-opacity:1" + id="rect835" + width="80" + height="80" + x="7.1054274e-15" + y="7.2164497e-15" /> + <ellipse + style="fill:#ffaaaa;stroke:#808080;stroke-width:2;stop-color:#000000" + id="path833" + cx="40" + cy="40" + rx="15.068277" + ry="14.545761" /> + </g> +</svg> |
