mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Cover, Coverage, and Appearance mirror the upstream appearance model on the record substrate with a 'static interior: the paint column stores Graphic<'static>, and the appearance marker's value is Option<&Appearance>, exactly as the Fill paint marker's is today. Stroke parameters ride the coverage item as attributes elided at their defaults, with typed markers whose defaults are pinned to Stroke::default() by test. The deep field glue carries paint-held groups across the owned, resident, and persistent seams as the paint list glue does. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>