comparison src/graphics.cc @ 8961:6b87f2f34fdd

graphics.cc: Fix default "papersize" property value.
author Ben Abbott <bpabbott@mac.com>
date Thu, 12 Mar 2009 23:20:33 +0800
parents cb0e9facc342
children dbd0c77e575e
comparison
equal deleted inserted replaced
8960:93f18f166aba 8961:6b87f2f34fdd
222 static Matrix 222 static Matrix
223 default_figure_papersize (void) 223 default_figure_papersize (void)
224 { 224 {
225 Matrix m (1, 2, 0.0); 225 Matrix m (1, 2, 0.0);
226 m(0) = 8.5; 226 m(0) = 8.5;
227 m(1) = 11.5; 227 m(1) = 11.0;
228 return m; 228 return m;
229 } 229 }
230 230
231 static Matrix 231 static Matrix
232 default_figure_paperposition (void) 232 default_figure_paperposition (void)