mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
fix couple of typos
This commit is contained in:
parent
3cfe8ecac2
commit
e89d1f4c97
@ -395,7 +395,6 @@ $.Drawer.prototype = /** @lends OpenSeadragon.Drawer.prototype */{
|
||||
this.canvas.width,
|
||||
this.canvas.height
|
||||
);
|
||||
>>>>>>> a0a44dbeb5e3030e0acecf108efc19dbd53aaec2
|
||||
this.context.restore();
|
||||
},
|
||||
|
||||
|
@ -147,7 +147,7 @@ $.TiledImage = function( options ) {
|
||||
debugMode: $.DEFAULT_SETTINGS.debugMode,
|
||||
crossOriginPolicy: $.DEFAULT_SETTINGS.crossOriginPolicy,
|
||||
placeholderFillStyle: $.DEFAULT_SETTINGS.placeholderFillStyle,
|
||||
opacity: $.DEFAULT_SETTINGS.opacity
|
||||
opacity: $.DEFAULT_SETTINGS.opacity,
|
||||
compositeOperation: $.DEFAULT_SETTINGS.compositeOperation
|
||||
|
||||
}, options );
|
||||
@ -1342,7 +1342,6 @@ function drawTiles( tiledImage, lastDrawn ) {
|
||||
sketchScale = tile.getScaleForEdgeSmoothing();
|
||||
sketchTranslate = tile.getTranslationForEdgeSmoothing(sketchScale);
|
||||
}
|
||||
>>>>>>> a0a44dbeb5e3030e0acecf108efc19dbd53aaec2
|
||||
|
||||
if ( useSketch ) {
|
||||
tiledImage._drawer._clear( true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user