/[corp]/pics/menu.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /pics/menu.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Thu Mar 15 07:51:21 2001 UTC revision 1.2 by dpavlin, Mon Sep 3 13:07:57 2001 UTC
# Line 16  $image->Set(size=>'250x30'); Line 16  $image->Set(size=>'250x30');
16  $image->ReadImage('xc:#2a377e');  $image->ReadImage('xc:#2a377e');
17    
18  $image->Annotate(text=>$text,  $image->Annotate(text=>$text,
19          geometry=>'+14+4',          geometry=>'+14+22',
20          font=>"\@/usr/local/ttfonts/arialbd.ttf",          font=>"\@arialbd.ttf",
21          pointsize=>20,          pointsize=>20,
22          pen=>'white',          pen=>'white',
23            fill=> '#ffffff',
24          align=>'left');          align=>'left');
25    
26    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26