Shafagh D Tohidi

Results 3 issues of Shafagh D Tohidi

I am running the following codes and it seems manim has an issue with lines and graphs illustrations. ``` class CreateLine(Scene): def construct(self): start=(0,0,0) end=(4,0,0) line=Line(start, end) self.play(ShowCreation(line)) ``` ```...

bug

I ran the following code and it does not drawing the stroke line: ``` from manimlib import * class shape(Scene): def construct(self): circle=Circle() self.add(circle) ``` would be glad to have...

I have uploaded the example code of the flutter Bluetooth blue and after deploying the code in my Xiaomi T11, I have faced to null check operator flutter bluetooth blue....