Cleanup of charset range rendering

This commit is contained in:
Jeff Avallone 2014-12-09 17:51:04 -05:00
parent 0cb090bc10
commit 5a4c62c2c0
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ export default _.extend({}, Base, {
this.first.position();
this.last.position();
this.first.container.transform(Snap.matrix()
.translate(0, 0));
box = this.first.container.getBBox();
this.hyphen.transform(Snap.matrix()
.translate(box.x2 + 5, box.cy - this.hyphen.getBBox().cy));