[Gs-code-review] SF bug #458769 - Clipping problem with fill
operator
Ray Johnston
ray at artifex.com
Mon Feb 4 16:24:01 PST 2002
Dan,
You are correct that we can just set the effective_clip_id at the
exit point to the routine.
I am committing this.
Thanks for the review.
Regards,
Ray
________________________________________________________________________
Dan Coby wrote:
> This looks okay to me. I think that the enclosed is a slightly
> shorter variant of the same thing.
*** gspath.c Mon Feb 4 15:26:54 2002
--- src/gspath.c Wed Jan 16 20:53:38 2002
***************
*** 354,360 ****
pgs->effective_clip_shared = false;
}
}
! pgs->effective_clip_id = pgs->clip_path->id;
pgs->effective_view_clip_id = view_clip_id;
*ppcpath = pgs->effective_clip_path;
return 0;
--- 354,360 ----
pgs->effective_clip_shared = false;
}
}
! pgs->effective_clip_id = pgs->effective_clip_path->id;
pgs->effective_view_clip_id = view_clip_id;
*ppcpath = pgs->effective_clip_path;
return 0;
More information about the gs-code-review
mailing list