RE: RE: Batik Extension/FOP problem

2003-09-09 Thread Jay Chiu
Hi, Andreas The problem you got was the first the problem I got before. Basically you need use batik jar file with resource property files. I guess you use the batik.jar file comes with FOP package. That batik jar does not contain the resource property files. You may add

RE: RE: Batik Extension/FOP problem

2003-09-08 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] Attached please find a sample fo file with embedded svg object. You may also take a look at the batik samples, xml-batik/samples/extensions/flow/flowtext.svg FOP does support the base SVG 1.1 funcationality as Batik supports. But SVG 1.1 does not

RE: Batik Extension/FOP problem

2003-09-07 Thread Andreas L. Delmelle
From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Jihai Qiu wrote: The CCS engine for the document is set in BridgeContext.initializeDocument(), which is called by org.apache.batik.bridge.GVTBuilder.build(). But it seems there is no way to set CCS engine from FOP classes(such as

Re: RE: Batik Extension/FOP problem

2003-09-07 Thread Jay Chiu
1. This is an alternative way I try to solve the FOP absolute positoned block-container issue. 2. The FOP version is fop-0.20.5 with batik jar and tried with batik version 1.5. 3. As we have sent back and forth the question and answers so many times, can someone doing the SVG for FOP please take

RE: RE: Batik Extension/FOP problem

2003-09-07 Thread Jay Chiu
Attached please find a sample fo file with embedded svg object. You may also take a look at the batik samples, xml-batik/samples/extensions/flow/flowtext.svg FOP does support the base SVG 1.1 funcationality as Batik supports. But SVG 1.1 does not support more flexible text feature, such as text

RE: Batik Extension/FOP problem

2003-09-05 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] I got the same exception as what Swapan got. I think the problem Difficult to tell... ( also because I haven't used Batik directly ) Does this happen with other graphic formats too? What versions (FOP Batik) are you using? Is FOP being run from the

Re: RE: Batik Extension/FOP problem

2003-09-05 Thread Jay Chiu
I solved the element class mapping issue, but still get exception at org.apache.batik.bridge.CSSUtilities.convertDisplay() because getComputedStyle(e, SVGCSSEngine.DISPLAY_INDEX) returns null on flowTextElement. If I set the method to return true, then I get exception at