Render root levels natively and remove the unconstructed stack form

This commit is contained in:
Dennis Kobert
2026-08-27 14:44:19 +00:00
parent 50911a6a25
commit 68a2fb2be3
9 changed files with 194 additions and 258 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pub fn create_artboard(
let item = unsafe { core_types::record::GroupItem::from_resident(content.batch()) };
let content = core_types::list::List::new_from_element(Graphic::Group(core_types::record::Group {
row: None,
content: core_types::record::GroupContent::Run(item),
content: item,
}));
// Normalize so `location` is the top-left corner and `dimensions` are positive (allowing negative input