3 patches, #3 depends on #1 as EPS uses AFM for stringwidth too.
[rrdtool.git] / src / rrd_graph.c
index 2762717..cc2861f 100644 (file)
@@ -187,6 +187,7 @@ enum gfx_if_en if_conv(char *string){
     
     conv_if(PNG,IF_PNG)
     conv_if(SVG,IF_SVG)
+    conv_if(EPS,IF_EPS)
 
     return (-1);
 }