filter name
This commit is contained in:
parent
4061ffb640
commit
af4efd43b8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user