diff options
author | bobzel <zzzman@gmail.com> | 2021-09-14 15:09:47 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-14 15:09:47 -0400 |
commit | d1735ffc305ec65f896a16b794fb3da8383d2287 (patch) | |
tree | e6162582bbd43a9204da07c36193f271a8a2c47a /src | |
parent | c316b836b5fae84546eac15ae74833d31cb1318d (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/InkControls.tsx | 3 |
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); |