Index: png.c =================================================================== --- png.c (revision 34333) +++ png.c (revision 34334) @@ -841,7 +841,7 @@ if ((flags & PCB_LYT_ANYTHING) == PCB_LYT_MASK) return PCB->LayerGroups.grp[group].vis && PCB_LAYERFLG_ON_VISIBLE_SIDE(flags); } - else { + else if (!png_cam.active) { if (is_mask) return 0;