You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected is something like this (drawn as a single billboard):
This is a tough one. Our kerning actually looks correct here. The problem is that the billboard drawn on top of each other rather than blending together naturally. I'm not sure it's possible for us to fix this with our current label techniques because the letters have to be drawn together for the blending to work (look at the qr for an example).
I also noticed something is up with the f, the top right is cut off, this is probably a separate bug..
The text was updated successfully, but these errors were encountered:
Given this snippet:
It looks like this:
Expected is something like this (drawn as a single billboard):
This is a tough one. Our kerning actually looks correct here. The problem is that the billboard drawn on top of each other rather than blending together naturally. I'm not sure it's possible for us to fix this with our current label techniques because the letters have to be drawn together for the blending to work (look at the
qr
for an example).I also noticed something is up with the
f
, the top right is cut off, this is probably a separate bug..The text was updated successfully, but these errors were encountered: