TheSevDev
TheSevDev
I have a quick and dirty solution to change the mix-blend-mode. In my case I used overlapping images with `mix-blend-mode: multiply`. Simply insert the code below at line 6157: `this.ctx.globalCompositeOperation...
I managed to add some further mix-blend-mode functionality. It's still quick and dirty but at least it's now possible to have different blend modes for different elements. The mix-blend-mode «multiply»...
@tayfunerbilen Please try again by using the same modified library file as I use: [html2canvas-with-mix-blend-mode.js.zip](https://github.com/niklasvh/html2canvas/files/5433016/html2canvas-with-mix-blend-mode.js.zip) I created a simple CodePen: https://codepen.io/SevKel/pen/ZEOLPEg
@ArtemisGraphic I haven't tried it with the newest version. My version seems to work fine on mobile. The codepen renders correctly on my iOS device: https://codepen.io/SevKel/pen/ZEOLPEg
@ArtemisGraphic Maybe the object that you try to render is out of view (below the fold) on mobile devices. I remember having an issue like that before. I fixed it...
@ArtemisGraphic I don't know this library very well. I just tried different things until it luckily worked. You could go through the differences between the two library versions using a...