Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mvr-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ The child list (Table 17) contains a list of layer nodes:
| --------------------------------------- | ------------- | -------------------------------------------------------------------- |
| [Matrix](#node-definition-matrix) | 0 or 1 | The transformation matrix that defines the location and orientation of this the layer inside its global coordinate space. This effectively defines local coordinate space for the objects inside. The Matrix of the Layer is only allowed to have a vertical Transform (elevation). Rotation and scale must be identity. Rotation and scale must be identity, means no rotation and no scale. |
| [ChildList](#node-definition-childlist) | 0 or 1 | A list of graphic objects that are part of the layer. |
| [Color](#user-content-attrtype-ciecolor) | 0 or 1 | A color assigned to a layer for UI identification. If it is not defined, there is no color for the layer.|


## Node Definition: ChildList
Expand Down