@@ -116,7 +116,7 @@ |
||
116 | 116 | |
117 | 117 | // scale down to the expected size |
118 | 118 | if($this->options->drawCircularModules && $this->options->scale <= 20){ |
119 | - $this->image = imagescale($this->image, $this->length/10, $this->length/10, IMG_BILINEAR_FIXED); |
|
119 | + $this->image = imagescale($this->image, $this->length / 10, $this->length / 10, IMG_BILINEAR_FIXED); |
|
120 | 120 | } |
121 | 121 | |
122 | 122 | if($this->options->returnResource){ |