mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
ScatterDraw: Line characteristics fixed in Painter
git-svn-id: svn://ultimatepp.org/upp/trunk@11119 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
39544a6dac
commit
06ff8a00ff
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue