Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04fb62d

Browse files
committed
1、修改一个小格式
1 parent6b0799d commit04fb62d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎class21_svg/src/main/java/com/zinc/class21_svg/widget/JueJinLogoView.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ protected void onDraw(Canvas canvas) {
135135
mSvgRect.width() /2,
136136
mSvgRect.height() /2);
137137

138-
139138
canvas.setMatrix(mCanvasMatrix);
140139

141140
intindex = (int)mAnimValue;

‎class21_svg/src/main/java/com/zinc/class21_svg/widget/SvgMapView.java‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ private boolean isTouch(ItemData item, float x, float y) {
536536
mTouchRegion.setPath(
537537
item.path,
538538
newRegion((int)mTouchRectF.left,
539-
(int)mTouchRectF.top, (int)
540-
mTouchRectF.right,
539+
(int)mTouchRectF.top,
540+
(int)mTouchRectF.right,
541541
(int)mTouchRectF.bottom)
542542
);
543543

@@ -628,7 +628,7 @@ public void run() {
628628
IOException |
629629
ParserConfigurationExceptione) {
630630
e.printStackTrace();
631-
}finally {
631+
}finally {
632632
try {
633633
inputStream.close();
634634
}catch (IOExceptione) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp