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

Remove the limit used to decided if a group canvas must be upscaled or not #18035

Merged
merged 1 commit into from
May 1, 2024

Commits on May 1, 2024

  1. Remove the limit used to decided if a group canvas must be upscaled o…

    …r not
    
    It fixes issues mozilla#14982 and mozilla#14724.
    The main problem of upscaling a canvas is that it can induces some pixelation
    (see issue mozilla#14724). So this patch is just removing the limit and as a side
    effect it fixes issue mozilla#14982.
    As far as I can tell, in looking different profiles (especially some memory profile)
    in using the Firefox profiler, I don't see any noticeable difference in term of
    memory use.
    calixteman committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5c77162 View commit details
    Browse the repository at this point in the history