I would like to find out how to add blurry edged drop shadows to Raphael.js objects/paths. As far as I know it is not possible with the library as is but is there a work aro
You can use a glow to add shadows.
.glow({ color: '#900', width:10, offsetx:5 }) // random example...
check out the documentation