I am currently working with raphael.js, is it possible to get the maximal coordinates (the four corners for instance in a square) of a path based raphael object ?
I am currently working with raphael.js, is it possible to get the maximal coordinates
Share
I think you want to use the bounding box – getBBox();
You’ll find an example in this fiddle
Does that help?