diff --git a/src/tiledimage.js b/src/tiledimage.js index 467e4733..3d7530b8 100644 --- a/src/tiledimage.js +++ b/src/tiledimage.js @@ -1962,6 +1962,9 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag if (sketchScale) { clipPoint = clipPoint.times(sketchScale); } + if (sketchTranslate) { + clipPoint = clipPoint.plus(sketchTranslate); + } return clipPoint; }); });