Tom Schindl wrote:

Does batik has any funtions which are:
* creating a curve out of the path

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.

* any utilies to split up the curve into small rectangles or even better quadrangle

No, not in the sense that you mean.

Any ideas would be greatly appreciated.

I would just construct the shape as a polyline and keep updating the points (or 'd') attribute to add a new point every 1/10th of a second or so. This will cause the path to rerender giving the animated effect.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to