GraphiteEditor/Graphite

Box warp doesn't treat subpaths as unified object

开放

#3,551 创建于 2025年12月31日

 (8 条评论) (0 个反应) (0 位负责人)Rust (1,176 个派生)batch import
Good First Issue

仓库指标

星标
 (25,662 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It would make sense that a box warp on a group of paths would treat the group as a single object and keep all subpaths sized and positioned relative to each other. In practice, this operation works on each subpath as separate objects, which isn't very useful.

I'm not sure conceptually where you should be able to distinguish between the two operations, but performing it on a layer containing multiple subpaths seems like the trivial scenario when the earlier behavior would be desired. Maybe it's as simple as a boolean input e.g. "Combined" on the box warp node.

贡献者指南