|
|
|
|
|
by jasonjmcghee
325 days ago
|
|
Canvas should never be blurry. If it is, something is doing a bilinear upscale. I'd guess someone forgot to take the scale factor of your display into account. Or there are images being used in the canvas, which would defeat the purpose for the use case you described. |
|