Skip to content

Commit

Permalink
Revert "Resolve igreenwood#150"
Browse files Browse the repository at this point in the history
This reverts commit bd12010
  • Loading branch information
shtolik committed Jul 9, 2021
1 parent 1ea079e commit f9b07ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ private void drawHandleShadows(Canvas canvas) {

private void setMatrix() {
mMatrix.reset();
mMatrix.setTranslate(mCenter.x - mImgWidth * mScale * 0.5f, mCenter.y - mImgHeight * mScale * 0.5f);
mMatrix.setTranslate(mCenter.x - mImgWidth * 0.5f, mCenter.y - mImgHeight * 0.5f);
mMatrix.postScale(mScale, mScale, mCenter.x, mCenter.y);
mMatrix.postRotate(mAngle, mCenter.x, mCenter.y);
}
Expand Down

0 comments on commit f9b07ad

Please sign in to comment.