Finished up with inline and full-body chat-filters.
This commit is contained in:
parent
77bc549653
commit
4c31dbde1e
6 changed files with 198 additions and 40 deletions
14
www/img/strikethrough.svg
Normal file
14
www/img/strikethrough.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue