Hey, all. I'm working on a simple "MSPaint-like" image editor. I'm at the point where I should start implementing tools. What would make the most sense to start with? Rectangle tool? Ellipse? Fill brush? I ask because implementing some tools will make adding other tools easier - in that a working tool implementation can be used to test the tools within.