After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120910 - gnome_print_clip the same as gnome_print_eoclip
gnome_print_clip the same as gnome_print_eoclip
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: libgpa
2.2.1
Other Linux
: Normal normal
: ---
Assigned To: Chema Celorio
Chema Celorio
Depends on:
Blocks:
 
 
Reported: 2003-08-28 13:14 UTC by Jean Bréfort
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean Bréfort 2003-08-28 13:14:46 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);
Comment 1 Murray Cumming 2003-09-14 10:15:46 UTC
Added PATCH keyword, because this almost is, though someone would 
have to figure out what the hell the problem/fix is about.
Comment 2 Chema Celorio 2003-09-19 14:07:18 UTC
Feel free to commit.
Comment 3 Murray Cumming 2003-09-28 17:01:41 UTC
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.