What steps will reproduce the problem?
1.Draw a polygon based on a list of point this shape (see attached pic)
2.
3.
What is the expected output? What do you see instead?
instead : the displayed inverted v form is not correct
What version of the product are you using? On what operating system?
O.3 win
Please provide any additional information below.
This appears for style=6 but not for style=2
ex :
set_color(0.4,0.4,0.3,0.3)
drawPolygon((100,100,100,50,110,52,115,70,130,60,140,90),6)
set_color(0.5,0.5,0.5,0.4)
drawPolygon((100,100,100,50,110,52,115,70,130,60,140,90),2)