Index: svg.c =================================================================== --- svg.c (revision 29425) +++ svg.c (revision 29426) @@ -363,6 +363,8 @@ } f = NULL; + if (!svg_cam.active) svg_cam.okempty_content = 1; /* never warn in direct export */ + if (pcb_cam_end(&svg_cam) == 0) { if (!svg_cam.okempty_group) pcb_message(PCB_MSG_ERROR, "svg cam export for '%s' failed to produce any content (layer group missing)\n", options[HA_cam].str);