what does _forceClearCache in fabricjs do?
there is an called _forceClearCache in fabricjs. what does it mean, there is no definition or description about it.
Actually i try to chnage a font in textbox, the width and height were’nt chnaging. But if i change the _forceClearCache to true then the textbox dimension were working properly.
How to hide the + cursor when the canvas is hovered in fabric.js?
I use fabric.js for drawing, when the drawing mode is true the cursor becomes a plus sign (+), I just want this + to be hidden because I add a circle to indicate the brush size.
Get Fabric Canvas in a loop
I am trying to get fabric.js canvas images inside a loop, but it gives me the same canvas image from a loop, whereas it should give me multiple images. The code is:
Get Fabric Canvas in a loop
I am trying to get fabric.js canvas images inside a loop, but it gives me the same canvas image from a loop, whereas it should give me multiple images. The code is: