GraphiteEditor / GraphiteEditor/Graphite
Resizing a shape to zero locks it permanently
未关闭
- 主要语言
- Rust
- 星标
- 27.2k
- 派生
- 1.3k
- 平均合并
- 20 小时 5 分钟
- 30 天内合并 PR
- 57
描述
The resize nudge code divides by the shape size. A size.max(DVec2::ONE) clamp prevents a crash, but the shape is already at zero before the clamp takes effect
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 resize nudge 代码,并复现将大小调整为零的情况。跟踪图形大小相对于 size.max(DVec2::ONE) clamp 何时达到零,然后确认图形不会被永久锁定,并且之后仍然可以调整大小。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- computer-graphics
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100