Re: Rendering precision

2010-02-08 Thread Johan Stuyts
I'd say you should be able to achieve a similar similar result by tweaking the content to use the intended rendering properties [1] configured for quality. ;-) I didn't know about these and I am unable to find them in Inkscape after a quick check. I see their potential, but unless they are

Re: Rendering precision

2010-02-07 Thread Helder Magalhães
Hi Johan, I had the same problem and couldn't find any quality settings. I did find a protected method of transcoders: createRenderer(), which returns an ImageRenderer. You can set Java2D rendering hints on this class. By creating a simple subclass you can tell the ImageRenderer to use the

RE: Rendering precision

2010-02-05 Thread Jan Tošovský
Hi Johan, I had the same problem and couldn't find any quality settings. I did find a protected method of transcoders: createRenderer(), which returns an ImageRenderer. You can set Java2D rendering hints on this class. By creating a simple subclass you can tell the ImageRenderer to

Re: Rendering precision

2010-02-04 Thread Johan Stuyts
Hi Jan, I had the same problem and couldn't find any quality settings. I did find a protected method of transcoders: createRenderer(), which returns an ImageRenderer. You can set Java2D rendering hints on this class. By creating a simple subclass you can tell the ImageRenderer to use the