Sierpinski Triangle
A fractal rendering of the Sierpinski triangle using HTML5 Canvas.
The triangle is drawn recursively with a depth of 5. Each smaller triangle is colored randomly with a bright hue.
The canvas resizes automatically when the window is resized.