3b1b / manim

Animation engine for explanatory math videos
MIT License
63.03k stars 5.84k forks source link

when i run example by manimgl, circle displayed not coorectly #2172

Open hashixuehua opened 1 week ago

hashixuehua commented 1 week ago

Describe the bug

when i run manim, circle displayed not coorectly.it seems has may lines around the circle. image image

Code: from manimlib import *

class SquareToCircle(Scene): def construct(self): circle = Circle() circle.set_fill(BLUE, opacity=0.5) circle.set_stroke(BLUE_E, width=4)

    self.add(circle)

Wrong display or Error traceback:

Additional context

Windows;Python 3.10,

hashixuehua commented 6 days ago

the version of manimgl is latest,clone and compiled at today. the english letter Text is also occured the same question. image image

alternative,when the manimgl is displaying,my GPU's working state is as below picture. image

mathsvisualization commented 5 days ago

DM me, I will fix this, it was happening to me too Instagram:- @maths.visualization