summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-08-14 16:14:14 +0000
committerSven Neumann <neo@src.gnome.org>2001-08-14 16:14:14 +0000
commit7603a0b911834098583245a84517d0cf5172c17f (patch)
tree2f24e2c934b44ed3c133bdedfbef5ac64bd52c04 /ChangeLog.pre-1-0
parentb7983377840cc221c9b9ca01b1fd83947b3d8e98 (diff)
downloadpango-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-0')
-rw-r--r--ChangeLog.pre-1-05
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 2c4df5b4..b9dd64e9 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -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.