DjDeveloperr/deno-canvas

textAlign and textBaseline are not working

akmittal opened this issue · 1 comments

Tried setting textAlign and textBaseline. Does not make any difference

ctx.textAlign ="center";
ctx.textBaseline="middle";

This is expected behavior. Read the README.md of the repo.

Just because it's expected, doesn't mean it's good though...