textAlign and textBaseline are not working
akmittal opened this issue · 1 comments
akmittal commented
Tried setting textAlign and textBaseline. Does not make any difference
ctx.textAlign ="center";
ctx.textBaseline="middle";
lino-levan commented
This is expected behavior. Read the README.md
of the repo.
Just because it's expected, doesn't mean it's good though...