mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Improve backwards compatability robustness of serde-based document format
This commit is contained in:
@@ -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],
|
||||
))],
|
||||
|
||||
Reference in New Issue
Block a user