What if we had more anchor points? Does every shape produce a fractal?
Unfortunately not.
If we have four anchor points, a square, we do simply get a random collection across a canvas.
This is because the points are free to move anywhere on the canvas with equal probability. They're not constrained to move away from any particular area.
We can see what happens with other polygons.
As we increase the number of anchor points, it doesn't seem to produce any especially interesting fractal structures. The more anchor points, the more freedom there is for points to span the entire canvas.
In the next section, we'll add some more constraints to reduce the freedom of movement.