I created a huge canvas on and rendered a lot of objects on the canvas using FabricJS . It seems to work fine on chrome . However when I do the same on Mozilla FireFox no objects appear on the screen. Upon inspecting the elements using the dev tools I see that the objects have been rendered on the lower canvas but no objects appear on the screen.
JS Fiddle - https://jsfiddle.net/abhroy/pf1LxyaL/
Try the fiddle on chrome and FireFox and change the canvas size to 6000 by 6000 using JS the objects are rendered on chrome but not on firefox. I wanted to know the reason for this and what is the solution to rendering the objects on FF given a large canvas size. It would be better if you try out the above code on new browser tabs instead of jsfiddle and inspecting the elements. I know using large canvases is not preferable but I was trying out a specific case .