[xiph-commits] r17970 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri May 6 18:06:49 PDT 2011
Author: xiphmont
Date: 2011-05-06 18:06:49 -0700 (Fri, 06 May 2011)
New Revision: 17970
Modified:
trunk/chirptest/chirpgraph.c
Log:
Reset graph setup dimensions for each new graph
Modified: trunk/chirptest/chirpgraph.c
===================================================================
--- trunk/chirptest/chirpgraph.c 2011-05-06 19:17:46 UTC (rev 17969)
+++ trunk/chirptest/chirpgraph.c 2011-05-07 01:06:49 UTC (rev 17970)
@@ -146,6 +146,17 @@
cairo_font_extents_t fextents;
int y;
+ fontsize=12;
+ leftpad=0;
+ rightpad=0;
+ toppad=0;
+ bottompad=0;
+ legendy=0;
+ legendh=0;
+ pic_w=0;
+ pic_h=0;
+ titleheight=0.;
+
x_n = end_x_step-start_x_step+1;
y_n = end_y_step-start_y_step+1;
fontsize=fs;
More information about the commits
mailing list