====== XKCD #688 Image Recursion - C# ====== ===== Project Log ===== === 11/16/2011 @ 20:40 === Created and committed initial project to SpectralCoding Subversion Repository === 11/16/2011 @ 22:00 === Finished the basic interface and drawing of the outlining squares of the bitmap. Commit. === 11/17/2011 @ 00:04 === Finished Panels 1 & 2 (their initial appearance). Current appearance: [[http://files.spectralcoding.com/files/screenshots/2011/11/20111117-000143_MainWindow.png|Link]]\\ I'm not 100% happy with the font, but I'm not going to mess with it much more since this is just a small side project. There are just dummy values for now but I have coded the logic so that I can simply scan each panel (or the entire image) and give each panel it's percentages. === 11/17/2011 @ 00:13 === I lied. I forgot the label lines for the white part of the pie chart. Current appearance: [[http://files.spectralcoding.com/files/screenshots/2011/11/20111117-001041_MainWindow.png|Link]]\\ Also, Graphics.FillPie() is a lifesaver. I was worried about how I was going to fill the pie slice. If I didn't have FillPie() I might have drawn a radial line every degree or half degree or something. Not fun. I'm also done for the night. Commit.