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

Properly scale love.graphics.circle? #23

Closed
jessemillar opened this issue Nov 22, 2018 · 2 comments
Closed

Properly scale love.graphics.circle? #23

jessemillar opened this issue Nov 22, 2018 · 2 comments

Comments

@jessemillar
Copy link

jessemillar commented Nov 22, 2018

I've got everything set up in my project to scale images and fonts properly, but I noticed today that love.graphics.circle and love.graphics.ellipse don't scale to the same pixel size as everything else. Is that a known bug/issue/design choice?

As an example, notice the gray circle in the top-left corner. Its pixels are about a third the size of the other pixels on screen.
screen shot 2018-11-22 at 3 12 27 pm

@jessemillar
Copy link
Author

Fiddled around more tonight and found out that setting highdpi = false inside push:setupScreen fixed the problem. I falsely assumed that highdpi would default to false if unspecified.

@Ulydev
Copy link
Owner

Ulydev commented Dec 1, 2018

Hello, thanks for using push. I will make sure to include the default flags in the documentation :-)

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

No branches or pull requests

2 participants