From d1735ffc305ec65f896a16b794fb3da8383d2287 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 14 Sep 2021 15:09:47 -0400 Subject: from last --- src/client/views/InkControls.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 { 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); -- cgit v1.2.3-70-g09d2