aboutsummaryrefslogtreecommitdiff
path: root/source/images/stitle.svg
diff options
context:
space:
mode:
Diffstat (limited to 'source/images/stitle.svg')
-rw-r--r--source/images/stitle.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/images/stitle.svg b/source/images/stitle.svg
new file mode 100644
index 0000000..1f1b374
--- /dev/null
+++ b/source/images/stitle.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="256" height="33">
+ <defs>
+ <linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
+ <stop offset="0" stop-color="#5c3e9a" />
+ <stop offset="1" stop-color="#461f99" />
+ </linearGradient>
+ </defs>
+ <rect x="0" y="0" width="256" height="33" stroke="none" fill="#ffffff" />
+ <rect x="0" y="0" width="256" height="31" stroke-width="1" stroke="none" fill="url(#gradient)" />
+ <line x1="0" x2="256" y1="32.5" y2="32.5" stroke="#461f99" stroke-width="1" />
+</svg>