Removed default color of yellow for Arrow

This commit is contained in:
Grant Sanderson
2018-03-20 13:44:38 -07:00
parent b35304ba01
commit c5384c3d3e

View File

@ -450,7 +450,6 @@ class DashedLine(Line):
class Arrow(Line):
CONFIG = {
"color" : YELLOW_C,
"tip_length" : 0.25,
"tip_width_to_length_ratio" : 1,
"max_tip_length_to_length_ratio" : 0.35,