From 59519e0e96c187cf9774f36b9340af36c8128682 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 30 Jan 2024 13:14:54 -0500 Subject: [PATCH] fix docs --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 24ac3dea..0efc3086 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -216,7 +216,7 @@ * @property {Boolean} [imageSmoothingEnabled=true] * Image smoothing for canvas rendering (only if the canvas drawer is used). Note: Ignored * by some (especially older) browsers which do not support this canvas property. - * This property can be changed in {@link Viewer.Drawer.setImageSmoothingEnabled}. + * This property can be changed in {@link Viewer.DrawerBase.setImageSmoothingEnabled}. * * @property {String|CanvasGradient|CanvasPattern|Function} [placeholderFillStyle=null] * Draws a colored rectangle behind the tile if it is not loaded yet.