Closed miensol closed 9 years ago
On retina displays the captured image is twice as big as reported by tab.width and tab.heigh - which is natural. So when drawing on canvas we can use tab.height and tab.width to downscale the image. This commit fixes #8
tab.width
tab.heigh
tab.height
@miensol cool fix. Thanks a lot!
On retina displays the captured image is twice as big as reported by
tab.width
andtab.heigh
- which is natural. So when drawing on canvas we can usetab.height
andtab.width
to downscale the image. This commit fixes #8