mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-25 21:53:44 +00:00
simple correction
This commit is contained in:
parent
8dfaaab514
commit
f505e753ca
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
|||
toFixed(this.blur ? this.blur / 2 : 0, 3) +
|
||||
'" result="blurOut"></feGaussianBlur>\n' +
|
||||
'\t<feColorMatrix result="matrixOut" in="blurOut" type="matrix" ' +
|
||||
'values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.30 0" /></feColorMatrix >\n' +
|
||||
'values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.30 0" ></feColorMatrix >\n' +
|
||||
'\t<feOffset dx="' + this.offsetX + '" dy="' + this.offsetY + '"></feOffset>\n' +
|
||||
'\t<feMerge>\n' +
|
||||
'\t\t<feMergeNode></feMergeNode>\n' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue