manim
manim copied to clipboard
when i run example by manimgl, circle displayed not coorectly
Describe the bug
when i run manim, circle displayed not coorectly.it seems has may lines around the circle.
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,
the version of manimgl is latest,clone and compiled at today.
the english letter Text is also occured the same question.
alternative,when the manimgl is displaying,my GPU's working state is as below picture.
DM me, I will fix this, it was happening to me too Instagram:- @maths.visualization
Is this still happening for you on the most recently updated version?
Is this still happening for you on the most recently updated version?
No, this was before the update. Now everything has been fixed but there is still a problem related to MIMCE. Whenever I run any big code, I get an attributes error.
Okay, glad to hear it's working.
To your other concern, that sounds like a question for the community edition.