BryceStevenWilley / visioning_texts

A D3 project that locally visualizes your messages from Signal or Whatsapp
GNU General Public License v3.0
37 stars 6 forks source link

Emoji's are cut-off in visualization #35

Closed towfiqueA closed 3 years ago

towfiqueA commented 4 years ago

Screenshots below.

The emoji's get cut-off on the sides, bottom, and top. I can manually inspect the page, change the width and height, which resolves the bottom and right side. However, I don't know how I could resolve the cut-offs on the left side and the top. Any suggestions are appreciated.

image

image

sukhinsergey commented 4 years ago

Same issue here.

BryceStevenWilley commented 4 years ago

Sorry, for the lateness, I was using a very poor heuristic for sizing the emoji's, and wasn't actually putting a cap on the max size. Both of those should be fixed with https://github.com/BryceStevenWilley/visioning_texts/commit/253d2ffabdb3872850e40c2c6ffc1178c0f2dcf6, so feel free to give it a try and see if it fixes it for you!