Retarget the wrap and flatten pilots onto group storage

This commit is contained in:
Dennis Kobert
2026-08-21 20:16:19 +00:00
parent f12094ced6
commit cdd62ed269
2 changed files with 60 additions and 16 deletions

View File

@@ -548,7 +548,7 @@ impl RunAttrs {
}
}
fn group_row_transform(group: &core_types::record::Group) -> DAffine2 {
pub fn group_row_transform(group: &core_types::record::Group) -> DAffine2 {
match &group.row {
Some(row) if !row.is_empty() => RunAttrs::read_or(row, RunAttrs::of(row).transform, 0, DAffine2::IDENTITY),
_ => DAffine2::IDENTITY,