GNOME Bugzilla – Bug 120910
gnome_print_clip the same as gnome_print_eoclip
Last modified: 2004-12-22 21:47:04 UTC
in gnome-print-stdapi.c, line 69 is: ret = gnome_print_clip_bpath_rule (pc, gp_gc_get_currentpath (pc->gc), ART_WIND_RULE_ODDEVEN); instead of: ret = gnome_print_clip_bpath_rule (pc, gp_gc_get_currentpath (pc->gc), ART_WIND_RULE_NONZERO);
Added PATCH keyword, because this almost is, though someone would have to figure out what the hell the problem/fix is about.
Feel free to commit.
2003-09-28 Murray Cumming <murrayc@usa.net> * libgnomeprint/gnome-print/stdcapi.c: Applied mysterious and unexplained semi-patch in bug #120910 from Jean Brefort, using ART_WIND_RULE_NONZERO instead of ART_WIND_RULE_ODDEVEN in gnome_print_clip(). I have no idea what it does, but Chema approved it. Applied to both branches.