jsTifier
jsTifier copied to clipboard
Javascript Library to draw text in a canvas rectangle. aligned horitzontaly to left/right/center/justified and verticaly to top/middle/buttom.
Thank you for your project. I found it on StackOverflow here: https://stackoverflow.com/a/14999203/1128668 I can see an MIT licence file in the project, but at the top of the single .js...
Biggest change: Changed license in comment from GPL to MIT as a proposed "fix" for #5 . If you don't want this, please let me know and I'll delete my...
see diff
The pop caused an undefined on the EndParagraph = true statement.
I'm getting error at this line, that there is no `pop` function: ``` if (actualsize === 0) lines[actualline].pop(); ``` I don't understand what the code does, but from quick glance...