mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Both nodes append their coverage to the content's appearance following the painter's algorithm: the most downstream paint node paints on top, and a repainted cover is replaced in place keeping its position in the paint order. The coverage's paint is the canonical paint list carried as one graphic cell, the input lane's own envelope dropped; a stroke coverage records its authoring space by composing the item transform with the translation cleared, so an otherwise-identity capture elides. The legacy fill and stroke writes continue beside the appearance until the readers move over, keeping renders unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>