修改注释
This commit is contained in:
@ -323,7 +323,7 @@ public class CropImageZoomView extends AppCompatImageView implements
|
||||
scale = Math.max(scaleW, scaleH);
|
||||
}
|
||||
|
||||
// 宽、高均超爱出截图区域
|
||||
// 宽、高均超出截图区域
|
||||
if (dw > getWidth() - mHorizontalPadding * 2 && dh > getHeight() - mVerticalPadding * 2) {
|
||||
float scaleW = (getWidth() * 1.0f - mHorizontalPadding * 2) / dw;
|
||||
float scaleH = (getHeight() * 1.0f - mVerticalPadding * 2) / dh;
|
||||
|
||||
Reference in New Issue
Block a user