Posted on 2009-05-27 12:02:02-07 by lattenwald in response to 10828
Re: FreeBSD, perldoc Chart::Clicker sample produce only a frame

More info:
Graphics::Primitive::Driver::Cairo::get_text_bounding_box function calls Cairo::Context::text_extents

$exts = $context->text_extents($text);

(line 761 in my version). This function returns good results on my Linux box (debian Squeeze/Sid) and bad results on FreeBSD box. I mean, on FreeBSD Cairo::Context says that my text takes no space at all. This is a call to libcairo.so's function, if I understand correctly.

Now I am playing with recompiling cairo, but I don't believe in success. Any hints?

Direct Responses: 10844 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.