I have got a set of points (x,y). To draw a polygon I use the imagefilledpolygon function, which works great. Now, I need to make this polygon smooth. The corners must be "rounded".
Does anyone know if there are any functions for this? Or maybe any ideas on how to make it happen in any other way?
Thanks, Jon
eelixduppy
11:17 pm on Sep 13, 2006 (gmt 0)
I've looked for something that may help you with what you are trying to achieve with no success. What are you trying to accomplish? Maybe there is something else that can be done to do what you want.