Bjarke Buur Mortensen
Results
1
comments of
Bjarke Buur Mortensen
Is the solution to simply add crossOrigin: 'anonymous' when the sourceImage is initialized? ``` javascript _initializeImage: function() { this.sourceImage = new fabric.Image(this.originalImageElement, { crossOrigin: 'anonymous', .... }); ``` (see http://fabricjs.com/docs/fabric.Image.html#crossOrigin)...