[Wuug-cvs] wuug bar.php,1.6,1.7
Status: Inactive
Brought to you by:
loginx
From: <lo...@us...> - 2003-01-12 19:02:25
|
Update of /cvsroot/wuug/wuug In directory sc8-pr-cvs1:/tmp/cvs-serv28868 Modified Files: bar.php Log Message: Beveled look Index: bar.php =================================================================== RCS file: /cvsroot/wuug/wuug/bar.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bar.php 12 Jan 2003 18:58:59 -0000 1.6 --- bar.php 12 Jan 2003 19:02:20 -0000 1.7 *************** *** 16,20 **** $im->send_header(); $im->fillrectangle(0, 0, ($im->width-1), ($im->height-1), $black); ! $im->fillrectangle(1, 1, ($im->width-2), ($im->height-2), $grey); $im->fillrectangle(1, 1, ($im->width*$percent/100)-2, ($im->height)-2, $fill); --- 16,20 ---- $im->send_header(); $im->fillrectangle(0, 0, ($im->width-1), ($im->height-1), $black); ! $im->fillrectangle(0, 0, ($im->width-2), ($im->height-2), $grey); $im->fillrectangle(1, 1, ($im->width*$percent/100)-2, ($im->height)-2, $fill); |