mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:08:07 +08:00
Update UI widget designs to improve color consistency and add a narrow height mode
This commit is contained in:
@@ -149,7 +149,7 @@ impl NodeGraphExecutor {
|
||||
export_format: graphene_std::application_io::ExportFormat::Canvas,
|
||||
#[cfg(not(any(feature = "resvg", feature = "vello")))]
|
||||
export_format: graphene_std::application_io::ExportFormat::Svg,
|
||||
view_mode: document.view_mode,
|
||||
render_mode: document.render_mode,
|
||||
hide_artboards: false,
|
||||
for_export: false,
|
||||
};
|
||||
@@ -198,7 +198,7 @@ impl NodeGraphExecutor {
|
||||
},
|
||||
time: Default::default(),
|
||||
export_format: graphene_std::application_io::ExportFormat::Svg,
|
||||
view_mode: document.view_mode,
|
||||
render_mode: document.render_mode,
|
||||
hide_artboards: export_config.transparent_background,
|
||||
for_export: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user