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

Adjust background rendering to only draw under each cards. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 3, 2024

  1. Background renders only under cards drawn.

    Previously, if set, the background color would be drawn under the whole image. This change causes the rendering methods to only draw the background under each individual card image drawn. The result is that non-full pages now don't fill unused area with the background color. This is most noticeable in the PDF rendering, where it previously would draw the entire page in the background color. Toner and ink cartridges rejoice!
    nitz committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    290af57 View commit details
    Browse the repository at this point in the history