Files
Graphite/node-graph/libraries
Dennis Kobert 76a6bae528 Add the appearance model's types, markers, and deep field glue
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>
2026-09-09 20:14:40 +00:00
..