Updated eslint.
This commit is contained in:
@@ -1832,11 +1832,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
|
||||
}
|
||||
@@ -2512,7 +2512,7 @@ export class DeepZoomImage extends PIXI.Container {
|
||||
|
||||
<footer class="content-size">
|
||||
<div class="footer">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Sep 23 2019 14:00:17 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Oct 07 2019 14:42:27 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user