You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The fill rectangles call does not apply the correct x/y offsets. (uses x and y -1 instead of +1)
com.github.romankh3.image.comparison.ImageComparison.fillRectangles(Graphics2D, List, double)
To Reproduce
Set the excluded area color, set an excluded area, set draw excluded rectangles and then get a comparison image.
Screenshots Current behavior
fill rectangle does not cover the full exclusion area
Expected Behavior
fill rectangle fully covers the exclusion area
Describe the bug
The fill rectangles call does not apply the correct x/y offsets. (uses x and y -1 instead of +1)
com.github.romankh3.image.comparison.ImageComparison.fillRectangles(Graphics2D, List, double)
To Reproduce
Set the excluded area color, set an excluded area, set draw excluded rectangles and then get a comparison image.
Screenshots
Current behavior
fill rectangle does not cover the full exclusion area
Expected Behavior
fill rectangle fully covers the exclusion area
Fix
current code:
fixed code:
The text was updated successfully, but these errors were encountered: