Open
Description
In web i got Uncaught Invalid line: format: RGBA8888
from Spine.js:1636
it try to take the format value before get the size.
In Spine.js:1454
the size is not taken into account.
The begin of the raptor.atlas file.
raptor.png
size: 1008,1016
format: RGBA8888
filter: Linear,Linear
repeat: none
back_arm
there is an size "tag" before the format no other .atlas have this. the runtime read the file just fine.
This bug is related to #1381?