Skip to content

Commit

Permalink
Merge pull request #432 from 3DStreet/tall-logo-by-y
Browse files Browse the repository at this point in the history
fix logo size for svg source
  • Loading branch information
kfarr authored Dec 8, 2023
2 parents a673751 + 01766c2 commit df8f4ed
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 df8f4ed

Please sign in to comment.