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
Highlight is under the text and not behind as espected. Is the correct behaviour? Code:
Text: { x: 0, y: 450, text: { text: 'Text a little too long so this part won\'t be visible', highlight:true, highlightColor:0xFF557722 } }, Text2: { x: 150, y: 100, text: { fontSize: 80, text: 'STYLE IT UP! ', fontStyle: 'italic bold', textColor: 0xff00ffff, shadow: true, shadowColor: 0xffff00ff, shadowOffsetX: 2, shadowOffsetY: 2, shadowBlur: 2, highlight:true, highlightColor:0xFF557722 } }, Text3: { mountX: 1, x: 530, y: 230, text: { fontSize: 48, textAlign: 'left', text: 'you can also add\nline breaks\nusing\n\\n!', lineHeight: 48, highlight:true, highlightColor:0xFF557722 } },
The text was updated successfully, but these errors were encountered:
This is not correct behaviour, we have fixed in the following branch: https://github.com/WebPlatformForEmbedded/Lightning/tree/fix/text-highlight
Will notify you when it's in master
Sorry, something went wrong.
Fixed in 1.3.1
example
Successfully merging a pull request may close this issue.
Highlight is under the text and not behind as espected.
Is the correct behaviour?
Code:
The text was updated successfully, but these errors were encountered: