Hi, > You can probably get this by transforming the > JSVGCanva's bbox (0,0) -> (comp.w, comp.h) to the > viewBox coordinate system. This can be done by > using canvas.getViewBoxTransform().
This works (kind of) when I print the JSVGComponent using a method that gets the Graphics2d behind the JSVGComponent and then directly uses the Java Printing API without any interference of the Batik transcoder, but has the big drawback that --- I guess because of not using the transcoder --- the quality of the printout is not very satisfying: it works for normal A4 pages (about 30 cm high and 20 cm wide), but for A0 pages (about 120 cm high and 90 cm wide) the resolution is just not enough. Just to make sure, there is no way to just pass an affine transformation to the PrintTranscoder which then automagically applies this affine transformation? Thanks, Chris -- Chris Cruzdal __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]