Replies: 1 comment 4 replies
-
I have updated the code ped so that it should be more clear. Could you please help us? Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to show an Autocad draw in fabricjs by maintaining the same User Coordinate System and without changing the coordinates of the points.
In Autocad, the User Coordinate System is bottom left, instead in FabricJS is top left as is shown in the following image:
If we invert all the objects (flipY), the top coordinates are changed:
https://codepen.io/asd0rino/pen/VwPvGOq?editors=1011
What did we do wrong?
Thanks,
Michele
Beta Was this translation helpful? Give feedback.
All reactions