From d23025ee70180add0d18c0f2a298626d8bc55d25 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 19 Jul 2007 15:19:54 +0000 Subject: [PATCH] fixes for b828 - fontsize in SVG output --- plugin/core/gvrender_core_svg.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index 6a86e21e2..8f99f4bfb 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -317,9 +317,10 @@ static void svg_textpara(GVJ_t * job, pointf p, textpara_t * para) break; case SVGFONTS: default: - family = pA->svg_font_family; - weight = pA->svg_font_weight; - style = pA->svg_font_style; + /* same as NATIVEFONTS - jce */ + family = pA->family; + weight = pA->weight; + style = pA->style; break; } stretch = pA->stretch; -- 2.40.0