graphing doesn't work with GraphicsMagick
This commit is contained in:
parent
e41f544f4f
commit
9775400b8a
3 changed files with 23 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue