Skip to content

Commit

Permalink
fix logo size for svg source
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Dec 6, 2023
1 parent 526db89 commit 01766c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screentock.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ AFRAME.registerComponent('screentock', {
image.onload = resolve;
});

ctx.drawImage(image, 0, 0, 135, 23, 40, 40, 270, 86);
ctx.drawImage(image, 0, 0, 135, 23, 40, 40, 270, 46);
}
}

Expand Down

0 comments on commit 01766c2

Please sign in to comment.