Update of /cvsroot/libwpg/libwpg/src/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv910/src/lib
Modified Files:
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
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- WPGSVGGenerator.cpp 7 Jul 2007 17:30:22 -0000 1.11
+++ WPGSVGGenerator.cpp 3 Apr 2008 09:28:35 -0000 1.12
@@ -179,7 +179,7 @@
}
else
{
- m_outputSink << "<polyline ";
+ m_outputSink << "<polygon ";
m_outputSink << "points=\"";
for(unsigned i = 0; i < vertices.count(); i++)
{
|