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

Fix bug in cloner transparency #1388

Merged
merged 4 commits into from
Aug 11, 2024
Merged

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    9564d59 View commit details
    Browse the repository at this point in the history
  2. Fix bug in Cloner::cloneEmpty()

    If an image was cloned with cloneEmpty() and a fully transparent color
    for exampe "rgba(255, 255, 255, 0)" the turned out as white background.
    
    This patch sets the background color as fully transparent if it has an
    alpha channel value of 0 i.e. 100% transparent (clear).
    olivervogel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cee93bd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    7a9bb78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4607d View commit details
    Browse the repository at this point in the history