You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Am trying to generate the image from the json exported from the editor but the image gets cut off.
I don't know very well what's the problem but I notice that the image is moved to the left from the workarea the same as the value in the image object
"type":
"image",
"version": "3.6.6",
"originX": "left",
"originY": "top",
"left": 70.74,
"top": 43.5,
If i substract "70" and "43" in the "left" and "top" properties in all objects i get the image centered. I don't know if is a problem with Fabricjs or a bug with the editor
The text was updated successfully, but these errors were encountered:
Describe the bug
Am trying to generate the image from the json exported from the editor but the image gets cut off.
I don't know very well what's the problem but I notice that the image is moved to the left from the workarea the same as the value in the image object
"type":
"image",
"version": "3.6.6",
"originX": "left",
"originY": "top",
"left": 70.74,
"top": 43.5,
If i substract "70" and "43" in the "left" and "top" properties in all objects i get the image centered. I don't know if is a problem with Fabricjs or a bug with the editor
The text was updated successfully, but these errors were encountered: