gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz TODO


From: Janne V. Kujala
Subject: [Gzz-commits] gzz TODO
Date: Mon, 03 Mar 2003 05:49:56 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        03/03/03 05:49:55

Modified files:
        .              : TODO 

Log message:
        pseudocode

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.602&tr2=1.603&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -u gzz/TODO:1.602 gzz/TODO:1.603
--- gzz/TODO:1.602      Mon Mar  3 05:28:38 2003
+++ gzz/TODO    Mon Mar  3 05:49:55 2003
@@ -24,9 +24,10 @@
               for each of the 6 different zooms
            - 12 textures, 12 texts, 6 zooms
              for subject in subjects:
-               for text, texture in (texts, randomPermutation(textures)):
-                  for zoom in zooms:
-                     save text on texture with zoom
+               for text, texture, zoom in (texts, randomPermutation(textures),
+                                           randomPermutation(zooms + zooms)):
+                  for bg in white, light, dark:
+                     save text on texture(bg) with zoom
             - not sure if we need to vary textures or if it is ok to
               have unique texture for each text
         - Create a program that reads lines of the form




reply via email to

[Prev in Thread] Current Thread [Next in Thread]