Page 1 of 1

TPRINTPREVIEW DRAWING RECTANGLE ISSUE TEST WITH 5.10 VERSION

PostPosted: January 19th, 2009, 2:32 pm
by sonigam
Hi

With the 5.10 version
the problem is reduced but
always present, if you try
to draw these three rectangles
Rectangle(20,20,30,30);
Rectangle(30,20,40,30);

Rectangle(20,31,30,41);
you will notice that the common side of the first two
rectangles (at the 30 position), appear more marked than
right side of the third rectangle (at the 30 position)
all sides that the rectangles have in common seem designed more marked
in my invoice report is not good
I wish that all the lines of the rectangles
had the same thickness

Thanks again for your interest

Re: TPRINTPREVIEW DRAWING RECTANGLE ISSUE TEST WITH 5.10 VERSION

PostPosted: January 19th, 2009, 3:29 pm
by Kambiz
I'll try to fix it. But, maybe it takes some days.

Re: TPRINTPREVIEW DRAWING RECTANGLE ISSUE TEST WITH 5.10 VERSION

PostPosted: January 19th, 2009, 3:43 pm
by Kambiz
By the way, what are values of Pen.Width and Pen.Style?

I check it out and everything works as expected. When you tell before v5.0 you had no problem, seems the older versions had the bug. :?