Cleanup of charset range rendering
This commit is contained in:
parent
0cb090bc10
commit
5a4c62c2c0
@ -23,9 +23,6 @@ export default _.extend({}, Base, {
|
|||||||
this.first.position();
|
this.first.position();
|
||||||
this.last.position();
|
this.last.position();
|
||||||
|
|
||||||
this.first.container.transform(Snap.matrix()
|
|
||||||
.translate(0, 0));
|
|
||||||
|
|
||||||
box = this.first.container.getBBox();
|
box = this.first.container.getBBox();
|
||||||
this.hyphen.transform(Snap.matrix()
|
this.hyphen.transform(Snap.matrix()
|
||||||
.translate(box.x2 + 5, box.cy - this.hyphen.getBBox().cy));
|
.translate(box.x2 + 5, box.cy - this.hyphen.getBBox().cy));
|
||||||
|
Loading…
Reference in New Issue
Block a user