processing / processing/processing4
Incorrect window size for Processing 4.4.4 (Windows 11)
未关闭
还没有人认领这个 Issue。
bug
- 主要语言
- Java
- 星标
- 497
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
Processing 4.4.4
Operating system
Windows 11 version 24H2
Steps to reproduce this
- Execute
size(500, 500)inside ``setup()` - For Processing 4.4.4,
size(500, 500)produces larger windows that 4.3 (in 4.3, a window of this size is aboutsize(700, 700)).
snippet
void setup() {
size(500, 500);
}
void draw() {
}
Additional context
- Since I am trying to update from 4.3 to 4.4.4, I have not tested whether any other releases between 4.3 and 4.4.4 are affected.
- All sketches created in Processing 4.3 are scaled in Processing 4.4.4 (see image below).
Would you like to work on the issue?
No
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在 Windows 11 版本 24H2 上的 Processing 4.4.4 中复现所提供的 size(500, 500) 草图,然后将其窗口尺寸与 Processing 4.3 及中间版本进行比较。完成的标准是确定导致缩放的版本或环境变更,并确认同一草图会生成预期的窗口大小。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- computer-graphics, desktop, operating-systems
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100