Hi, trying to draw a triangle...
var arrow = [ [1,1], [1,10], [10,5] ];
dc.setColor(Gfx.COLOR_RED, Gfx.COLOR_TRANSPARENT);
dc.fillPolygon(arrow);
But doesn't seem to show anything.
What stooped thing have I done this time?
Thanks as ever!