Using Fabric.js, what is the best method for ensuring an object is not scaled or translated when the canvas is zoomed or panned?
I'm using the methods described here to zoom and pan the canvas.
One method to prevent an object from being translated would be to use an inversion of the algorithm described in the "A real use case" section in Using translations. Is there a better method?