[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:
parent
4e75413334
commit
d17cabf57d
@ -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…
Reference in New Issue
Block a user