graphing doesn't work with GraphicsMagick

This commit is contained in:
JT Smith 2007-10-03 23:23:44 +00:00
parent e41f544f4f
commit 9775400b8a
3 changed files with 23 additions and 10 deletions

View file

@ -422,8 +422,8 @@ sub getLabelDimensions {
my ($x_ppem, $y_ppem, $ascender, $descender, $width, $height, $max_advance) = $self->image->QueryFontMetrics(
font => $self->getLabelFont->getFile,
# stroke => $self->getLabelColor,
fill => $self->getLabelColor,
style => 'Normal',
# fill => $self->getLabelColor,
# style => 'Normal',
pointsize => $self->getLabelFontSize,
%$properties,
text => $text,