-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🤖🪵 Fix emoji placement by calculating full bounds #30
Conversation
9259c18
to
4e7ea80
Compare
Thanks! This looks good but I did notice that |
This is what I'm using, however, Bounds didn't have a way to grow yet; which is what I PR'd to Zeno. |
Right, but |
5094184
to
5d21921
Compare
5d21921
to
d3e7d55
Compare
Thanks for the heads up! I've update the code to just call this instead and that seems to work fine as well (re-ran my tests for it). |
Thanks for fixing this! I’ll bump the version and publish a new release to crates later today. |
Thanks! A release would be quite welcome 👍 |
Released 0.1.5! |
Addresses incorrect emoji rendering as reported in #26
Previously the
placement
of the very first colored outline was used to calculate image dimensions, however this is incorrect. One should use the full bounds of all outlines for calculating this size.Notice that this also needs a tiny PR on zeno dfrg/zeno#4
Attached are correctly rendered 🤖 and 🪵 emoji's as per the issue file.