Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tab size instead of image size #15

Closed

Conversation

miensol
Copy link

@miensol miensol commented Sep 13, 2014

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

mrflix added a commit that referenced this pull request Jul 9, 2015
@mrflix mrflix closed this Jul 9, 2015
@mrflix
Copy link
Owner

mrflix commented Jul 9, 2015

@miensol cool fix. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues when measuring on Mac Retina screen
2 participants