Add document animation frame tests
This commit is contained in:
@@ -100,6 +100,8 @@ int create_document(int argc, char** argv)
|
||||
<< ",\"height\":" << document.value().height()
|
||||
<< ",\"layers\":" << document.value().layers().size()
|
||||
<< ",\"activeLayer\":" << document.value().active_layer_index()
|
||||
<< ",\"frames\":" << document.value().frames().size()
|
||||
<< ",\"activeFrame\":" << document.value().active_frame_index()
|
||||
<< "}}\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user