diff --git a/renderer.php b/renderer.php index 773966c..c9dc442 100644 --- a/renderer.php +++ b/renderer.php @@ -49,7 +49,6 @@ protected function processRender($ava) { $color = $this->hexColorAllocate($canvas, $hexcolor); //imagefilledrectangle($canvas, $x, $y, 1, 1, $color); imagesetpixel($canvas, $x, $y, $color); - //ctx.fillRect(x, y, 1, 1); $x++; if($x == 189){ // go to new line $x = 0;