I want to get the effect of this page using SVG. As you can see, it uses a series of transparent PNG overlays when the mouse user goes around the polygonal access point drawn on the product.
What I want to achieve is the same with SVG, but without messing around with creating a PNG load, so when the user clicks on an area, a transparent form (with a link to it) appears on top. An SVG shape will be constructed from a set of coordinates in the same way as a polygonal access point on an image map.
So, I think, my first question is: can this be done with a simple old SVG or do I need to use something like Raphael to achieve this? I have never seen this effect before using SVG, so if anyone has an example that would be very useful.
Thanks in advance.
source share