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
Bug fix: canvas text was drawn even when card was undiscovered.
New functionality: easy text alignment: rather then creating a new table for text_transform whenever the text changes, this way you can simply set text_h_align and text_v_align once.
text_h_align can be 'left', 'center' (default behaviour) or 'right'
text_v_align can be 'top', 'middle' (default behaviour) or 'bottom'
0 commit comments