Lionel
Lionel
OK got it working with zoom by passing viewportTransform. ``` vp = this.canvas.viewportTransform; ctx.transform(vp[0], vp[1], vp[2], vp[3], vp[4], vp[5]); ```
Same issue, trying to quickly reproduce the example with MultiDrag on codesandbox: https://codesandbox.io/s/nostalgic-mendeleev-0wedz?file=/src/App.js
But blendmode is not a filter like blur, it’s blending with objects behind so i guess rastering is not an option (or make the whole page a big image). I...
Indeed, JSX would be really nice! Would be insane if this also work to "insert" text at specific spot in a sentence...