mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Update vector spec to support mixed types of elements
This commit is contained in:
parent
fae3c6566c
commit
8b547adfb7
@ -421,9 +421,16 @@ The data of this chunk is as follows:
|
||||
RECT
|
||||
+ If type==0x0011 (vector)
|
||||
DWORD Number of elements
|
||||
WORD Element's type
|
||||
BYTE[] As many values as the number of elements indicates
|
||||
Structure depends on the element's type
|
||||
WORD Element's type.
|
||||
+ If Element's type == 0 (all elements are not of the same type)
|
||||
For each element:
|
||||
WORD Element's type
|
||||
BYTE[] Element's value. Structure depends on the
|
||||
element's type
|
||||
+ Else (all elements are of the same type)
|
||||
For each element:
|
||||
BYTE[] Element's value. Structure depends on the
|
||||
element's type
|
||||
+ If type==0x0012 (nested properties map)
|
||||
DWORD Number of properties
|
||||
BYTE[] Nested properties data
|
||||
|
Loading…
x
Reference in New Issue
Block a user