Author: ArcRiley
Date: 2008-05-20 16:49:09 -0400 (Tue, 20 May 2008)
New Revision: 1296

Modified:
   trunk/pysoy/src/widgets/Canvas.pym
Log:
'''Docs fix''' :
  * Canvas renders directly, not through a Projector.


Modified: trunk/pysoy/src/widgets/Canvas.pym
===================================================================
--- trunk/pysoy/src/widgets/Canvas.pym  2008-05-20 19:59:07 UTC (rev 1295)
+++ trunk/pysoy/src/widgets/Canvas.pym  2008-05-20 20:49:09 UTC (rev 1296)
@@ -19,9 +19,7 @@
 
 cdef class Canvas (Widget) :
   """
-  Renders a L{Texture} on a L{Projector}.  The order this is added to
-  the container along with the L{Projector} determines the order the
-  L{Canvas} is rendered relative to the L{Scene} in the L{Window}.
+  Renders a L{Texture}.
 
   Since L{Texture}s can be any sort of bitmap, including text, images,
   and video, adding a L{Canvas} to a L{Window} containing a video or

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to