Skip to content

Commit

Permalink
Update renderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
123jjck authored May 25, 2021
1 parent f399e45 commit d02205a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d02205a

Please sign in to comment.