We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9b7da commit a85dbdeCopy full SHA for a85dbde
1 file changed
delogo_engine.preprocess.cpp
@@ -76,7 +76,7 @@ LOGO_PIXEL* DelogoEngine<EOP>::shiftLogo(LOGO_PIXEL* data, int left, int top) {
76
newt = 0;
77
padt = oldt;
78
} else if ((padt = oldt % 2) != 0)
79
- newt = oldt + padt;
+ newt = oldt - padt;
80
81
// 3. Pad width
82
neww += padl;
0 commit comments