diff --git a/ChangeLog b/ChangeLog index e28c151..f10c5e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Source/xlib/XGGState.m (-DPSrectclip::::): Clear path. * Source/winlib/WIN32GState.m (-DPSrectclip::::): Idem. + * Source/art/path.m (-DPSrectclip::::): Idem. 2003-09-30 Adam Fedor diff --git a/Source/art/path.m b/Source/art/path.m index cba5e0a..72924a9 100644 --- a/Source/art/path.m +++ b/Source/art/path.m @@ -845,6 +845,8 @@ static void clip_svp_callback(void *data, int y, int start, clip_sx = clip_x1 - clip_x0; clip_sy = clip_y1 - clip_y0; + + [self DPSnewpath]; } - (void) DPSinitclip;