I'm using Raphaël.js to draw some small circles (2-4px radius), which is done through SVG on all browser except IE. The circles don't look smooth to me, so my question is:
- Is there some way to add antialiasing to Raphaël.js?
- Barring that, is there some way to antialias SVG objects?