ref: 9ae6c7c54d109cd1ed315ecdd9da82fbfe33f076
parent: aecbfe1ba775d683f3395f0f9214a394feb8b63b
author: Werner Lemberg <[email protected]>
date: Sat Jul 2 08:15:10 EDT 2011
* docs/CHANGES: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-02 Werner Lemberg <[email protected]>
+
+ * docs/CHANGES: Updated.
+
2011-07-02 David Bevan <[email protected]>
[ftstroke] Major revision.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -6,6 +6,19 @@
were incorrectly rejected. This bug has been introduced in
FreeType version 2.2.0.
+ - David Bevan contributed a major revision of the FreeType stroker
+ code:
+
+ . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
+
+ . A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has
+ been introduced to support PostScript and PDF miter joins.
+
+ . FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced as an
+ alias for FT_STROKER_LINEJOIN_MITER.
+
+ . Various stroking glitches has been fixed.
+
======================================================================