From: glenlow Date: Fri, 8 Feb 2008 10:59:25 +0000 (+0000) Subject: quartz now renders default background as white for bitmap formats X-Git-Tag: LAST_LIBGRAPH~32^2~4747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54ad36c8c7d430c0ddf6d651529443c394bc1ff5;p=graphviz quartz now renders default background as white for bitmap formats --- diff --git a/plugin/quartz/gvrender_quartz.c b/plugin/quartz/gvrender_quartz.c index 039ed8c29..910818062 100644 --- a/plugin/quartz/gvrender_quartz.c +++ b/plugin/quartz/gvrender_quartz.c @@ -373,8 +373,7 @@ static gvrender_engine_t quartzgen_engine = { static gvrender_features_t render_features_quartz = { GVRENDER_DOES_MAPS | GVRENDER_DOES_MAP_RECTANGLE - | GVRENDER_DOES_TRANSFORM - | GVRENDER_NO_BG, /* flags */ + | GVRENDER_DOES_TRANSFORM, /* flags */ 4., /* default pad - graph units */ NULL, /* knowncolors */ 0, /* sizeof knowncolors */ @@ -392,7 +391,8 @@ static gvdevice_features_t device_features_quartz = { static gvdevice_features_t device_features_quartz_paged = { GVDEVICE_DOES_PAGES | GVDEVICE_BINARY_FORMAT - | GVDEVICE_DOES_TRUECOLOR,/* flags */ + | GVDEVICE_DOES_TRUECOLOR + | GVRENDER_NO_BG, /* flags */ {36.,36.}, /* default margin - points */ {0.,0.}, /* default page width, height - points */ {72.,72.} /* dpi */