From e38820b6adb2be0dafabd517026fd7f8571107b2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Feb 2019 23:24:22 +0100 Subject: Fundamentals of rendering --- src/pdfstorycode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/pdfstorycode.c b/src/pdfstorycode.c index 04d2b82..a0d9115 100644 --- a/src/pdfstorycode.c +++ b/src/pdfstorycode.c @@ -66,6 +66,7 @@ static int render_slides_to_pdf(Presentation *p, const char *filename) double log_w, log_h; s = presentation_slide(p, i); + describe_slide(s); slide_get_logical_size(s, &log_w, &log_h); cairo_pdf_surface_set_size(surf, w, w*(log_h/log_w)); -- cgit v1.2.3