Skip to content

Commit

Permalink
Change example a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Mar 8, 2010
1 parent e53ccc9 commit 74ecff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pie/pie-gradient.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

my $defctx = $cc->get_context('default');
my $ren = Chart::Clicker::Renderer::Pie->new;
$ren->border_color(Graphics::Color::RGB->new(red => 0, green => 0, blue => 0));
$ren->border_color(Graphics::Color::RGB->new(red => 1, green => 1, blue => 1));
$ren->brush->width(2);
$ren->gradient_color(Graphics::Color::RGB->new(red => 1, green => 1, blue => 1, alpha => .3));
$defctx->renderer($ren);
Expand Down
Binary file modified pie/pie-gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74ecff2

Please sign in to comment.