3b1b / 3b1b/manim

ShowCreation doesn't draw properly

Đang mở
#1,447 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Python
Star
93.8k
Fork
7.7k
Chỉ số merge pull request
Chỉ số pull request đang chờ

Mô tả

### The error
Hi, i just installed Manim and tested examples given on the website. And the line `self.play(ShowCreation(square))` doesn't work as expected. the lines of the square are not drawn correctly.

**Code**:
```
from manimlib import *

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

self.play(ShowCreation(square))
self.wait()
```

### Visually

https://user-images.githubusercontent.com/10650661/111342428-bf62fe00-867a-11eb-830c-eb53b6264b6f.mp4

### Environment
**OS System**:
Mac os Big Sur 11.2.1
**manim version**:
Installed directly with pip
**python version**:
Tested in 3.9.0 and 3.8.2

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.