Edward Silverton
Edward Silverton
Also `TranslateTransform` ? You may need to move a set of objects from their original positions in order to arrange them to prevent overlapping for example.
Need an example manifest
Closing as fixed
related? https://github.com/pulibrary/figgy/pull/2524/files
Closing as resolved
test manifest: https://iiif-auth1.herokuapp.com/manifest/05_external
Have been looking at this today and there were a few reasons why the kiosk pattern wasn't getting invoked. However, now that it's opening the token service using for example...
The cookie is being set:  But it's not being sent to the token service: 
I think this is nearly working. The auth dialogue is being displayed and the cookie is being set on close. The access token is being generated, stored, and passed. However,...
https://github.com/IIIF-Commons/manifold/blob/master/src/ExternalResource.ts#L515