56

Transforming shapes
Including children

  • The children field includes a list of one or more nodes
    Transform {
        . . .
        children [
            Shape { . . . }
            Shape { . . . }
            Transform { . . . }
            . . .
        ]
    }