diff --git a/src/react-components/presence-log.js b/src/react-components/presence-log.js
index 436c1b13c225e59fe72fa2b4d41334512ea61827..e876e2464138a314c3f356067a50075d308c6f64 100644
--- a/src/react-components/presence-log.js
+++ b/src/react-components/presence-log.js
@@ -29,8 +29,8 @@ function ChatMessage(props) {
     const style = isEmoji ? presenceLogPureEmojiStyle : presenceLogSpawnedStyle;
 
     // Scale by 12x
-    messageCanvas.width = (el.offsetWidth + 33) * 12;
-    messageCanvas.height = (el.offsetHeight + 17) * 12;
+    messageCanvas.width = (el.offsetWidth + 33) * 12.1;
+    messageCanvas.height = (el.offsetHeight + 17) * 12.1;
 
     const xhtml = encodeURIComponent(`
       <svg xmlns="http://www.w3.org/2000/svg" width="${messageCanvas.width}" height="${messageCanvas.height}">