mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Removed default color of yellow for Arrow
This commit is contained in:
parent
b35304ba01
commit
c5384c3d3e
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ class DashedLine(Line):
|
||||||
|
|
||||||
class Arrow(Line):
|
class Arrow(Line):
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
"color" : YELLOW_C,
|
|
||||||
"tip_length" : 0.25,
|
"tip_length" : 0.25,
|
||||||
"tip_width_to_length_ratio" : 1,
|
"tip_width_to_length_ratio" : 1,
|
||||||
"max_tip_length_to_length_ratio" : 0.35,
|
"max_tip_length_to_length_ratio" : 0.35,
|
||||||
|
|
Loading…
Add table
Reference in a new issue