3b1b / 3b1b/manim

If put Text into VGroup, no matter what color it is set to,it always turns white in the Write animation.

Aperta
#1,774 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
93.8k
Fork
7.7k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

If put Text into VGroup, no matter what color it is set to,
it always turns white in the Write animation.
It doesn't look good on a white background.
Edition:ManimGL 0.15.0
Code:
t1=Text("A",color=BLUE)
t2=Text("B",color=YELLOW)
t3=Text("C",color=RED)
t4=Text("D",color=BLACK)
t=VGroup(t1,t2,t3,t4).arrange(RIGHT).scale(2)
self.play(Write(t))
self.wait()
Output:

https://user-images.githubusercontent.com/101418800/161295315-4cfc981a-132a-4f0c-aa49-66bc03fd7365.mp4

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.