From: ellson Date: Sun, 30 Jul 2006 02:22:44 +0000 (+0000) Subject: default page size now 8.5 x 11 X-Git-Tag: LAST_LIBGRAPH~32^2~6017 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=576dd813f9063b59a92db2fdd6322750b409203a;p=graphviz default page size now 8.5 x 11 --- diff --git a/lib/common/const.h b/lib/common/const.h index 190938445..347c014bc 100644 --- a/lib/common/const.h +++ b/lib/common/const.h @@ -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 */