when i run example by manimgl, circle displayed not coorectly
hashixuehua opened this issue · 5 comments
hashixuehua commented
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,
hashixuehua commented
mathsvisualization commented
DM me, I will fix this, it was happening to me too
Instagram:- @maths.visualization
3b1b commented
Is this still happening for you on the most recently updated version?
mathsvisualization commented
3b1b commented
Okay, glad to hear it's working.
To your other concern, that sounds like a question for the community edition.