gd.c Line 2286

Issue #90 resolved
Tony Lew created an issue

X dst->pixels[i][x] = dst->pixels[i][x]; -> dst->pixels[i][x] = src->pixels[i][x];

Comments (2)

  1. Log in to comment