Demo highlights
- Second parameter of importSVG overrides attributes for every shape in the options JSON.
- In this case we use paper.bindEvents to bind mouseover and touchstart event over each object whos id start with c (through '*[id^="c"]' jquery selector). Be careful in this cases (jQuery selectors over tags) because in IE you don't have SVG tags... you have VML tags.
Click over the spots