[cff] Fix typo.

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

Reported by maks <maksqwe1@ukr.net>.
This commit is contained in:
Werner Lemberg 2014-07-26 09:53:50 +09:00
parent 4e75413334
commit d17cabf57d
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

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