We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f759b2e commit 568e2aeCopy full SHA for 568e2ae
src/constants/d2Constants.js
@@ -35,9 +35,9 @@ export const ERASER_SIZES = {
35
};
36
// sizes are in mm
37
export const BRUSH_SIZES = {
38
- [contextTools.BRUSH_SIZE_SMALL]: 5,
39
- [contextTools.BRUSH_SIZE_MEDIUM]: 10,
40
- [contextTools.BRUSH_SIZE_LARGE]: 15
+ [contextTools.BRUSH_SIZE_SMALL]: 1,
+ [contextTools.BRUSH_SIZE_MEDIUM]: 2,
+ [contextTools.BRUSH_SIZE_LARGE]: 5
41
42
43
export const CLIPPER_PRECISION = 100; // accurate to the hundredth
0 commit comments