diff options
author | Sven Neumann <sven@gimp.org> | 2001-08-14 16:14:14 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-08-14 16:14:14 +0000 |
commit | 7603a0b911834098583245a84517d0cf5172c17f (patch) | |
tree | 2f24e2c934b44ed3c133bdedfbef5ac64bd52c04 /ChangeLog.pre-1-10 | |
parent | b7983377840cc221c9b9ca01b1fd83947b3d8e98 (diff) | |
download | pango-7603a0b911834098583245a84517d0cf5172c17f.tar.gz |
composite with "saturate" semantics instead of "over" so joining glyphs
2001-08-14 Sven Neumann <sven@gimp.org>
* pango/pangoft2.c (pango_ft2_render): composite with "saturate"
semantics instead of "over" so joining glyphs get drawn correctly.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 2c4df5b4..b9dd64e9 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,5 +1,10 @@ 2001-08-14 Sven Neumann <sven@gimp.org> + * pango/pangoft2.c (pango_ft2_render): composite with "saturate" + semantics instead of "over" so joining glyphs get drawn correctly. + +2001-08-14 Sven Neumann <sven@gimp.org> + * pango/pangoft2.c (pango_ft2_render): composite glyphs over the buffer instead of simply copying into it so glyphs with overlapping ink rectangles do not overwrite each other. |