Issue #235 Export FLA: incorrect Dynamic Text Fields coordinates.

This commit is contained in:
Jindra Pet��k
2013-07-28 09:00:17 +02:00
parent f9ceb1fca8
commit 2d8c3dc4f0
@@ -2236,6 +2236,10 @@ public class XFLConverter {
} else {
matrix.translateX += bounds.Xmin;
matrix.translateY += bounds.Ymin;
//I do not know why, but there is (always?) 2px difference
matrix.translateX += 2 * 20;
matrix.translateY += 2 * 20;
}
matStr += convertMatrix(matrix);
matStr += "</matrix>";