We’ve been using createImage
with a plugin for awhile now without issues. But we recently introduced a set of animated GIFs and—unless I am missing something—the animation is getting stripped by this API function and Figma treats the fill as a static image and not a GIF.
As far as I can tell, the Uint8Array
that we feed to createImage
is the same as what we load from the remote server and are able to preview (with animation) in our UI.