diff --git a/doc/examples/ex22/ex22.ps b/doc/examples/ex22/ex22.ps index c8286dfd853..b08d13766ed 100644 Binary files a/doc/examples/ex22/ex22.ps and b/doc/examples/ex22/ex22.ps differ diff --git a/doc/examples/ex31/ex31.ps b/doc/examples/ex31/ex31.ps index 88068c78ab3..8df823e85a4 100644 Binary files a/doc/examples/ex31/ex31.ps and b/doc/examples/ex31/ex31.ps differ diff --git a/doc/examples/ex41/ex41.ps b/doc/examples/ex41/ex41.ps index b15960d364b..c02cd89862b 100644 Binary files a/doc/examples/ex41/ex41.ps and b/doc/examples/ex41/ex41.ps differ diff --git a/doc/examples/ex42/ex42.ps b/doc/examples/ex42/ex42.ps index 714dad52cc5..dbada5f69f1 100644 Binary files a/doc/examples/ex42/ex42.ps and b/doc/examples/ex42/ex42.ps differ diff --git a/doc/scripts/GMT_legend.ps b/doc/scripts/GMT_legend.ps index bb2b7efd6ca..804c9480c01 100644 Binary files a/doc/scripts/GMT_legend.ps and b/doc/scripts/GMT_legend.ps differ diff --git a/doc/scripts/GMT_mag_rose.ps b/doc/scripts/GMT_mag_rose.ps index 7cab1eff1fb..65818d3b145 100644 Binary files a/doc/scripts/GMT_mag_rose.ps and b/doc/scripts/GMT_mag_rose.ps differ diff --git a/doc/scripts/GMT_mapscale.ps b/doc/scripts/GMT_mapscale.ps index dff94550abf..96f06691c1b 100644 Binary files a/doc/scripts/GMT_mapscale.ps and b/doc/scripts/GMT_mapscale.ps differ diff --git a/doc/scripts/GMT_seislegend.ps b/doc/scripts/GMT_seislegend.ps index f685442f520..cb031c37fb8 100644 Binary files a/doc/scripts/GMT_seislegend.ps and b/doc/scripts/GMT_seislegend.ps differ diff --git a/src/gmt_support.c b/src/gmt_support.c index 00458fdfd83..bc800c511eb 100644 --- a/src/gmt_support.c +++ b/src/gmt_support.c @@ -13539,7 +13539,7 @@ int gmt_getpanel (struct GMT_CTRL *GMT, char option, char *text, struct GMT_MAP_ P->radius = GMT->session.u2u[GMT_PT][GMT_INCH] * GMT_FRAME_RADIUS; /* 6 pt */ gmt_init_fill (GMT, &P->fill, -1.0, -1.0, -1.0); /* Default is no fill unless specified */ gmt_init_fill (GMT, &P->sfill, gmt_M_is255 (127), gmt_M_is255 (127), gmt_M_is255 (127)); /* Default if gray shade is used */ - P->pen1 = GMT->current.setting.map_frame_pen; /* Heavier pen for main outline */ + (void) gmt_getpen (GMT, "thicker,black", &P->pen1); /* Heavier pen for main outline */ P->pen2 = GMT->current.setting.map_default_pen; /* Thinner pen for optional inner outline */ P->debug_pen = GMT->current.setting.map_default_pen; /* Thinner pen for optional inner outline */ P->gap = GMT->session.u2u[GMT_PT][GMT_INCH] * GMT_FRAME_GAP; /* Default is 2p */