Re: (Jay) RE: RE: Batik Extension/FOP problem

2003-09-24 Thread Thomas DeWeese
Jay Chiu wrote: Glen, The reason that the svg portion does not work in Batik Squiggle is because of the namespace. The embedded svg needs "svg:" prefix and probably "batik:" prefix for flowText elements. Attached please find a svg file that works in squiggle. I tried three different ways to embe

Re: (Jay) RE: RE: Batik Extension/FOP problem

2003-09-23 Thread Jay Chiu
Glen, The reason that the svg portion does not work in Batik Squiggle is because of the namespace. The embedded svg needs "svg:" prefix and probably "batik:" prefix for flowText elements. Attached please find a svg file that works in squiggle. I tried three different ways to embed it into a fo f

RE: Batik Extension/FOP problem

2003-03-07 Thread Thomas E Deweese
> "SG" == Swapan Golla <[EMAIL PROTECTED]> writes: SG> I am trying to use batik extensions through FOP. I added SG> BatikElementMapping and BatikObj objects into my FOP src and then SG> registered them in the driver class but I am still getting some SG> exceptions. Can anybody help me out ?