Andranik
Andranik
the same problem. Isn't there any workaround?
@garrettld thank you very much for the directive! We use angular tinymce in our mightyforms.com project. There is only one problem, though. The [floatLabel] of mat-form-field seems not to be...
Firefox: 
Chrome: 
I also prepared this small jsfiddle eg - you can see ordinary canvas draws up to 32000px in Firefox normally - https://jsfiddle.net/1urw9q84/. 34000px for example will give you an error
no solution to this? Having the same problem. Only my svg is around 1MB in contrast to @jackturner4416 58MB. Works on Chrome, but gives Error loading svg data on Firefox
I prepared to stackblitz eg. This one works on Firefox: https://stackblitz.com/edit/angular-ivy-4vzrey?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html This one has a little larger svg file and it crashes on Firefox: https://stackblitz.com/edit/angular-ivy-4vzrey?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
also in production the same page gives a slightly different error, though also connected to the mode-css.js 
@step21 added this to the assets array of angular.json: { "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/",...