diff options
Diffstat (limited to 'graphics/ruby-gdchart/files/patch-README.en')
-rw-r--r-- | graphics/ruby-gdchart/files/patch-README.en | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/ruby-gdchart/files/patch-README.en b/graphics/ruby-gdchart/files/patch-README.en new file mode 100644 index 000000000000..d709a900ab9a --- /dev/null +++ b/graphics/ruby-gdchart/files/patch-README.en @@ -0,0 +1,18 @@ +--- README.en.orig Mon Nov 27 00:47:58 2000 ++++ README.en Mon Jul 16 17:24:47 2001 +@@ -18,6 +18,7 @@ + numsets = 1 + xsize = 200 + ysize = 200 ++GDChart.image_type = GDChart::PNG; + GDChart.out_graph(xsize, ysize, $stdout, GDChart::LINE, numpoints, \ + labels, numsets, data) + -- +@@ -54,6 +55,7 @@ + variable indicates its use. Basically, use a number when integer or + float, and a string when string (obviously). + ++GDC_image_type integer + GDC_ytitle string + GDC_xtitle string + GDC_ytitle2 string |