Nicholas: The JPEG translator, when I used it was fussier about your SVG than the Adobe plugin. I think, for example, that it did not like/support a viewBox in the <svg> tag.
To make 'portable' SVG that can be transcoded into JPEG, we had to work on our templates by hand until we had a set that were transcoder-friendly. What XSL transformation engine are you using? We used JSPs and hand generated the SVG, but I like the idea of using XSL in a servlet to address this need. Charlie Nicholas Hemley wrote: >Hello > >I have a servlet that performs an XSL transformation on an SVG template in order to >draw dynamic graphs. > >My problem is this: When I output an SVG textfile from the servlet and load this >using Internet Explorer+SVGViewer3.0 the picture is fine. But when I use Batik to >generate a JPEG from the SVG, it creates a mess. Am I doing something wrong? Am I >using unsupported features? I enclose the SVG and generated JPEG so you can see >exactly what is happening...any help would be appreciated. > >Regards, >Nic Hemley > > > >********************************************************************** >The information contained in this message may be confidential or legally privileged >and is intended for the addressee only, > >If you have received this message in error or there are any problems please notify >the originator immediately. > >The unauthorised use, disclosure, copying or alteration of this message is strictly >forbidden. >********************************************************************** > > > ------------------------------------------------------------------------ > > >------------------------------------------------------------------------ > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > -- Charles H. Woloszynski ClearMetrix, Inc. 115 Research Drive Bethlehem, PA 18015 tel: 610-419-2210 x400 fax: 240-371-3256 web: www.clearmetrix.com
