mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-31 10:17:21 +00:00
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:
parent
81abfe147a
commit
2f4aef34e5
24 changed files with 462 additions and 198 deletions
|
@ -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
|
||||
// ============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue