Drawing a filled triangle

Using the Looks: ‘draw a line’ feature, it is pretty easy to draw a triangle.

But what about filling that triangle in with a color?

Filling in can easily be done on circles and polygons though.

I think the filled in feature may have been left out for squares and triangles because Thunkable probably thought it’d be easy to do programmatically.

With Squares and rectangles it is very easy. (I’ve done it)

But triangle’s is proving a little difficult to do.

Does anybody have any ideas?

Looking at ‘draw polygon’ again, I just noticed the ‘rotation’ feature, maybe that will help.