dan-bruma
Results
1
comments of
dan-bruma
The issue seems to be [here](https://github.com/fabricjs/fabric.js/blob/master/src/util/animate.js#L67). It's using the initial `window.requestAnimationFrame`, not the "patched" one. This code should "proxy" the call, just add it before loading fabric.js: ```html (function() {...