summaryrefslogtreecommitdiff
path: root/title.svg
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-05-10 19:26:06 -0400
committerMica White <botahamec@outlook.com>2026-05-10 19:26:06 -0400
commit4074e999511b352f25b6a45eee00c2397d5ef801 (patch)
tree1a7b0aba5e3f6f5a3e2bc3be8b2a64d43e8f6efc /title.svg
parentddddc265d8d1ecfee43a979c0ad18123464ed105 (diff)
Typesetting
Diffstat (limited to 'title.svg')
-rw-r--r--title.svg16
1 files changed, 16 insertions, 0 deletions
diff --git a/title.svg b/title.svg
new file mode 100644
index 0000000..14a02f8
--- /dev/null
+++ b/title.svg
@@ -0,0 +1,16 @@
+<svg version="1.1" width="575" height="100" xmlns="http://www.w3.org/2000/svg">
+ <g style="overflow:hidden; text-anchor: start; font-size:50; font-family: Impact, sans-serif">
+ <defs>
+ <filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
+ <feGaussianBlur stdDeviation="10 10" result="glow"/>
+ <feMerge>
+ <feMergeNode in="glow"/>
+ <feMergeNode in="glow"/>
+ <feMergeNode in="glow"/>
+ </feMerge>
+ </filter>
+ </defs>
+ <text style="filter: url(#glow); fill: #777" x="60" y="55">The Lightened Black</text>
+ <text x="60" y="55" style="fill: white;">The Lightened Black</text>
+ </g>
+</svg>