Thomas DeWeese wrote:
I'm not sure what you mean by this. The example seemed to be a wide stroked polyline. You can decompose a path into a poly-line using the Java2D apis.
Tom Schindl wrote:
That's exactly what I want. Have you got any pointers which methods/classes I could use?
GeneralPath.getPathIterator(AffineTransform, double flatness)
You can construct a GeneralPath from an SVG path using the interfaces in batik.parser (in particular, AWTPathProducer, with PathParser).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]