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
Texts that are created with this component, are not in the same position across browsers. Reason of this, CanvasRenderingContext2D instance's textBaseline property is set to 'bottom'. It must be left as it is default value that is 'alphabetic' to see texts at the same position across the browsers. Anyway, i tried to change it myself, but couldn't succeed. Here is ss from two browsers:
Google Chrome:
Safari: