Hi Joel, [EMAIL PROTECTED] wrote on 09/18/2006 08:08:40 AM:
> [..] I don't see a way give rendering hints > to the Renderer that my ImageTranscoder will use (at least not without > reimplementing more of ImageTranscoder than I'd like). Is there a > simpler way to do this? The simplest thing to do is to set one or more of the SVG rendering hints on the root SVG element before you give it to the Transcoder (shape-rendering, image-rendering, etc - look them up in the SVG specification). > The reason I'd like to do this is to try rendering with the > VALUE_RENDER_QUALITY flag on to see whether that improves rendering > quality much. Batik's baseline rendering generally has the 'high quality' settings set. > In general, what can I do to improve rendering quality? The SVG I'm > displaying using Batik looks better in Inkscape (where I created it). Can you give an example of what is problematic? In general Batik has fairly high quality rendering, so I am surprised that you are seeing problems. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
