From 9922d2a4bb5761b62792f7024dafe8880fa403a0 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Thu, 19 Nov 2015 10:06:43 +0200 Subject: [PATCH] edge smoothing fix for Mac --- src/tile.js | 1 + 1 file changed, 1 insertion(+) 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;