I've tried to scale down a geometrical image with a canvas using the scale() method but the result is highly aliased. For testing purpose I took an image from the internet and made a basic 25% downscale of the original image. Here is the result :

But here is the strange thing. If I take the same original image and make only a 50% downscale, then save the resulting image on my hard drive and import it again and make another 50% downscale, resulting in a 25% downscale ( same as before ) of the original image, I got this

This test was done using Firefox 18.0.1
What's happening here, why is the first image so bad ? How can I get the second result in only one pass ?
Thanks !
EDIT : Tested with Google Chrome 24 and Opera 12.12, same result !