Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiaoxuz opened this issue Dec 8, 2023 · 0 comments
Labels

Comments

@xiaoxuz
Copy link

xiaoxuz commented Dec 8, 2023

class Test(Scene): def construct(self): circleRadiusLabel = Text("r=4m", font_size=36, color=RED) self.play(Write(circleRadiusLabel))
eee
This is my code.

I found that this code works fine in interactive mode, as shown in the following figure
qqq

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

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

I am using tag v1.6.1

@xiaoxuz xiaoxuz added the bug label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant