[email protected] schrieb:
> On 29 May 2009 at 0:29, Florian Klaempfl wrote:
> 
>> Thanks, applied.
>>
>> However, I wonder if the behaviour on pattern fills is correct ...
> 
> I have investigated a little, but I don't be sure you refer in what follows. 

See the DirectPutpixel call in graph.inc line 848:

                            { x1 mod 8 }
                    if RevBitArray[x1 and 7] and TmpFillPattern <> 0 then
                       DirectPutpixel(x1,y)
                    else

Imo CurrentColor should be set to FillSettings.Color before doing the
drawing.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to