[Igarden-commit] CommonSource/YAAFExtensions RGGLBasicSVG.cpp, 1.3.2.4, 1.3.2.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 13:07:01
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1766/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGGLBasicSVG.cpp Log Message: Fix a problem with default scale gettin out of bounds (thick lines on SVG drawing). Index: RGGLBasicSVG.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLBasicSVG.cpp,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -C2 -d -r1.3.2.4 -r1.3.2.5 *** RGGLBasicSVG.cpp 17 May 2008 20:59:17 -0000 1.3.2.4 --- RGGLBasicSVG.cpp 23 May 2008 13:06:52 -0000 1.3.2.5 *************** *** 372,375 **** --- 372,376 ---- glColor4f (0.0, 0.0, 0.0, 1.0); glNewList(_displayList, GL_COMPILE); + glLineWidth(1.0); while(parseTree != NULL) { |