mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Different default arrow color
This commit is contained in:
parent
9e54a5a680
commit
ea6343691d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Line(Mobject1D):
|
||||||
|
|
||||||
class Arrow(Line):
|
class Arrow(Line):
|
||||||
DEFAULT_CONFIG = {
|
DEFAULT_CONFIG = {
|
||||||
"color" : WHITE,
|
"color" : YELLOW_C,
|
||||||
"tip_length" : 0.25,
|
"tip_length" : 0.25,
|
||||||
"buffer" : 0.3,
|
"buffer" : 0.3,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue