New orx-axidraw (#356)

This commit is contained in:
Abe Pazos
2025-09-02 06:52:20 +02:00
committed by GitHub
parent 15dad438b9
commit 02afa415a9
13 changed files with 1038 additions and 2 deletions

View File

@@ -765,6 +765,7 @@ class CompositionDrawer(
groupNode.children.forEach {
it.parent = groupNode
}
groupNode.attributes.putAll(node.attributes)
groupNode
}
}