Moved where stroke_width attr is defined

This commit is contained in:
Grant Sanderson
2018-05-07 13:37:29 -07:00
parent 99d119e1f6
commit 3f4b17a785
3 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class Mobject(Container):
"""
CONFIG = {
"color": WHITE,
"stroke_width": DEFAULT_POINT_THICKNESS,
"name": None,
"dim": 3,
"target": None,