Skip Menu |

This queue is for tickets about the GDGraph CPAN distribution.

Maintainer(s)' notes

There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.

Report information
The Basics
Id: 23820
Status: open
Priority: 0/
Queue: GDGraph

People
Owner: Nobody in particular
Requestors: brett [...] clientcomm.com.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.43
Fixed in: (no value)



Subject: background colour under mod_perl (Mason)
When running the exact same perl code under the command line, and then under a website running mod_perl the images change. Specifically the background colour of the image generated under mod_perl always has a background colour of black. Adding the following line fixed this issue. sub init_graph {
Subject: background colour under mod_perl (Mason)
When running the exact same perl code under the command line, and then under a website running mod_perl the images change. Specifically the background colour of the image generated under mod_perl always has a background colour of black. Adding the following line fixed this issue. sub init_graph { my $self = shift; ++ $self->{graph}->filledRectangle(0,0,$self->{width},$self->{height},$self->set_clr(_rgb($self->{bgclr}))); ...
Are the graphs true-color? If so, this is might be related to bug 15374 (http://rt.cpan.org/ Ticket/Display.html?id=15374), which is fixed in the current release. In any case, can you update to 1.4308 and see if the bug persists? On Tue Dec 05 20:30:03 2006, telebrett wrote: Show quoted text
> When running the exact same perl code under the command line, and then > under a website running mod_perl the images change. Specifically the > background colour of the image generated under mod_perl always has a > background colour of black. > > Adding the following line fixed this issue. > > sub init_graph > { > my $self = shift; > > ++ > $self->{graph}->filledRectangle(0,0,$self->{width},$self-
> >{height},$self->set_clr(_rgb($self->{bgclr})));
> > ...
Subject: New GD::Graph co-maintainer and new release on CPAN
Hello, You recieved this message as you filed a bug report or feature request against GD::Graph module on CPAN. My name is Ruslan and I'm new co-maintainer of the module. I've updated the module to 1.45 with doc changes and released it to CPAN. See distribution status [1]. I have TODO list for several releases, so if your ticket was a patch then turning it into a nice pull request may expedite inclusion :) [1] http://search.cpan.org/~ruz/GDGraph-1.45/Graph.pm#DISTRIBUTION_STATUS -- Best regards, Ruslan.