mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-17 02:01:05 +00:00
Fixed code style error
This commit is contained in:
parent
ea8bc67ce8
commit
00e6e71e4d
1 changed files with 2 additions and 1 deletions
|
|
@ -1277,7 +1277,8 @@
|
|||
var objectClone = objects[i].clone();
|
||||
selectionGroup.realizeTransform(objectClone);
|
||||
markup.push(objectClone.toSVG(reviver));
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
markup.push(objects[i].toSVG(reviver));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue