make brush sizes smaller

This commit is contained in:
casperlamboo 2017-12-06 13:59:52 +01:00
parent f759b2e468
commit 568e2ae72f

View File

@ -35,9 +35,9 @@ export const ERASER_SIZES = {
}; };
// sizes are in mm // sizes are in mm
export const BRUSH_SIZES = { export const BRUSH_SIZES = {
[contextTools.BRUSH_SIZE_SMALL]: 5, [contextTools.BRUSH_SIZE_SMALL]: 1,
[contextTools.BRUSH_SIZE_MEDIUM]: 10, [contextTools.BRUSH_SIZE_MEDIUM]: 2,
[contextTools.BRUSH_SIZE_LARGE]: 15 [contextTools.BRUSH_SIZE_LARGE]: 5
}; };
export const CLIPPER_PRECISION = 100; // accurate to the hundredth export const CLIPPER_PRECISION = 100; // accurate to the hundredth