Paul (or anybody in-the-know) -
The "What's New" notes for Build 2020.11.16 include
DrawLine, DrawBox, and DrawEllipse now accept colors with alpha values to draw partially transparent shapesUsing the MakeColor() command with a 4th parameter for alpha level works, but when the ellipse shape is drawn with a partially transparent color, there is a problem.
In the example ellipse I've included here, you can see a square shape in the ellipse, and also a cross-hair.

The DrawBox() command works fine, no problem.