While checking JSlix, realized that there was an error in how data was being ordered in the system. Within the setup function, all the manipulations would happen to the second image all at the same time. Investigating what can be causing the issue.
Fixed by changing the ordering of the addImage function of Jslix. Who knew order mattered.
This issue should be resolved inside the jslixbugfix branch.
While checking JSlix, realized that there was an error in how data was being ordered in the system. Within the setup function, all the manipulations would happen to the second image all at the same time. Investigating what can be causing the issue.