I have a problem using fabric.js in canvas. After resize with scale factor at 5x, clicking in ZoomIn 2 times, the elements on the canvas disappear. Please look: http://jsfiddle.net/ptCoder/Q3TMA/90/
Canvas size (just for example):
<canvas id="c" width="400" height="400"></canvas>
Zoom Scale Factor:
var SCALE_FACTOR = 5;
Is there any solution?
Thank You.