From 63b84797e2754de3c0167494c26e5b8b3c867c7f Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 26 Sep 2009 00:00:03 +0200 Subject: [PATCH] [AdgDress] Reverted dim_style antialias Use the default antialias (active) instead of the old behavior of no antialiasing on the dimensions: the angular ones are too crappy without antialiasing. --- adg/adg-dress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/adg/adg-dress.c b/adg/adg-dress.c index 346f79e3..78fec3eb 100644 --- a/adg/adg-dress.c +++ b/adg/adg-dress.c @@ -575,7 +575,6 @@ _adg_dress_line_dimension(void) if (G_UNLIKELY(dress == 0)) { AdgStyle *style = g_object_new(ADG_TYPE_LINE_STYLE, - "antialias", CAIRO_ANTIALIAS_NONE, "width", 1., NULL); dress = adg_dress_new("line-dimension", style); -- 2.11.4.GIT