Is it possible to call DOM's getBoundingClientRect() on an Element which i get by:
(aref (dom:get-elements-by-tag-name
(cxml:parse-file "./test.svg" (cxml-dom:make-dom-builder))
"path") 0)
This returns a #<RUNE-DOM::ELEMENT path {10042A87A3}> from the SVG file test.svg.