i am new in Batik and i would like to know the following: Is there any known problem of threading while using the stream methods of org.apache.batik.svggen.SVGGraphics2D?
So the SVGGraphics2D class is not intended to be thread safe.
If you are streaming in one thread and drawing in another (or drawing from two threads) I would expect you to have problems. But just
because your app has multiple threads it should not cause the
SVGGraphics2D any problems.
You would really need to be more specific what you mean by 'threading' problems to get a good answer.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
