Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib

This commit is contained in:
2019-10-02 10:34:01 +02:00
6 changed files with 278 additions and 279 deletions
+2 -2
View File
@@ -386,11 +386,11 @@ export class DeepZoomImage extends PIXI.Container {
if (deepZoomInfo.clip) {
let mask = new PIXI.Graphics()
mask.beginFill(1, 1)
mask.alpha = 0.0000001
mask.beginFill(0xff0000, 1)
mask.drawRect(0, 0, w, h)
mask.endFill()
this.mask = mask
mask.alpha = 0
this.addChild(mask)
this.minimumLevel = deepZoomInfo.baseLevel
}