Fixed clipping issue for PixiJS v5.
This commit is contained in:
@@ -386,6 +386,7 @@ export class DeepZoomImage extends PIXI.Container {
|
||||
|
||||
if (deepZoomInfo.clip) {
|
||||
let mask = new PIXI.Graphics()
|
||||
mask.alpha = 0.0000001
|
||||
mask.beginFill(0xff0000, 1)
|
||||
mask.drawRect(0, 0, w, h)
|
||||
mask.endFill()
|
||||
|
||||
Reference in New Issue
Block a user