You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Martin Gercke <m....@gmail.com> on 2008/11/12 19:49:13 UTC

Batik without any internal (pixel)buffer

Hi,
In my application I am displaying different layers of a map that should be
drawn on a given graphics context.
At the moment I have my own class that extends JSVGCanvas.
I have doublebuffering off.
I would like to use Batik in a way that no internal buffering is used and
that the drawline/drawpolygon operations are directly carried out on the
given graphics context.
I think I would be fine with the performance as my SVG files are quite
small.
Is there a way to do this with Batik?

Thanks in advance,

Martin