Skip Menu |

This queue is for tickets about the GD-Graph3d CPAN distribution.

Report information
The Basics
Id: 24191
Status: new
Priority: 0/
Queue: GD-Graph3d

People
Owner: Nobody in particular
Requestors: rbreiddal [...] presinet.com
Cc:
AdminCc:

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



Subject: PATCH - adds AA and alpha support along with new 3dpie
This patch adds a new pie chart type. You can see it in action here: http://www.presinet.com/new_pie.png. This requires a patch to GD::Graph also, which you can track here: http://rt.cpan.org/Public/Bug/Display.html?id=24189 The patch also does the following to existing chart types: -add support for anti-aliasing -add support for alpha transparency -Fix border colour to match documented behaviour -Change around initialization a bit to improve (I think) the way defaults are set -Change how highlights/shadow colours are stored. I ran into issues in true colour graphs where I was running out of memory using the old method. I think this is because colour numbers are not sequential in true colour and perl automatically allocates the array to fit the largest index (i.e. if you try to fill $self->{'3d_shadows'}[15000000] it allocates enough room for 1..15000000 values. I could be way off though :)
Subject: gdgraph3d-aaalpha.patch

Message body is not shown because it is too large.

From: rbreiddal [...] presinet.com
Update that removes the new pie type "aapie3d" and makes it instead an option enabled by setting aa => 1 and '3d' => 1. Also moved legend support out of pie3d and into pie.pm.

Message body is not shown because it is too large.