Skip to content

Commit

Permalink
Update image-banner.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tyger07 committed Oct 26, 2017
1 parent e7bd286 commit 07ba99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/server-banner/image-banner.php
Expand Up @@ -97,7 +97,7 @@
$GradientSettings = array("StartR"=>050,"StartG"=>100,"StartB"=>150,"Alpha"=>50,"Levels"=>-100);
$myPicture->drawGradientArea(0,0,160,80,DIRECTION_VERTICAL,$GradientSettings);
$myPicture->setShadow(FALSE);
$myPicture->setGraphArea(14,7,153,60);
$myPicture->setGraphArea(18,5,156,61);
$myPicture->setFontProperties(array("R"=>250,"G"=>250,"B"=>250,"FontName"=>"../pchart/fonts/Forgotte.ttf","FontSize"=>8));
$max = max($average) + 5;
if($max <= 0)
Expand Down

0 comments on commit 07ba99a

Please sign in to comment.