AryanpurTech / BlueEngine

Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.
Apache License 2.0
316 stars 14 forks source link

When loading the object's size before the object's position , the position seems go off the screen #23

Closed rustylabs closed 1 year ago

rustylabs commented 1 year ago

If I move the object towards the top left hand side and save it and open it up again, it is fine. however when I suddenly change the size of the object, and save and reopen again, the shape goes off the screen, even though the value of the position is the same. It seems like 5.9 on the y axis is something different if I load the size and the size is different from the default.

Have a look at the gif:

blue_flame_1m7b3vtwHP

rustylabs commented 1 year ago

Changing the size back to its original size, saving it and reopening it puts the shape back to its original place.

ElhamAryanpur commented 1 year ago

@rustylabs have this been resolved on the pull requests I've made, or is it still an issue?

ElhamAryanpur commented 1 year ago

Fixed a little while ago