aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-14 15:09:47 -0400
committerbobzel <zzzman@gmail.com>2021-09-14 15:09:47 -0400
commitd1735ffc305ec65f896a16b794fb3da8383d2287 (patch)
treee6162582bbd43a9204da07c36193f271a8a2c47a /src
parentc316b836b5fae84546eac15ae74833d31cb1318d (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/InkControls.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/InkControls.tsx b/src/client/views/InkControls.tsx
index b62239c4f..b97075489 100644
--- a/src/client/views/InkControls.tsx
+++ b/src/client/views/InkControls.tsx
@@ -123,7 +123,8 @@ export class InkControls extends React.Component<InkControlProps> {
y={(control.Y - top - strokeWidth / 2) * scaleY + strokeWidth / 2 - rectHdlSize / 2}
height={rectHdlSize}
width={rectHdlSize}
- strokeWidth={screenSpaceLineWidth / 2} stroke={Colors.MEDIUM_BLUE}
+ strokeWidth={screenSpaceLineWidth / 2}
+ stroke={Colors.MEDIUM_BLUE}
fill={formatInstance?._currentPoint === control.I ? Colors.MEDIUM_BLUE : Colors.WHITE}
onPointerDown={(e) => {
this.changeCurrPoint(control.I);