Index: head/print/transfig/files/patch-fig2dev_dev_gensvg.c =================================================================== --- head/print/transfig/files/patch-fig2dev_dev_gensvg.c (nonexistent) +++ head/print/transfig/files/patch-fig2dev_dev_gensvg.c (revision 85463) @@ -0,0 +1,21 @@ +--- fig2dev/dev/gensvg.c.orig Wed Jul 23 16:39:14 2003 ++++ fig2dev/dev/gensvg.c Wed Jul 23 16:39:52 2003 +@@ -692,16 +692,14 @@ + if (t->angle != 0) { + fprintf (tfp, "\n", + (int) (t->base_x * mag), (int) (t->base_y * mag), degrees (t->angle)); +- fprintf (tfp, "\n", ++ fprintf (tfp, "\n", + rgbColorVal (t->color), family[(int) ceil ((t->font + 1) / 4)], + (t->font % 2 == 0 ? "normal" : "italic"), + (t->font % 4 < 2 ? "normal" : "bold"), (int) (ceil (t->size * 12 * mag)), + anchor[t->type]); + } + else +- fprintf (tfp, "\n", ++ fprintf (tfp, "\n", + (int) (t->base_x * mag), (int) (t->base_y * mag), rgbColorVal (t->color), + family[(int) ceil ((t->font + 1) / 4)], + (t->font % 2 == 0 ? "normal" : "italic"), Property changes on: head/print/transfig/files/patch-fig2dev_dev_gensvg.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property