[cff] Fix typo.

* src/cff/cf2hints.c (cf2_glyphpath_computeOffset): Use correct
offsets in third quadrant.

Reported by maks <maksqwe1@ukr.net>.
2.6.5
Werner Lemberg 11 years ago
parent 4e75413334
commit d17cabf57d
  1. 9
      ChangeLog
  2. 2
      src/cff/cf2hints.c

@ -1,3 +1,12 @@
2014-07-26 Werner Lemberg <wl@gnu.org>
[cff] Fix typo.
* src/cff/cf2hints.c (cf2_glyphpath_computeOffset): Use correct
offsets in third quadrant.
Reported by maks <maksqwe1@ukr.net>.
2014-07-17 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #42788.

@ -1560,7 +1560,7 @@
{
/* -y */
*x = -glyphpath->xOffset;
*y = glyphpath->xOffset;
*y = glyphpath->yOffset;
}
else
{

Loading…
Cancel
Save