diff --git a/src/tile.js b/src/tile.js index 7f598ef2..a07bec74 100644 --- a/src/tile.js +++ b/src/tile.js @@ -356,6 +356,7 @@ $.Tile.prototype = /** @lends OpenSeadragon.Tile.prototype */{ // to the main canvas. And FF does not like it. It crashes the viewer. return new $.Point(1, 1).minus( this.position + .times($.pixelDensityRatio) .times(scale || 1) .apply(function(x) { return x % 1;