From 5a4c62c2c023678383f7a94ba33169f84ca39c9c Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Tue, 9 Dec 2014 17:51:04 -0500 Subject: [PATCH] Cleanup of charset range rendering --- src/js/parser/javascript/charset_range.js | 3 --- 1 file changed, 3 deletions(-) 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));