What this is?
An SVG construction of a golden rectangle tiled by Fibonacci squares (1, 1, 2, 3, 5, 8, 13, 21, 34). In each square we draw a quarter–circle so that the arcs meet at shared corners and wind smoothly. Here the spiral is mirrored relative to the usual textbook drawing (it turns the opposite way).
A checker at the end verifies that the side lengths follow the Fibonacci rule, that the squares exactly tile the rectangle (no overlap), and that the rectangle’s aspect ratio matches the golden ratio built from the last two Fibonacci numbers.