diff --git a/uppsrc/ScatterDraw/ScatterDraw.cpp b/uppsrc/ScatterDraw/ScatterDraw.cpp index 818afd9fa..0d30a0328 100644 --- a/uppsrc/ScatterDraw/ScatterDraw.cpp +++ b/uppsrc/ScatterDraw/ScatterDraw.cpp @@ -1213,6 +1213,8 @@ Image ScatterDraw::GetImage(const Size &size, int scale) { ImageBuffer ib(scale*size); BufferPainter bp(ib, mode); + bp.LineCap(LINECAP_SQUARE); + bp.LineJoin(LINEJOIN_MITER); SetDrawing(bp, size, scale, false); return ib;