Add Table<Color> as a graphical type (#3033)

* Reduce code duplication in bounding box impls on Table

* Working Table<Color> rendering in the graph

* Implement color and fix other rendering with Vello and polish
This commit is contained in:
Keavon Chambers 2025-08-10 01:34:33 -07:00 committed by GitHub
parent 81abfe147a
commit 2f4aef34e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 462 additions and 198 deletions

View file

@ -193,6 +193,7 @@ tagged_value! {
#[cfg_attr(target_family = "wasm", serde(deserialize_with = "graphene_core::artboard::migrate_artboard"))] // TODO: Eventually remove this migration document upgrade code
#[serde(alias = "ArtboardGroup")]
Artboard(Table<Artboard>),
ColorTable(Table<Color>), // TODO: Rename to Color
// ============
// STRUCT TYPES
// ============