Zim frame retina argument

I think I have convinced myself that the retina parameter in Frame is default false (docs say default true). Local files look fine on my computer. But the same file served from my GitHub account shows a kind of zoomed in look and/or a fuzziness to the text.

If I add F.retina = true; as the first line in my ready function, everything looks great again.

Am I misunderstanding something here?

Thanks!

  • Dan

If the GPU setting is true then retina is false but otherwise, yes - retina is definitely true. So setting it to true for the Frame would not be different than leaving it out. It must be something else.