Fixed strikethrough .svg filter for chromium compatibility

This commit is contained in:
rainbow napkin 2026-05-17 21:01:48 -04:00
parent 258e71323d
commit fb226a306c

View file

@ -1,11 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="strikethroughFilter">
<filter id="strikethroughFilter" primitiveUnits="objectBoundingBox">
<feFlood
result="floodFill"
x="0"
y="50%"
height="2%"
width="100%"
height="1"
x="0"
y="49%"
flood-color="black"
flood-opacity="1"
/>

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 413 B

Before After
Before After