Reverts #4556 due to flicker on Chome

This commit is contained in:
Yury Delendik 2014-04-11 14:07:36 -05:00
parent 012a727eed
commit f6c631bc31
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ var ThumbnailView = function thumbnailView(container, id, defaultViewport) {
ring.appendChild(canvas);
var ctx = canvas.getContext('2d', {alpha: false});
var ctx = canvas.getContext('2d');
ctx.save();
ctx.fillStyle = 'rgb(255, 255, 255)';
ctx.fillRect(0, 0, this.canvasWidth, this.canvasHeight);