From: Fridrich S. <str...@us...> - 2008-07-17 20:08:00
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22633/src/lib Modified Files: Tag: STABLE-0-1-0 WPGSVGGenerator.cpp Log Message: revert to polyline in svg Index: WPGSVGGenerator.cpp =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGSVGGenerator.cpp,v retrieving revision 1.11.2.2 retrieving revision 1.11.2.3 diff -u -d -r1.11.2.2 -r1.11.2.3 --- WPGSVGGenerator.cpp 3 Apr 2008 09:25:39 -0000 1.11.2.2 +++ WPGSVGGenerator.cpp 17 Jul 2008 20:07:56 -0000 1.11.2.3 @@ -178,7 +178,7 @@ } else { - m_outputSink << "<polygon "; + m_outputSink << "<polyline "; m_outputSink << "points=\""; for(unsigned i = 0; i < vertices.count(); i++) { |