Fixed strikethrough .svg filter for chromium compatibility
This commit is contained in:
parent
258e71323d
commit
fb226a306c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
<filter id="strikethroughFilter">
|
<filter id="strikethroughFilter" primitiveUnits="objectBoundingBox">
|
||||||
<feFlood
|
<feFlood
|
||||||
result="floodFill"
|
result="floodFill"
|
||||||
x="0"
|
height="2%"
|
||||||
y="50%"
|
|
||||||
width="100%"
|
width="100%"
|
||||||
height="1"
|
x="0"
|
||||||
|
y="49%"
|
||||||
flood-color="black"
|
flood-color="black"
|
||||||
flood-opacity="1"
|
flood-opacity="1"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 413 B |
Loading…
Add table
Add a link
Reference in a new issue