From: ellson Date: Thu, 27 Jan 2005 17:28:40 +0000 (+0000) Subject: try to fix scale on old codegens X-Git-Tag: LAST_LIBGRAPH~32^2~7988 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f40ef0370f1e5a78e425fc1483e906a84511ad88;p=graphviz try to fix scale on old codegens --- diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index c77e5a9f2..5fe4482ce 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -327,7 +327,7 @@ void gvrender_begin_page(GVC_t * gvc, double scale, int rot, point offset) codegen_t *cg = job->codegen; if (cg && cg->begin_page) - cg->begin_page(gvc->g, job->pagesArrayElem, scale, rot, offset); + cg->begin_page(gvc->g, job->pagesArrayElem, 1.0, rot, offset); } #endif }