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
When I do scale up and down multiple times. And if I try to scale back to original scale value the scale is not the same as it was in the beginning. Could it be an internal rounding error?
Trying to scale by 0.04D, but if this package is using float for internal calculations, there is a small loss.
A workaround would be a reset function. Can I use this for the reset purpose? SetTransformAsync(double m11, double m12, double m21, double m22, double dx, double dy)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
When I do scale up and down multiple times. And if I try to scale back to original scale value the scale is not the same as it was in the beginning. Could it be an internal rounding error?
Trying to scale by 0.04D, but if this package is using float for internal calculations, there is a small loss.
A workaround would be a reset function. Can I use this for the reset purpose?
SetTransformAsync(double m11, double m12, double m21, double m22, double dx, double dy)
Thanks in advance!
The text was updated successfully, but these errors were encountered: