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

Text becomes pixelated at large sizes #111

Closed
megsfulton opened this issue Sep 7, 2019 · 3 comments
Closed

Text becomes pixelated at large sizes #111

megsfulton opened this issue Sep 7, 2019 · 3 comments
Labels
[Type] UI Bug The app works, user can complete their task, but the UX is not as we designed it to be.

Comments

@megsfulton
Copy link

Is there a way to prevent text from getting pixelated when scaled up?

Screenshot_20190906-204705

@mzorz
Copy link
Contributor

mzorz commented Sep 8, 2019

I had to disable the hardware acceleration as that was what was causing emoji inserted into text to disappear when zooming. I think we could try to set a maximum zoom / scale so it doesn't get pixelated. Will try this tomorrow.

@mzorz
Copy link
Contributor

mzorz commented Sep 8, 2019

For future self / tracking purposes: this is the commit where LAYER_TYPE_SOFTWARE was introduced: 7868e9d, #84

@mzorz
Copy link
Contributor

mzorz commented Sep 8, 2019

Closing for now via #118

@mzorz mzorz closed this as completed Sep 8, 2019
@aforcier aforcier added this to the Demo 1: Basic Creation milestone Sep 27, 2019
@aforcier aforcier added the bug label Sep 27, 2019
@aforcier aforcier added [Type] UI Bug The app works, user can complete their task, but the UX is not as we designed it to be. and removed [deprecated] bug labels Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] UI Bug The app works, user can complete their task, but the UX is not as we designed it to be.
Projects
None yet
Development

No branches or pull requests

3 participants