Skip to content

Square Spiral

This is an interesting pattern generated by rotating and scaling down a square repeatedly.

rectangle(w=300, h=300) | repeat(100, scale(0.92)|rotate(5))

Do you see some curves in the image? Actually, there are no curves in it, only straigt lines! What you see are just the sides of squares.