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 has been archived by the owner on Aug 25, 2022. It is now read-only.
This bug appears in the demo as well.
Try to make a text object, type in:
aaa
bbbb
Once you click away, the text will automatically become
aaa
bbb
(Notice one "b" goes missing)
There is a bug with wPaint.menu.text.js;187
Original: for (j = 0, jj = lines[0].length; j < jj; j++) {
My Fix: for (j = 0, jj = lines[i].length; j < jj; j++) {
Thanks!
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: