On Sunday 21 September 2014 17:17:08 Alexander wrote:
> On Sun, 21 Sep 2014 16:13:21 +0200
>
> Martin Schreiber <[email protected]> wrote:
> > Can you reproduce?
>
> Yes, same.

I could narrow it down more. The issue is visible if immediately after the 
monochrome glyph painting with xfillrectangle() and the glyph as stipple mask 
a xdrawlines() follows which touches the xfillrectangle area. Example:
"
var testvar: array[0..2] of xpoint = 
   ((x:24;y:25),(x:130;y:25),(x:130;y:50)); <<<--distorted
"
"
var testvar: array[0..2] of xpoint = 
   ((x:24;y:25),(x:80;y:25),(x:80;y:50));   <<<--OK
"
With
"
xflush(appdisp);
sleep(10);
"
or
"
xsync(appdisp,0);
"
between xfillrectangle() and xdrawlines() it is OK too.

Martin



------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to