Re: ImageTranscoder & Clip-Paths

2003-08-22 Thread Ralf Siegel
For performance reasons Batik uses hard-edged clip paths by default. You can fairly easily replace the clip-path references with mask refereces which Batik will render using anti-aliasing. Also I believe if you set shape-rendering="geometricPrecision" Batik will use soft edge clipping. That's

Re: ImageTranscoder & Clip-Paths

2003-08-21 Thread Thomas DeWeese
[EMAIL PROTECTED] wrote: I do have multiple SVG menu buttons like: etc. where 'BackgroundClipPath' is quite a round-shaped menu background. When viewing those buttons in Adobe's Viewer their edges appear smooth as expected. However, when I start rendering those buttons as BufferedImages