rasterizing part of an SVG

2005-02-25 Thread Jonathan Gray
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

building GVT from elements

2005-02-28 Thread Jonathan Gray
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

RE: building GVT from elements

2005-03-01 Thread Jonathan Gray
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'

RE: building GVT from elements

2005-03-01 Thread Jonathan Gray
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