improved pdf output (pdf2pdf, gfx2gfx)
[swftools.git] / lib / devices / swf.c
index 4bf636e..764f591 100644 (file)
@@ -2747,6 +2747,7 @@ static SWFFONT* gfxfont_to_swffont(gfxfont_t*font, const char* id)
 
        swf_Shape01DrawerInit(&draw, 0);
        line = font->glyphs[t].line;
+
        while(line) {
            FPOINT c,to;
            c.x = line->sx * GLYPH_SCALE; c.y = line->sy * GLYPH_SCALE;