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
I am creating a custom control where the text needs to be updated dynamically. To update the text I have used DrawText inside a CanvasControl. But when I am invalidating the canvas to update the text, I am noticing flickering or text alignment shift on the existing constant (static) texts randomly.
I am creating a custom control where the text needs to be updated dynamically. To update the text I have used DrawText inside a CanvasControl. But when I am invalidating the canvas to update the text, I am noticing flickering or text alignment shift on the existing constant (static) texts randomly.
To Reproduce
Expected behavior:
Actual Behavior:
Native.mp4