Question: Draw a triangle filled with specific color in geometry package

I am trying to draw a triangle with black lines and fill it in gray. Based on the maple help code i am trying this code:

draw(T, thickness = 3, filled = [color = "Blue"])

It does draw the triangle T with the right thickness, but the triangle isn't filled. Any thoughts?

 

help appreciated

 

Pieter

 

Please Wait...