mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-07 16:00:59 +00:00
Update parser.js
Forgot one variable.
This commit is contained in:
parent
98b4bdccaf
commit
2fe200e178
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@
|
|||
gradientDefs[id] = el;
|
||||
}
|
||||
|
||||
for (id in postProcess) {
|
||||
for (id in idsToXlinkMap) {
|
||||
var el2 = gradientDefs[idsToXlinkMap[id]].cloneNode(true);
|
||||
el = gradientDefs[id];
|
||||
while (el2.firstChild) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue