Jagged polygon drawing

I draw my polygons using the display.newPolygon() function. The problem is that the polygon appears jagged, not antialiased. I searched and understood there is no antialiasing, but a lot of people were talking of a workaround. I would like to know it. I could not find it on the forum.

I would invite you to take a few minutes and vote up this feature request:

http://feedback.coronalabs.com/forums/188732-corona-feature-requests-feedback/suggestions/3723228-anti-aliasing

Rob

@Rob, I mentioned this to Vlad and he said it wasn’t going to happen (something about high DPI devices not really needing it anymore)… which is a shame.

@aallaraj30, have you looked into using rects with a png fill?  They generally look better and perform much faster.

It really is a needed feature. I will try your suggestion of using an image for fill.

I would invite you to take a few minutes and vote up this feature request:

http://feedback.coronalabs.com/forums/188732-corona-feature-requests-feedback/suggestions/3723228-anti-aliasing

Rob

@Rob, I mentioned this to Vlad and he said it wasn’t going to happen (something about high DPI devices not really needing it anymore)… which is a shame.

@aallaraj30, have you looked into using rects with a png fill?  They generally look better and perform much faster.

It really is a needed feature. I will try your suggestion of using an image for fill.