mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Fix shapes only showing up as outlines on document load (#1375)
No longer treat a graphic group as an error
This commit is contained in:
@@ -522,7 +522,7 @@ impl NodeGraphExecutor {
|
||||
// Send to frontend
|
||||
responses.add(FrontendMessage::UpdateDocumentNodeRender { svg });
|
||||
|
||||
return Err("Graphic group (see console)".to_string());
|
||||
//return Err("Graphic group (see console)".to_string());
|
||||
}
|
||||
_ => {
|
||||
return Err(format!("Invalid node graph output type: {:#?}", node_graph_output));
|
||||
|
||||
Reference in New Issue
Block a user