-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
#167 added option to fill rectangles (#168) #169
Conversation
@@ -63,12 +67,12 @@ Can be found in [RELEASE_NOTES](RELEASE_NOTES.md). | |||
<dependency> | |||
<groupId>com.github.romankh3</groupId> | |||
<artifactId>image-comparison</artifactId> | |||
<version>4.0.0</version> | |||
<version>4.0.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you also need to update the version here?
</dependency> | ||
``` | ||
#### Gradle | ||
```groovy | ||
compile 'com.github.romankh3:image-comparison:4.0.0' | ||
compile 'com.github.romankh3:image-comparison:4.0.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you also need to update the version here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course, I'll do it. Thanks for your catch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look fine! Just have some questions regarding the version in the pom.
prepared for new development process.
Update README.md
[IMPROVEMENT] fill excluded rectangles with transparent green #167: Added options to draw transparent fill inside rectangles
[IMPROVEMENT] fill excluded rectangles with transparent green #167: Code review fix: Renamed method name
Co-authored-by: Roman Beskrovnyi roman.beskrovnyy@gmail.com
PR Details
Description
Related Issue
Motivation and Context
How Has This Been Tested
Types of changes
Checklist