[pango] Bug 708432 - gravity_map in fonts.c: "Upside-Down" should be



commit 6973d5223a3deafbf4f09074778e7d7d45e94463
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Sep 20 13:14:12 2013 -0400

    Bug 708432 - gravity_map in fonts.c: "Upside-Down" should be
    
    PANGO_GRAVITY_NORTH instead of PANGO_GRAVITY_SOUTH?

 pango/fonts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/fonts.c b/pango/fonts.c
index 384b57f..f3fa235 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -890,7 +890,7 @@ static const FieldMap stretch_map[] = {
 static const FieldMap gravity_map[] = {
   { PANGO_GRAVITY_SOUTH, "Not-Rotated" },
   { PANGO_GRAVITY_SOUTH, "South" },
-  { PANGO_GRAVITY_SOUTH, "Upside-Down" },
+  { PANGO_GRAVITY_NORTH, "Upside-Down" },
   { PANGO_GRAVITY_NORTH, "North" },
   { PANGO_GRAVITY_EAST,  "Rotated-Left" },
   { PANGO_GRAVITY_EAST,  "East" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]