We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you do MW, the W is partially clipped on the right. If I figure it out, I'll PR.
The text was updated successfully, but these errors were encountered:
Thanks!
I think W is the widest ascii character, so WW is even worse (http://codepen.io/anon/pen/zvZOrE)
W
WW
Easy solution would be to decrease the font-size proportion constant in line 23 here.
Future enhancement could be to automatically fit any arbitrary text into the SVG, possibly using text. textLength and/or text.lengthAdjust.
text. textLength
text.lengthAdjust
Sorry, something went wrong.
Could also go fancy and calculate font-size based on SVG size and the number of text characters.
No branches or pull requests
If you do MW, the W is partially clipped on the right. If I figure it out, I'll PR.
The text was updated successfully, but these errors were encountered: