]> granicus.if.org Git - graphviz/commitdiff
default page size now 8.5 x 11
authorellson <devnull@localhost>
Sun, 30 Jul 2006 02:22:44 +0000 (02:22 +0000)
committerellson <devnull@localhost>
Sun, 30 Jul 2006 02:22:44 +0000 (02:22 +0000)
lib/common/const.h

index 1909384451596f0537997d87f88907af7e362f62..347c014bc2318fe485d7fab58f4d197ea181f856 100644 (file)
@@ -86,9 +86,9 @@
 #define                DEFAULT_RANKSEP 0.5
 #define                MIN_RANKSEP             0.02
 
-/* default page size in points - not including margins = 7.5in x 10in */
-#define                DEFAULT_PAGEWD  540
-#define                DEFAULT_PAGEHT  720
+/* default page size in points - including margins = 8.5in x 11in */
+#define                DEFAULT_PAGEWD  612
+#define                DEFAULT_PAGEHT  792
 /* default margin for paged formats such as PostScript - in points  = 0.5in */
 #define                DEFAULT_PRINT_MARGIN 36
 /* default margin for embedded formats such as PNG - in points */