Using image mask with globalCompositeOperation on KonvaJS?
问题 I am using Konva.js framework and trying to apply an image mask over an other one. The code is fully copied from this post. In this jsfiddle example there is small modifications to add a background (Rect). The problem is that the background is not properly drawn. To see it in action in the code there is a line to comment/uncomment (to see the problem in action). Is someone have any idea to achieve this ? Best let stage = new Konva.Stage({ container: 'container', width: window.innerWidth,