Hi All,

        I want to display a SVG using batik api.
        So for the purpose we are using JSVGComponent from
org.apache.batik.swing.svg.JSVGComponent
        
        Right now we are using the following technique 

                JSVGComponent svgcomp=new JSVGComponent();
        
svgcomp.loadSVGDocument("file://r2deploy/ProcessChem/svg/compounds/596.svg")
;

        This works very fine, but we are in need of a method in batik API,
which uses String parameter (an SVG String), which will
        directly take a SVG String as a parameter and display it.
        
        So we wanted to know,
                Do we have an option for this purpose ?

        Please help and guide for the same

Regards
Mayur



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to