You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
When you click on thumbnail it takes over 3x3 thumbnails opening the iframe
Thumbnails:
div
img
iframe
Resizing should trigger layout of the iframe which is inside the div
Resizing can be in place or on an absolutely positioned div right at the same position as the thumbnail
We also want to have other things happening on the page apart from the iframe transition to show that Servo can cope with everything without freezing
Ideas for the thumbnail:
animated gifs
canvas widgets
SVG
The text was updated successfully, but these errors were encountered:
Although it does not work in Servo due to a bug relating to Uint8Arrays and using XMLHTTPRequest with response type of 'arraybuffer'. See: servo/servo#12503
Note: What is the current state of being able to display gif's in Servo?
UPDATE
XHR arraybuffer response type not yet implemented in Servo - see response here. Currently the 'arraybuffer' response is just a string.
A work around to the issue would be to convert the string to an array buffer, which could get the GIF canvas rendering working. This could be useful.
When you click on thumbnail it takes over 3x3 thumbnails opening the iframe
Thumbnails:
Resizing should trigger layout of the iframe which is inside the div
Resizing can be in place or on an absolutely positioned div right at the same position as the thumbnail
We also want to have other things happening on the page apart from the iframe transition to show that Servo can cope with everything without freezing
Ideas for the thumbnail:
The text was updated successfully, but these errors were encountered: