diff src/shape_stext.c @ 763:69ee361bf259

Merge
author wycc
date Sat, 28 Aug 2010 23:19:36 +0800
parents 5781b2485e38
children 586e50f82c1f
line wrap: on
line diff
--- a/src/shape_stext.c	Sat Aug 28 23:11:02 2010 +0800
+++ b/src/shape_stext.c	Sat Aug 28 23:19:36 2010 +0800
@@ -357,7 +357,7 @@
     matrix[2] = shift_x;
     matrix[3] = 0;
     matrix[4] = font_sz;
-    matrix[5] += shift_y;
+    matrix[5] = shift_y;
     matrix_mul(noshift_aggr, matrix, scaled_matrix);
     
     scaled = make_scaled_font_face_matrix(face, scaled_matrix);