I'm working on a Raphael JS project and need to display some transparent PNGs with only the parts that are non-transparent to be clickable. Is there a way to:
- Upon mouse click, pull out the alpha of the current position. or
- Generate a path which can be be used to define the clickable region (i.e. http://raphaeljs.com/australia.html)