Last modified: 2011-10-15 20:58:26 UTC
The spinner is now being drawn onto the canvas, so only the first frame gets shown -- it's not animated. Should instead show as an <img>.
Done on trunk in r99913: this switches it from drawing the spinner img onto a canvas to sticking in a <div> with the mw-small-spinner class, so we don't have to worry about file paths etc. The canvas gets swapped in when the image load & drawing complete.