Hi,
I'm trying to show multiple polygons as SVG image on a div using Raphael. Although, I've set up the size for the div Raphael gets as an argument to create the paper object, the size of the div element is not respected and the image is drawn outside of the div boundaries (which I somehow understand, as the polygon coordinates go beyond the div boundaries).
Is there any way to make the SVG behave like a normal image that scales automatically once the browser window size changes and prevent the SVG from being drawn outside the div boundaries (like the behaves)?
Cheers, Max