mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
reduce hinting and rounding effects by testing with a larger font size b=403618
This commit is contained in:
parent
74cf670c54
commit
101deeac83
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user