Merge fd1d595649cb735aa9d3a53b3b71ad32d775a9ba into 6020386bbeed60ad68e675fdcaa6220e292fd35a

This commit is contained in:
ChenXiao 2023-03-09 03:10:49 +00:00 committed by GitHub
commit 718d872750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -906,6 +906,7 @@ export class CanvasRenderer extends Renderer {
await this.renderStack(stack);
this.applyEffects([]);
this.ctx.translate(this.options.x, this.options.y);
return this.canvas;
}
}