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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) #2609

Merged
merged 1 commit into from Dec 9, 2023

Conversation

tocsoft
Copy link
Member

@tocsoft tocsoft commented Dec 8, 2023

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 馃懏.
  • I have provided test coverage for my change (where applicable)

Description

This fixes #2608 which incorrectly handles the a negative drawing target/background location when drawing an image, ensuing the correct portion of the foreground image is retained and never cropped incorrectly.

The foreground rectangle is supposed to be in the foreground images coordinate space where are the background location is in the background images coordinate space, so we need to offset the x, y by the amount we shrink it by when unifying them to determine the portion of the foreground we are interested in.

This still does not change the rules for the foregrounds rectangle as that should not support a negative x,y but only effects the background/target location we will draw the final cropped foreground image to.

@tocsoft tocsoft changed the base branch from main to release/3.1.x December 9, 2023 13:39
@tocsoft tocsoft changed the title Correctly calculate foreground Rectangle when negative background location is set Correctly calculate foreground Rectangle when negative background location is set (3.1 fix) Dec 9, 2023
Copy link
Member

@JimBobSquarePants JimBobSquarePants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!!

@JimBobSquarePants JimBobSquarePants merged commit df21451 into release/3.1.x Dec 9, 2023
5 checks passed
@JimBobSquarePants JimBobSquarePants deleted the issue/2608 branch December 9, 2023 22:40
@tocsoft tocsoft mentioned this pull request Dec 10, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug with negative background location while drawing an image
2 participants