Hi,
I'd like to be able to rasterize parts of an SVG document
and then have those images included in the svg as elements. I
have been able to succesfully paint a CanvasGraphicsNode by setting the
viewTransform appropriately, however, I want to be able to rasterize the
children individ
Hi,
Does batik internally use the builder to build GraphicsNodes
or does it always use Documents? I have tried to build GraphicsNodes from
Elements but was unsuccessful until I copied a piece of code from the
build(Document, …) method. The build(Element, …) method in
GVTBuilder misses
1 March 2005 10:41
To: Batik Users
Subject: Re: building GVT from elements
Hi Jonathan,
Jonathan Gray wrote:
> Does batik internally use the builder to build GraphicsNodes or does it
> always use Documents?
They are always built in the context of a document, otherwise
CSS won'
That makes a lot more sense, thanks.
Jon
-Original Message-
From: Thomas DeWeese [mailto:[EMAIL PROTECTED]
Sent: 01 March 2005 13:08
To: Batik Users
Subject: Re: building GVT from elements
Jonathan Gray wrote:
> AffineTransform transform =
> AffineTransform.getTranslateIn