Use the new NSAffineTransform for the last change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@28912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-10-29 08:13:31 +00:00
parent 197c45e3f5
commit 460445a4dc

View file

@ -1252,7 +1252,7 @@ typedef enum {
{
NSPoint p = NSMakePoint(x, y);
p = [ictm pointInMatrixSpace: p];
p = [ictm transformPoint: p];
[color_pattern compositeToPoint: p
operation: NSCompositeSourceOver];
x += size.width;