Skip to content

Commit 02f5db0

Browse files
committed
- MFB: colors allocated henceforth from the resulting image overwrite
the palette colors (sync with 2.0.34) (Rob Leslie)
1 parent 28b425f commit 02f5db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/gd/libgd/gd_topal.c

+1
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ LOCAL (void)
772772
nim->green[icolor] = 255;
773773
nim->blue[icolor] = 255;
774774
}
775+
nim->open[icolor] = 0;
775776
#endif
776777
}
777778

0 commit comments

Comments
 (0)