Hello, Does Batik have a method to determine the image size of a SVG file? I know I could DOM to retrieve the information but depending on the width/height's unit identifier (such as %), I would have to determine the unit identifier and perform the appropriate calculation. I was just wondering if something already existed that handled this? Thanks.