Hello
everybody,
i have a problem
using svg documents in FOP.
The
svg documents are generated on the fly via
SVGGraphics2D and saved to a temporary
folder. Then they are referenced
from .fo files by using fo:external-graphic. But the svg documents aren't
rendered because they have no width- and
height-attribute on the root-element svg.
How can i set the
size (in centimeters) in the svg document before outputting it by using
SVGGraphics2D.stream()???
Thank you for your
help,
Greetings
Juergen