processing / processing/processing4
Resizable Window has rendering Bug
未关闭
还没有人认领这个 Issue。
bug
core
help wanted
linux
- 主要语言
- Java
- 星标
- 494
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
1295
Operating system
Linux Mint 22.1 x86_64; Kernel: 6.8.0-54-generic
Steps to reproduce this
-
Download Source Code from https://github.com/processing/processing4/releases/tag/processing-1297-4.3.4
-
Open Project in IntelliJ and run Ant Target Linux (See Picture in Additional context for Configuration)
-
Paste Code from the Example of setResizable() into the IDE and run (See Picture in Additional context)
-
Resize the window
snippet
void setup() {
size(200, 200);
surface.setTitle("Hello World!");
surface.setResizable(true);
surface.setLocation(100, 100);
}
void draw() {
background(204);
line(0, 0, width, height);
line(width, 0, 0, height);
}
Additional context
Would you like to work on the issue?
No
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。