mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Default color of Vector should be white
This commit is contained in:
parent
f10baa3fcd
commit
cfbbff1bdf
1 changed files with 0 additions and 1 deletions
|
@ -668,7 +668,6 @@ class Arrow(Line):
|
|||
|
||||
class Vector(Arrow):
|
||||
CONFIG = {
|
||||
"color": YELLOW,
|
||||
"buff": 0,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue