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

Perform the zoom in/out canvas rendering with Cairo #210

Merged
merged 1 commit into from
Jan 20, 2022

Commits on Jan 19, 2022

  1. Perform the zoom in/out rendering purely in Cairo

    This is done by setting up a suitable transform for the source surface, and assigning the proper filter mode (when zooming in, no smoothing should be done).
    
    This simplifies the code quite a bit, and lets us draw directly onto the final surface (avoiding the temporary surface, and the extra copy for transformed layers)
    cameronwhite committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ba4222f View commit details
    Browse the repository at this point in the history