I'm trying to understand the syntax of Graphics.fillPolygon.
As the attached screenshot shows, when I submit an array
[[4, 75], [4, 83], [8, 79]] I actually get a polygon filling the following points
[[4, 76], [4, 82], [7, 79]]
For future graphics work, I wonder what algorithm the SDK is using?