From a72ce98f5e7f6936d76aec846d948f10cdcd90e1 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sun, 12 Aug 2018 11:42:59 -0700 Subject: [PATCH] DEFAULT_STROKE_WIDTH in constants --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index eaa276bb..1e7ef223 100644 --- a/constants.py +++ b/constants.py @@ -66,7 +66,7 @@ DEFAULT_PIXEL_WIDTH = PRODUCTION_QUALITY_CAMERA_CONFIG["pixel_width"] DEFAULT_POINT_DENSITY_2D = 25 DEFAULT_POINT_DENSITY_1D = 250 -DEFAULT_POINT_THICKNESS = 4 +DEFAULT_STROKE_WIDTH = 4 FRAME_HEIGHT = 8.0 FRAME_WIDTH = FRAME_HEIGHT * DEFAULT_PIXEL_WIDTH / DEFAULT_PIXEL_HEIGHT