Skip to content

Commit

Permalink
Fix hat position
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Mar 22, 2018
1 parent 6969690 commit 62204ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-recorder/mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
} else {
context.drawImage(hat,
face.left,
face.bottom - face.height * 3 / 4 - hat.height * face.width / hat.width,
face.bottom - face.height - hat.height * face.width / hat.width,
face.width,
hat.height * face.width / hat.width);
context.drawImage(mustache,
Expand Down

0 comments on commit 62204ae

Please sign in to comment.