TImage DrawCircle cause core dump

Thanks for reporting the problem.

We will provide patch soon, but as workaround you can use drawing of dummy rectangle in the beginning:

img->DrawRectangle(0, 0, 0, 0, "#000000", 0);
img->DrawCircle(10, 10, 3, "#FF0000", 1);