Skip to content

Commit

Permalink
DEFAULT_STROKE_WIDTH in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Aug 12, 2018
1 parent 114a37f commit a72ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
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
Expand Down

0 comments on commit a72ce98

Please sign in to comment.