-
Notifications
You must be signed in to change notification settings - Fork 525
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
The [キロ] character is not displayed correctly in VictoryLabel. #2912
Comments
Hey @Developer1103, thanks for creating this issue. I've confirmed that this issue exists. It looks like something is forcing ligatures to be rendered in iOS, but only when using the label component. |
The source of the issue is react-native-svg, which Victory uses to render the The quick fix is to simply set <VictoryLabel
text="メートル Coston"
x={150}
y={200}
textAnchor="middle"
style={{
fontSize: 20,
fill: "black",
fontVariantLigatures: "none",
}}
/> |
Thank you so much for your help. |
I was able to solve it. |
Is there an existing issue for this?
Code of Conduct
Victory version
36.4.0
Code Sandbox link
No response
Bug report
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Environment
The text was updated successfully, but these errors were encountered: