From: Fridrich S. <str...@us...> - 2008-04-03 09:25:45
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv419/src/lib Modified Files: Tag: STABLE-0-1-0 WPGSVGGenerator.cpp Log Message: pkgconfig is needed + polygon instead of polyline Index: WPGSVGGenerator.cpp =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGSVGGenerator.cpp,v retrieving revision 1.11.2.1 retrieving revision 1.11.2.2 diff -u -d -r1.11.2.1 -r1.11.2.2 --- WPGSVGGenerator.cpp 3 Dec 2007 14:44:48 -0000 1.11.2.1 +++ WPGSVGGenerator.cpp 3 Apr 2008 09:25:39 -0000 1.11.2.2 @@ -178,7 +178,7 @@ } else { - m_outputSink << "<polyline "; + m_outputSink << "<polygon "; m_outputSink << "points=\""; for(unsigned i = 0; i < vertices.count(); i++) { |