Could someone help me. I am drawing a arrow by using polygon, one for square and one for triangle.
image->Canvas->Brush->Color = clGreen;
image->Canvas->Polygon(s, 5);
image->Canvas->Brush->Color = clGreen;
image->Canvas->Polygon(t, 4);
Problem is that black little gap between them. I am sure there is no problem with coordinates because when i draw two ellipses one in another problem appears again as tiny black border.