Hi Batik World !
 
We are working on a server-side SVG generator : The are getting an XML file, 
and we are converting its data to SVG.
The main part of the process is done and is OK, but we are facing a problem of 
bounded box.
 
Our problem is that we have to sort "rectangles" by size in order to put the 
bigger items first in the generated SVG (so in the background of displayed SVG) 
and the smallests at the end of the list( on the top of the SVG)?
This sort is done so that we can select all our rectangles.
 
 
So now the difficult part for us is to do this sort without rendering the SVG, 
and consequently without getting their Bounded Boxes ?
 
Do any of you have already done something like this ?
 
Can you give some advice or orientations on the way this is possible ?
 
 
 
Thanks and Regards,
 
Julien                                    

Reply via email to