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
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
> "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 ?