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
After converting SVG from a Figma export to react-native using @svgr/cli, the graphic does not show up correctly. The expectation is that the image will be centered in a circle, and it ends up getting tiled. The reproduction git repo has the original SVG.
You're correct, my mistake, I forgot to push a commit. I have pushed it, react-native-svg is a dependency App.tsx has the original svg from Figma and converted SVG. You can see how the original svg renders if you open the original.svg file in a browser.
Bug
After converting SVG from a Figma export to react-native using @svgr/cli, the graphic does not show up correctly. The expectation is that the image will be centered in a circle, and it ends up getting tiled. The reproduction git repo has the original SVG.
Unexpected behavior
The image gets tiled instead of centered.
https://github.com/bob-devereux/svgIssueReproduction.git
Environment info
React native info output:
Steps To Reproduce
Issues without reproduction steps or code are likely to stall.
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: