[svg-developers] Re: SVG - JPG Rasterization problem

2004-11-03 Thread rmpat77
> So this is passing in a Reader (essentially a text version of > an InputStream). As I think you should be able to see there > is no way to know what should be used as the baseURL to resolve > relative URLS with (so it can't find your images). > > What you want to do is add: > >

[svg-developers] Re: SVG - JPG Rasterization problem

2004-11-03 Thread rmpat77
> > What are you passing into the rasterizer? > A URL or an input Stream? > > Can you post the code you are using to invoke the rasterizer. > > I'm 99% certain that you are sending in a stream (that would > go back to the client in the SVG case). In this case you need to > ass

[svg-developers] Re: SVG - JPG Rasterization problem

2004-11-03 Thread rmpat77
I am using the Struts framework for my project and the rasterizer is invoked in an actionclass. I have 2 choices in the jsp though, one to create a SVG and one JPG. I'm not sure if i've answered your question right...if not..please let me know. I appreciate you guys taking time to look into t

[svg-developers] Re: SVG - JPG Rasterization problem

2004-11-02 Thread rmpat77
Hey Tonny, Thanks for responding. Actually i have 2 options on my page, one to generate an SVG graphic and one to generate JPG. When I select SVG option, the JPGs get loaded just fine. ITs only when I select the JPG option is when all but the embedded JPGs appear correctly. Do you still thin

[svg-developers] SVG - JPG Rasterization problem

2004-11-02 Thread rmpat77
Hello all, I've just recently started working with SVG and am and using Batik to convert a SVG-XML nameplate that I'm producing into JPG. Now this nameplate also has some JPG images in it. The Batik rasterizer correctly converts all my SVG-XML into JPG, however renders the JPG images as brok