Update UI widget designs to improve color consistency and add a narrow height mode

This commit is contained in:
Keavon Chambers
2025-09-08 21:48:03 -07:00
parent 485152bf8d
commit 22aa8c1264
41 changed files with 364 additions and 197 deletions

View File

@@ -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,
};