On Wed, Jun 8, 2011 at 2:14 AM, Leonardo M. Ramé <[email protected]> wrote: > I added a couple of lines to fpvtocanvas.pas to apply those settings. In > my project the patch works as I expect.
Your code applies the path color in stMoveTo, while it should actually apply it only once before entering the segments loop. I implemented this in rev1666, along with fixes to make sure that all objects have brush and pen initialized properly, please test. -- Felipe Monteiro de Carvalho -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
