I just started with fabric.js and I have a (probably beginner) error:
I am using fabric with jquery with the following code:
$(document).ready(functi
Yes, this is highly unexpected and even more undocumented.
Workaround:
Set
originX: "left" originY: "top"
for each created object.
edit: or use kangax simpler solution in the comment below.