lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.64k stars 357 forks source link

Drawing is "blurry" on high-resolution displays #258

Open AaronBeaudoin opened 1 year ago

AaronBeaudoin commented 1 year ago

On my external monitor the drawing looks nice and crisp, but on my Macbook Pro's internal display it looks sort of blurry, like it isn't rendering at the higher resolution like it should.

LoganDark commented 5 months ago

image

The canvas's internal resolution should probably be scaled up by window.devicePixelRatio and canvas-drawn objects scaled up by the same amount.