diff --git a/src/js/parser/javascript/charset_range.js b/src/js/parser/javascript/charset_range.js index cf42498..228d455 100644 --- a/src/js/parser/javascript/charset_range.js +++ b/src/js/parser/javascript/charset_range.js @@ -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));