ejci/favico.js

Add alpha: false to _canvas.getContext

Opened this issue · 0 comments

Setting alpha to false for the canvas context results in much better font rendering. Small fonts are much better readable. I've added it for both occurences of _canvas.getContext('2d', {alpha: false})