[Igarden-commit] CommonSource/YAAFExtensions RGGLBasicSVG.cpp, 1.3.2.5, 1.3.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:44
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18732/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGGLBasicSVG.cpp Log Message: Stop making SVG line widths depend upon scales Index: RGGLBasicSVG.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLBasicSVG.cpp,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -C2 -d -r1.3.2.5 -r1.3.2.6 *** RGGLBasicSVG.cpp 23 May 2008 13:06:52 -0000 1.3.2.5 --- RGGLBasicSVG.cpp 31 May 2008 01:28:37 -0000 1.3.2.6 *************** *** 1073,1077 **** } // printf("Stroke Width = %f\n", strokeWidth); ! strokeWidth = strokeWidth/((double)_percentScale/100.0); if(strokeWidth < 1.0) strokeWidth = 1.0; --- 1073,1077 ---- } // printf("Stroke Width = %f\n", strokeWidth); ! // strokeWidth = strokeWidth/((double)_percentScale/100.0); if(strokeWidth < 1.0) strokeWidth = 1.0; |