gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/demo/nic stencil.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/demo/nic stencil.py
Date: Fri, 13 Sep 2002 14:33:54 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/13 14:33:54

Modified files:
        gfx/demo/nic   : stencil.py 

Log message:
        Second test step: make sure bg and fg are right

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/nic/stencil.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gzz/gfx/demo/nic/stencil.py
diff -c gzz/gfx/demo/nic/stencil.py:1.4 gzz/gfx/demo/nic/stencil.py:1.5
*** gzz/gfx/demo/nic/stencil.py:1.4     Fri Sep 13 14:33:15 2002
--- gzz/gfx/demo/nic/stencil.py Fri Sep 13 14:33:54 2002
***************
*** 17,23 ****
      def key(self, key): pass
  
      def scene(self, vs):
!         putnoc(vs, background((1,1,1)))
  
          outer = vs.coords.coordsys(0, 'o', 1, 10, 10, 50, 20)
        inner = vs.coords.coordsys(outer, 'i', 1, 5, 5, 40, 10)
--- 17,23 ----
      def key(self, key): pass
  
      def scene(self, vs):
!         putnoc(vs, background((0.7,0.6,0.9)))
  
          outer = vs.coords.coordsys(0, 'o', 1, 10, 10, 50, 20)
        inner = vs.coords.coordsys(outer, 'i', 1, 5, 5, 40, 10)




reply via email to

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