aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkStrokeProperties.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-11-29 09:22:51 -0500
committerbobzel <zzzman@gmail.com>2021-11-29 09:22:51 -0500
commit7e6baacfe6c1b55a3fe1807903455f9ff3844d74 (patch)
treeb9fdcf540237be724b540fa8f0b4757efd1ad05c /src/client/views/InkStrokeProperties.ts
parent5acef82a26bbbc237d7dac00061d2ca84e731c68 (diff)
parent8405ed2e3ebaf7ba7842a5619e9b252bf5eb9c4c (diff)
Merge branch 'ink_v1'
Diffstat (limited to 'src/client/views/InkStrokeProperties.ts')
-rw-r--r--src/client/views/InkStrokeProperties.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkStrokeProperties.ts b/src/client/views/InkStrokeProperties.ts
index 6687b2bc7..02288bbb5 100644
--- a/src/client/views/InkStrokeProperties.ts
+++ b/src/client/views/InkStrokeProperties.ts
@@ -244,7 +244,7 @@ export class InkStrokeProperties {
const deltaX = (snapData.nearestPt.X - ink[controlIndex].X);
const deltaY = (snapData.nearestPt.Y - ink[controlIndex].Y);
const res = this.moveControlPtHandle(inkView, deltaX, deltaY, controlIndex);
- console.log("X= " + snapData.nearestPt.X + " " + snapData.nearestPt.Y);
+ console.log("X = " + snapData.nearestPt.X + " " + snapData.nearestPt.Y);
return res;
}
}