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
{{ message }}
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
I shifted the coordinate to 0,0 to the left, top.
Now the drawn graphics are shaking on resize.
Any idea how to fix it.
It seems when the window is resized the window itself is trying to resize the graphics but on draw call the graphics is drawn again. Thats the reason for the shakiness.
Without the coordinate shift the shakiness does not occur.