Hello, I need to know the minimum and maximum coordinates of an SVG document or in other words: what are the lowest and highest x and y values in a whole document. My only idea is to parse all the elements, get the coordinates and calculate the min and max values, but that seems very costly to me so how can I fetch minX, minY, maxX, maxY easier?
Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
