Skip Menu |

This queue is for tickets about the Music-Image-Chord CPAN distribution.

Report information
The Basics
Id: 44438
Status: new
Priority: 0/
Queue: Music-Image-Chord

People
Owner: Nobody in particular
Requestors: bwagner [...] cpan.org
Cc:
AdminCc:

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



Subject: Only generates an image with the chord symbol, but no fingering patterns (Mac OSX)
Only generates an image with the chord symbol, but no fingering patterns (Mac OSX) my $image = new Music::Image::Chord(); $image->bar_thickness(2); $image->bounds(300, 300); # fails if not called! my $old_font = $image->font('FreeUniversal-Regular.ttf'); my $old_file = $image->file('save.png'); $image->draw(name => 'D'); # Write the actual file.