fixed Label regression

This commit is contained in:
Eric Rowell
2013-05-21 00:13:32 -07:00
parent c9e281c48b
commit 2f43f26418
2 changed files with 8 additions and 2 deletions

View File

@@ -151,10 +151,16 @@
}
tag.setAttrs({
x: -1 * x,
y: -1 * y,
width: width,
height: height
});
text.setAttrs({
x: -1 * x,
y: -1 * y
});
}
}
};