From 568e2ae72f386a1dcf982b216b7708cc40b31b7b Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Wed, 6 Dec 2017 13:59:52 +0100 Subject: [PATCH] make brush sizes smaller --- src/constants/d2Constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/d2Constants.js b/src/constants/d2Constants.js index 3bded5f..c169546 100644 --- a/src/constants/d2Constants.js +++ b/src/constants/d2Constants.js @@ -35,9 +35,9 @@ export const ERASER_SIZES = { }; // sizes are in mm export const BRUSH_SIZES = { - [contextTools.BRUSH_SIZE_SMALL]: 5, - [contextTools.BRUSH_SIZE_MEDIUM]: 10, - [contextTools.BRUSH_SIZE_LARGE]: 15 + [contextTools.BRUSH_SIZE_SMALL]: 1, + [contextTools.BRUSH_SIZE_MEDIUM]: 2, + [contextTools.BRUSH_SIZE_LARGE]: 5 }; export const CLIPPER_PRECISION = 100; // accurate to the hundredth