The last few characters of the output text effect in save mode(-w) are blurred
- Linguagem predominante
- Python
- Estrelas
- 93.9k
- Forks
- 7.7k
- Merge médio
- 2d 13h
- PRs com merge (30d)
- 4
Descrição
`class Test(Scene):
def construct(self):
circleRadiusLabel = Text("r=4m", font_size=36, color=RED)
self.play(Write(circleRadiusLabel))`

This is my code.
I found that this code works fine in interactive mode, as shown in the following figure

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.

Have you ever encountered this problem? I feel that this problem is easy to occur
I am using tag v1.6.1
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
O problema é sobre o efeito de animação Write em objetos Text ao salvar vídeo (-w mode) versus o modo interativo. Veja a classe de animação Write em manim/animation/creation.py e o pipeline de renderização de texto, possivelmente em manim/mobject/svg/text_mobject.py. Compare como os frames são renderizados na visualização interativa em comparação com a exportação de vídeo. Teste com o exemplo mínimo fornecido para reproduzir o desfoque no final do texto.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Domínio
- computer-graphics
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 55/100