Fresco/Documentation/src scene-graph.xml,1.3,1.4

Tobias Hunger <[email protected]> Fri, 18 Jul 2003 16:05:18 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Documentation/src
In directory purcel:/tmp/cvs-serv14991

Modified Files:
	scene-graph.xml 
Log Message:
Removed test message that shouldn't have shown up anyway.


Index: scene-graph.xml
===================================================================
RCS file: /cvs/fresco/Fresco/Documentation/src/scene-graph.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scene-graph.xml	2 Apr 2002 04:50:12 -0000	1.3
+++ scene-graph.xml	18 Jul 2003 21:05:16 -0000	1.4
@@ -99,7 +99,7 @@
 	the concept of a trail, it is important to realize that a graphic cannot
 	reliably store a copy of its cumulative transformation or layout
 	information, since it may be laid out at multiple places on the screen,
-	many of which may have different cumulative transformations. Thus is can
+	many of which may have different cumulative transformations. Thus it can
 	only store "relative" information about its layout requirements, and
 	have its true state computed on the fly. This is known as
 	"externalizing" its state; in fresco we attempt to externalize as much