Represents the base container of Shapes.
Because a Layer is also a Shape, layers can contain other layers.
A list of all the shapes contained in this layer
Layer rotation, in degrees
Layer offset in Canvas Units
See Canvas
{
"$type": "Layer",
"Rotate": 45.2,
"Offset": {
"X": 30,
"Y": 0
},
"Shapes": [
// ... shapes ...
]
}