Pentaflake

A fractal that belongs to the family of n-flakes or polyflakes. Also sometimes referred to as Sierpinski Pentagon.

My implementation, a pentaflake of order 5, uses recursion and trig functions, but the Rosetta Code task shows that there are other ways to draw it as well.

View code on Github