Skip to content

Commit

Permalink
Make test more portable. Fonts aren't.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 12, 2015
1 parent f36082c commit 2e53d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Image/test/im.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
array('x' => 150, 'y' => 140)),
'yellow', 4);

$image->text('Hello World', 60, 10, 'Arial', 'black', 0, 'large');
$image->text('Hello World', 60, 10, '', 'black', 0, 'large');
$image->display();
break;

Expand Down

0 comments on commit 2e53d15

Please sign in to comment.