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
In the Menuboard product/categories, a change in the appearance of the name element causes text cutoff in the Name field.
Steps to reproduce:
Fit to selection
Use gradient for the text?
Expected behaviour: The name text should display correctly without being cut off when both are applied.
The text was updated successfully, but these errors were encountered:
Related to gradient in #3522 , might be fixed by fixing that issue.
Sorry, something went wrong.
The way that we use to render gradients uses a background mask with the text as mask that then renders just the text with gradient.
That means the text shows on the overflow if the text passes the area.
But unfortunately for fonts that span outside the font space itself, it cuts them.
Elements: Text cutoff with gradient
f2a216b
relates to xibosignage/xibo#3520
Elements: Text cutoff with gradient (#2775)
1cd1035
maurofmferrao
No branches or pull requests
In the Menuboard product/categories, a change in the appearance of the name element causes text cutoff in the Name field.
Steps to reproduce:
Fit to selection
andUse gradient for the text?
to the name element.Expected behaviour:
The name text should display correctly without being cut off when both are applied.
The text was updated successfully, but these errors were encountered: