projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3973a67
)
remove some dev code that was writing an extra image file
author
Tony Cook
<tony@develop=help.com>
Sat, 5 May 2007 00:28:49 +0000
(
00:28
+0000)
committer
Tony Cook
<tony@develop=help.com>
Sat, 5 May 2007 00:28:49 +0000
(
00:28
+0000)
t/t38ft2font.t
patch
|
blob
|
blame
|
history
diff --git
a/t/t38ft2font.t
b/t/t38ft2font.t
index 722cc133a0f54de67f57644b639d1d690f34e2b5..63e42582798564f57725c5a8b2e7ea5a371b1eef 100644
(file)
--- a/
t/t38ft2font.t
+++ b/
t/t38ft2font.t
@@
-458,7
+458,6
@@
SKIP:
ok($im->string(string => "AB", size => 20, aa => 1, color => '#F00',
x => 0, y => 15, font => $font),
"draw to transparent image");
- $im->write(file => "foo.png");
my $im_noalpha = $im->convert(preset => 'noalpha');
my $im_pal = $im->to_paletted(make_colors => 'mediancut');
my @colors = $im_pal->getcolors;