util.getElementBBox(el)
Return a bounding box of the element el
. The advantage of this method is that it can handle
both HTML and SVG elements. The resulting object is of the form { x: Number, y: Number, width: Number, height: Number }
.