Fill pattern problem

2001-11-30 Thread James Richardson
Hi, The following svg file crashes out the PDF renderer I hand wrote the file, so I dont know if is a bug in the XML. Adobe's plugin seems to render it OK. ?xml version=1.0 encoding=iso-8859-1? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 2303 Stylable//EN

Re: Fill pattern problem

2001-11-30 Thread Keiron Liddle
Hi, Have you tried the svg standalone though batik. The exception is being thrown by batik. It looks like a problem where batik causes a class cast exception when an image cannot be found (ie. file:///m:/overlay.txt is wrong). The problem is that batik tries to load a broken image svg from

Re: Fill pattern problem

2001-11-30 Thread James Richardson
Keiron Liddle wrote: Hi, Have you tried the svg standalone though batik. The exception is being thrown by batik. It looks like a problem where batik causes a class cast exception when an image cannot be found (ie. file:///m:/overlay.txt is wrong). My apologies, I didn't explain.

Re: Fill pattern problem

2001-11-30 Thread James Richardson
Please excuse my stupidity I had the following in the SVG: g id=overlay opacity=0.07 rect x=0 y=0 width=900 height=470 fill=url(#pattern) stroke=black stroke-width=0 /g Note lack of end tag for the rect Still, the error msg threw me a little. Cheers! James