Tagged Questions
2
votes
3answers
2k views
Extracting path data from an SVG map to use in RaphaelJs
I'm trying to build an an interactive map using RaphaelJS (e.g. http://raphaeljs.com/australia.html). Please check the source. It requires map path data to input. There is no clear explanation ...