3b1b / 3b1b/manim

The last few characters of the output text effect in save mode(-w) are blurred

Ouverte
#2,083 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
93.8k
Forks
7.7k
Métriques de merge des PR
Métriques de PR en attente

Description

`class Test(Scene):
def construct(self):
circleRadiusLabel = Text("r=4m", font_size=36, color=RED)
self.play(Write(circleRadiusLabel))`
![eee](https://github.com/3b1b/manim/assets/11401345/fa8ede56-8ee5-4eea-8658-8f3686015108)
This is my code.

I found that this code works fine in interactive mode, as shown in the following figure
![qqq](https://github.com/3b1b/manim/assets/11401345/42d600cb-f6ff-4083-b6fd-f42b70d02adb)

But after saving it as a video, the last few characters of the text in the animation are blurred after playing, and it feels like SVG has not finished rendering, as shown in the following figure.
![www](https://github.com/3b1b/manim/assets/11401345/fff15a43-e774-4793-a2e5-a8fd7b2a42f0)

Have you ever encountered this problem? I feel that this problem is easy to occur

I am using tag v1.6.1

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.