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

upscaling an ImgBasedFont creates problems in the web ctx #26

Open
wkta opened this issue May 11, 2024 · 0 comments
Open

upscaling an ImgBasedFont creates problems in the web ctx #26

wkta opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wkta
Copy link
Member

wkta commented May 11, 2024

In this project and this revision:
repo

If one doesn't disable the upscaling there is a display problem when converting to the web format
(text written using the pixelated font isn't displayed properly anymore).

On the other hand, if the text upscaling is disabled in shared.py then the display of pixelated text even in web context works OK.

See:
image

That problem is serious and requires urgent attention. The cause may be (again) due to how surfaces are handled via pyVM when using multiple temporary surfaces and/or subsurface operations… (->Cannot stack many operations)

@wkta wkta added the bug Something isn't working label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant