diff --git a/Graph.pm b/Graph.pm index 5a3b384..9df4e28 100644 --- a/Graph.pm +++ b/Graph.pm @@ -347,7 +347,8 @@ sub _read_logo_file pack("H8",'ffd8ffe0') => "jpeg", 'GIF8' => "gif", '.PNG' => "png", - '/* X'=> "xpm", # technically '/* XPM */', but I'm hashing, here + '/* X' => "xpm", # technically '/* XPM */', but I'm hashing, here + '#def' => "xbm", ); if (my $match = $magic{ substr $logodata, 0, 4 }) { push @tried, $match;