We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8199141 commit edc12c4Copy full SHA for edc12c4
Core/Contents/Source/PolyImage.cpp
@@ -777,5 +777,5 @@ void Image::transformCoordinates(int *x, int *y) {
777
}
778
779
void Image::transformCoordinates(int *x, int *y, int *w, int *h) {
780
- *y = this->height - *h - *y - 1;
+ *y = this->height - *h - *y;
781
0 commit comments