Finished up with inline and full-body chat-filters.

This commit is contained in:
rainbow napkin 2025-01-11 13:00:34 -05:00
parent 77bc549653
commit 4c31dbde1e
6 changed files with 198 additions and 40 deletions

14
www/img/strikethrough.svg Normal file
View file

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="strikethroughFilter">
<feFlood
result="floodFill"
x="0"
y="50%"
width="100%"
height="1"
flood-color="black"
flood-opacity="1"
/>
<feBlend in="floodFill" in2="SourceGraphic" mode="normal" />
</filter>
</svg>

After

Width:  |  Height:  |  Size: 376 B