mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00
Improve backwards compatability robustness of serde-based document format
This commit is contained in:
parent
bc33eabc3c
commit
de84e39c4e
12 changed files with 155 additions and 154 deletions
|
@ -56,7 +56,7 @@ fn add_network() -> NodeNetwork {
|
|||
}},
|
||||
))"#,
|
||||
TaggedValue::BlendMode(BlendMode::Normal).to_primitive_string(),
|
||||
TaggedValue::F32(1.0).to_primitive_string(),
|
||||
TaggedValue::F64(1.).to_primitive_string(),
|
||||
),
|
||||
concrete![Color],
|
||||
))],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue