CVS_SILENT I shouldn't commit immediately after waking up.

svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=407479
This commit is contained in:
Enrico Ros 2005-04-24 11:03:33 +00:00
parent 03bdb7d79e
commit f0a0a803d8

View file

@ -718,7 +718,7 @@ void PagePainter::drawShapeOnImage(
agg::conv_stroke< conv_bspline_type > strokedPath( bspline );
#else
agg::conv_stroke< agg::path_storage > strokedPath( path );
#fi
#endif
strokedPath.width( penWidth );
rasterizer.add_path( strokedPath );
agg::render_scanlines( rasterizer, scanline, render );