x265 update 2.7, findobj upgrade, fix svg init, fix for dragchkbox buttonpress, add...
[goodguy/history.git] / cinelerra-5.1 / plugins / svg / svg.C
index 96288bae32d81c209e7d4ac5667ee5a83482e8ea..9b6007f56f03072b345fcdf1e766696a66cb2824 100644 (file)
@@ -181,7 +181,7 @@ int SvgMain::process_realtime(VFrame *input, VFrame *output)
        strcpy(last_svg_file, config.svg_file);
        int64_t last_ms_time = config.ms_time;
        need_reconfigure = load_configuration();
-       if( last_dpi != config.dpi )
+       if( !ofrm || last_dpi != config.dpi )
                need_export = 1;
        if( strcmp(last_svg_file, config.svg_file) ||
            last_ms_time != config.ms_time )