Cleanup of match fragment rendering
This commit is contained in:
parent
5a4c62c2c0
commit
7ab386e7a4
@ -39,11 +39,6 @@ export default _.extend({}, Base, {
|
|||||||
if (paths.length) {
|
if (paths.length) {
|
||||||
this.container.path(paths.join(''));
|
this.container.path(paths.join(''));
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
this._content.container.transform(Snap.matrix()
|
|
||||||
.translate(0, 0));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//this.render_bbox(this.container, this.container.getBBox());
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user