Fresco/Berlin/modules/Figures FigureImpl.cc,1.23,1.24

Stefan Seefeld <[email protected]>
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Berlin/modules/Figures
In directory purcel:/tmp/cvs-serv28932/Berlin/modules/Figures

Modified Files:
	FigureImpl.cc 
Log Message:
rename ImageKit to RasterKit

Index: FigureImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Figures/FigureImpl.cc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- FigureImpl.cc	18 Feb 2003 07:26:29 -0000	1.23
+++ FigureImpl.cc	18 Feb 2003 21:18:12 -0000	1.24
@@ -189,7 +189,10 @@
       extension(info, Region_var(region->_this()));
       if (traversal->intersects_region(Region_var(region->_this())))
 	{
-	  DrawingKit_var drawing = traversal->drawing();
+      std::cout << "FigureImpl::draw with " << _path->nodes.length() << " vertices" << std::endl;
+      for (size_t i = 0; i != _path->nodes.length(); ++i)
+         std::cout << _path->nodes[i].x << ' ' << _path->nodes[i].y << std::endl;
+      DrawingKit_var drawing = traversal->drawing();
 	  Color color = drawing->foreground();
 	  drawing->save();
 	  Transform_var tmp = drawing->transformation();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.