As seen from the image, the edges of eclipse is not smooth. I am using the following blend mode. Other modes produce more unwanted result.
writeableBmp.Blit(destRect, wbCircle, sourceRect, WriteableBitmapExtensions.BlendMode.Alpha);
Attached is the eclipse png. How do I remove the halo around the edges which only visible after the blit operation on Windows Phone?