]> git.imager.perl.org - imager.git/commitdiff
test for dropping of % sign
authorTony Cook <tony@develop=help.com>
Wed, 10 Oct 2001 23:36:03 +0000 (23:36 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 10 Oct 2001 23:36:03 +0000 (23:36 +0000)
t/t35ttfont.t

index 0caeacd46e679c21a524e7e7c9fe9df4c6b91c9a..7825f858f5016d345ab28b7223ff77b422fb6e69 100644 (file)
@@ -64,7 +64,7 @@ $backgr=Imager::ImgRaw::new(500,300,3);
 i_tt_text($ttraw,$backgr,100,100,$bgcolor,50.0,'test',4,1);
 
 my $ugly = Imager::i_tt_new("./fontfiles/ImUgly.ttf");
-i_tt_text($ugly, $backgr,100, 50, $bgcolor, 14, 'g', 1, 1);
+i_tt_text($ugly, $backgr,100, 50, $bgcolor, 14, 'g%g', 3, 1);
 i_tt_text($ugly, $backgr,150, 50, $bgcolor, 14, 'delta', 5, 1);