permalmberg
01/06/2017, 6:45 PMgroup
doesn't have a rectangle taking up space, the coordinate system is calculated differently. I don't quite understand it, but by changing the second group
to this, it works as expected.
group {
rectangle {
layoutX = 0.0
layoutY = 0.0
width = 5000.0
height = 5000.0
fill = Color.TRANSPARENT
}.apply {
drawingBackground2 = this
}
}.apply {
wireLayer = this
}