Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2018-04-21 14:01:28 +0300
committerPouria Ezzati <ezzati.upt@gmail.com>2018-04-21 14:01:28 +0300
commit2f35f3c00a3c4a193f22ab4b63ec0d67120f56f7 (patch)
treeea07816e5a25c2fa72a8a8bb97ea422ac1c2bd8e /static
parent0e553ffcd877bc780e88885663d6ca339b516158 (diff)
Add QRCode
Diffstat (limited to 'static')
-rw-r--r--static/images/qrcode.svg25
1 files changed, 25 insertions, 0 deletions
diff --git a/static/images/qrcode.svg b/static/images/qrcode.svg
new file mode 100644
index 0000000..cfbe135
--- /dev/null
+++ b/static/images/qrcode.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="16" height="16" viewBox="0 0 16 16" fill="#888"
+ xmlns="http://www.w3.org/2000/svg" version="1.1"
+ xmlns:xlink="http://www.w3.org/1999/xlink" id="s1">
+ <title>QR coder</title>
+ <desc>Manually edited diagram of qr code</desc>
+ <!-- <rect x="0" y="0" width="300" height="422" stroke="none" fill="#CFA"/> -->
+<g transform="scale(.5,.5)" fill="none" stroke="#000" stroke-width="2" stroke-linecap="butt">
+ <path id="A" d="M3,3 h8 v8 h-8 v-8 z M6,7 h2"/>
+ <use xlink:href="#A" x="18" y="0" />
+ <use xlink:href="#A" x="0" y="18" />
+ <path d="M18,3 h-3 v4 h2 v4 h-2 v3" />
+ <path d="M2,15 h2 m2,0 h4 m6,0 h2 m2,0 h4 m4,0 h2"/>
+ <path d="M4,17 h2 m2,0 h8 m6,0 h2 m2,0 h4" />
+ <path d="M14,19 h2 m2,0 h2 m6,0 h2" />
+ <path d="M16,21 h2 m2,0 h8"/>
+ <path d="M14,23 h2 m2,0 h2 m4,0 h2 m2,0 h2" />
+ <path d="M14,25 h4 m2,0 h2 m2, 0 h4" />
+ <path d="M14,27 h2 m6,0 h2 m4,0 h2" />
+ <path d="M16,29 h8 m2,0 h2"/>
+ </g>
+<!-- vim:nowrap:sw=2:so=2:et:ai: -->
+</svg>