interface.js icon indicating copy to clipboard operation
interface.js copied to clipboard

Fonts blurry on Retina Screens

Open olilarkin opened this issue 10 years ago • 2 comments

so far i wasn't able to add HiDPI support. If you've got a clue how to do it that'd be great! thanks

olilarkin avatar Jan 12 '15 17:01 olilarkin

Hi Oli,

I can take a look into this (and have noticed this problem before); hopefully the fix will be simple. Just to be clear, do you mean that you tried to edit the library to enable hidpi and were unable to do it successfully? Or that you were unable to figure out a workaround to do it with the library as is?

  • Charlie

charlieroberts avatar Jan 13 '15 06:01 charlieroberts

yes i tried to edit the library around here https://github.com/charlieroberts/interface.js/blob/master/index.js#L277

following this: https://gist.github.com/joubertnel/870190

I was able to scale the context to 2x, but was unable to get it to render at the correct size

olilarkin avatar Jan 13 '15 07:01 olilarkin