Press LMB to drag the thing.
So, there are four sprites inside of this. The first two use a sprite-based system, which is simple but inefficient since each point needs to be its own sprite. The third uses a clone-based system, which wound up being absurdly janky and is limited by the clone limit. And the fourth is the pen-based system you can see here, which wound up being the best overall.