leighsharpe has asked for the wisdom of the Perl Monks concerning the following question:
However, if I change strokecolor('red') to strokecolor('black'), I don't get a line on the screen, and it plays havoc with Acrobat reader (parts of the document suddenly go missing, all sorts of odd things going on when trying to view the document).my $gfx2=$page->gfx; $gfx2->strokecolor('red'); $gfx2->move(100,100); $gfx2->line(200,200); $gfx2->stroke;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PDF::API2 colors
by McDarren (Abbot) on Jul 04, 2006 at 07:16 UTC | |
by leighsharpe (Monk) on Jul 04, 2006 at 07:33 UTC |