Example #1
0
 public function StrokeLabel($label, $img, $xc, $yc, $a, $r)
 {
     if ($this->ilabelposadj === 'auto') {
         $this->ilabelposadj = (1 - $this->imidsize) / 2 + $this->imidsize;
     }
     parent::StrokeLabel($label, $img, $xc, $yc, $a, $r);
 }