Cleanup of match fragment rendering

This commit is contained in:
Jeff Avallone 2014-12-09 17:56:22 -05:00
parent 5a4c62c2c0
commit 7ab386e7a4
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ export default _.extend({}, Base, {
if (paths.length) {
this.container.path(paths.join(''));
}
} else {
this._content.container.transform(Snap.matrix()
.translate(0, 0));
}
//this.render_bbox(this.container, this.container.getBBox());
}
});