Hi,

On Fri, Mar 28, 2008 at 5:40 AM, Frantch <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  I'am trying to convert a SVG <path...> in a GeneralPath
>
>  I have found this methode
>   shape = AWTPathProducer.createShape("the path balise id=..",
>  GeneralPath.WIND_EVEN_ODD);
>
>  but i don't know, how i can use it?? how i can have a GeneralPath for my
>  shape?
>

If you want to do manually, you can get the PathIterator from the
generated Shape. Then construct your GeneralPath from that
PathIterator.

Cheers
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

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

Reply via email to