filter name

This commit is contained in:
Mashy 2019-07-04 15:15:38 +10:00
parent 4061ffb640
commit af4efd43b8

View File

@ -41,7 +41,7 @@ class Sleep extends Component {
xmlns="http://www.w3.org/2000/svg"
viewBox="-291 -191 582 582">
<defs>
<filter id="triageFilter">
<filter id="sleepFilter">
<feGaussianBlur stdDeviation="3"/>
<feColorMatrix mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="cutoff"/>
<feComposite operator="atop" in="SourceGraphic" in2="cutoff"/>
@ -62,7 +62,7 @@ class Sleep extends Component {
style="opacity: 0.5"
/>
</g>
<g id="heal" filter="url(#triageFilter)">
<g id="heal" filter="url(#sleepFilter)">
{this.charges}
</g>
</svg>