mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
The fill's gradient placement input splits from one optional transform into the has-transform toggle and a plain transform, so the toggle's input name is fixed in the document format ahead of the transform toggle's own arrival. An unset placement keeps the toggle's false default and derives from the content's bounds at evaluation, which is also the unbaked placeholder the deferred gradient bake probes for. Documents saved with the optional form migrate by decomposing it, a wired transform source keeping its connection marked explicit, and the legacy fill migration now lands on the split shape directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>