GraphiteEditor/Graphite

Box warp doesn't treat subpaths as unified object

Open

#3.551 geöffnet am 31. Dez. 2025

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.176 Forks)batch import
Good First Issue

Repository-Metriken

Stars
 (25.662 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (37 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide