Kaydet (Commit) 46e5cd0e authored tarafından Michael Meeks's avatar Michael Meeks

remove an fprintf I left in in error.

üst 8ffe4af6
......@@ -123,8 +123,6 @@ void SvtGraphicStroke::scale( double fXScale, double fYScale )
maPath.Scale( fXScale, fYScale );
double fScale = sqrt (fabs (fXScale * fYScale) ); // clearly not ideal.
fprintf( stderr, " HIT A SCALING ! by %g %g %g\n",
(double) fXScale, (double) fYScale, (double) fScale );
mfStrokeWidth *= fScale;
mfMiterLimit *= fScale;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment