mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
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:
parent
197c45e3f5
commit
460445a4dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue