Skip to content

Commit

Permalink
feat(export): move logo to upper right corner
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach committed Nov 23, 2022
1 parent 27000c4 commit a66bf26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified assets/images/esa-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/scripts/libs/download-screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export function downloadScreenshot(

ctx.drawImage(
esaLogo,
window.innerWidth - esaLogo.width - padding,
window.innerHeight - esaLogo.height - padding,
ctx.canvas.width - esaLogo.width,
0,
esaLogo.width,
esaLogo.height
);
Expand Down

0 comments on commit a66bf26

Please sign in to comment.