// comments on jumaane's part 10: // // wow! this looks beautiful in motion. // it begins with a sharp black stroke, almost resembling // an ink stroke, then the bottom half of the 'leaf' appears // slowly, while lightening the darkness. // // the code is wonderfully compact as well. // was this carefully planned out, or was it a delightful accident? // // catfoo // // no changes made to the code below. Repeat A 0 100 { Pen A Line A ((A*A)/100) A A Repeat B 0 100 { Pen B Line A A ((B*B)/100) B } }