Failed to set the window size in window.py
未关闭
bug
- 主要语言
- Python
- 星标
- 93.8k
- 派生
- 7.7k
- PR 合并指标
- PR 指标待抓取
描述
### Describe the bug
Manim runs with default window size (1280, 720) instead of default value described in config.py (half the screen size).
**Code**:
add following lines to the `__init__` method of class `Window` in `window.py`:
```python
self.size = size
+ print(size)
+ print(self.size)
```
**Wrong display or Error traceback**:
terminal output:
```
(683, 384)
(1280, 720)
```
### Additional context
OS: arch linux, gnome desktop environment.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。