mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Small correction of alpha blending related comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b36e330207
commit
a1528f9165
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
See bug report #30069
|
||||
Images are also now drawn correctly with these methods in a
|
||||
rotated/scaled context unlike previously (but alpha blending still
|
||||
doesn't work properly with a rotated context).
|
||||
doesn't work properly).
|
||||
* Source/winlib/WIN32Context.m (-supportsDrawGState): Added.
|
||||
* Headers/winlib/WIN32GState.m: Added oldWorldTransform ivar.
|
||||
* Source/winlib/WIN32GState.m:
|
||||
|
|
|
@ -451,7 +451,7 @@ BOOL alpha_blend_source_over(HDC destDC,
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME: Drawing rotated images with alpha blending is broken
|
||||
// FIXME: Drawing images with alpha blending is broken
|
||||
- (void) drawGState: (WIN32GState *)source
|
||||
fromRect: (NSRect)aRect
|
||||
toPoint: (NSPoint)aPoint
|
||||
|
|
Loading…
Reference in a new issue