mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: canvas origin is not at 0,0
This commit is contained in:
parent
6020386bbe
commit
fd1d595649
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user