Tested tool guide
Tested browser tools
Checked August 16, 2026
What Spirograph Maker does, with a checked example
This tool draws the curve a spirograph toy makes: a small wheel rolling inside a larger ring, with a pen poking through the wheel. You enter three numbers - ring radius, wheel radius, and pen offset - and it plots the resulting pattern, closed and centered, so you can adjust the geometry until the figure matches what you have in mind. The common misreading: the petal count is set by the ratio of ring to wheel, not by either size alone, and a pen set beyond the wheel rim makes the curve cross itself, which surprises people expecting a clean star.
Worked example
A concrete input and expected output from the current implementation.
Input
ring 96, wheel 45, pen 30
->
Expected output
A closed rosette of 32 smooth, rounded lobes that stays inside the ring: the curve's radius swings between 21 and 81 units on a 96-unit ring, so it never touches the ring edge or the center.
The ratio 96:45 reduces to 32:15, so the trace closes after 15 wheel rotations and shows 32 lobes. The pen at 30 sits inside the wheel radius of 45, which rounds the lobes; a pen at 45 would turn them into sharp cusps.