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
