I will explain the requirement more clearly ...I am working on application to create mobile themes for various mobile devices . We are using Java/Eclipse/ Batik to build the same .
In the tool , user has the option to edit the svg files using an external editor like inkscape/illustrato r. Currently for editing the svg icons , user need to edit each of the icons individually. So we thought of providing a mass editing functionality . User can select multiple svg icons and system will display a set of common shapes present in the icons . So we thinking of various ways of extracting the common shapes from svg documents like ,creating a set of rules, which states, the different attributes should match, for the basic shapes to be considered identical or similar. This is the scenario , i am trying to find a solution. I am looking for a better way so that i can extract common shapes from SVG documents Thanks again On 1/4/07, Sujesh Babu N <[EMAIL PROTECTED]> wrote:
Hi , I am working on an application , which uses SVG extensively as icons as well as background images . We are planning to provide an option for mass editing of the icons. Is there any way i can extract common shapes( circles,rects,polygon.. etc ) from svg document? any help will be appreciated . thanks Sujesh
