fixed a few bugs in remove_font_transforms filter
[swftools.git] / lib / devices / record.c
index fad1189..5f3709a 100644 (file)
@@ -460,6 +460,7 @@ static void replay(struct _gfxdevice*dev, gfxdevice_t*out, reader_t*r)
            }
            case OP_ENDPAGE: {
                msg("<trace> replay: ENDPAGE");
+               out->endpage(out);
                break;
            }
            case OP_FINISH: {