mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Clear the current path after clipping
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17759 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
48b5bd01b0
commit
f8e452f888
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-09-30 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/gsc/GSGState.m ([GSGState -DPSrectclip::::]): Clear
|
||||||
|
the current path after clipping.
|
||||||
|
|
||||||
2003-09-29 Adam Fedor <fedor@gnu.org>
|
2003-09-29 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Version 0.9.0
|
* Version 0.9.0
|
||||||
|
|
|
@ -788,6 +788,8 @@
|
||||||
path = [NSBezierPath bezierPathWithRect: rect];
|
path = [NSBezierPath bezierPathWithRect: rect];
|
||||||
[self DPSclip];
|
[self DPSclip];
|
||||||
path = oldPath;
|
path = oldPath;
|
||||||
|
if (path)
|
||||||
|
[path removeAllPoints];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h
|
- (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h
|
||||||
|
|
Loading…
Reference in a new issue