mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Clear path after rectclip
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f0a7bbdb03
commit
77b37a967b
2 changed files with 3 additions and 0 deletions
|
@ -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 <fedor@gnu.org>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue