Skip to content

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!!

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

3 participants