reduce hinting and rounding effects by testing with a larger font size b=403618

This commit is contained in:
Karl Tomlinson 2008-09-26 12:49:16 +12:00
parent 74cf670c54
commit 101deeac83

View File

@ -18,7 +18,7 @@
ctx.lineTo(128,32);
ctx.stroke();
ctx.font = '20px sans-serif';
ctx.font = '30px sans-serif';
ctx.textBaseline = 'top';
ctx.fillText('TEXT', 64, 32);