diff --git a/src/common.cc b/src/common.cc index dff45526..4b0b5635 100644 --- a/src/common.cc +++ b/src/common.cc @@ -438,9 +438,11 @@ namespace sharp { // Southeast left = inWidth - outWidth; top = inHeight - outHeight; + break; case 7: // Southwest top = inHeight - outHeight; + break; case 8: // Northwest break;