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
I am trying to render an svg from here: https://avatar-service-platform.personio.de/UE
The problem is, the svg is not rendered properly. the layers are not stacked. ( I only see a circle, not the UE text that should be renderen in the middle of this circle)
I tried rendering with <SvgUri /> and also <SvgCssUri /> but it is always the same issue.
When playing around with viewport height and width, sometimes I can get to see the text somehow, but It is not aligned correctly.
I am stuck here and have no clue if I am using the library wrong or if it is not supported by react-native-svg.
Please help I am going insane... -.-
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to render an svg from here: https://avatar-service-platform.personio.de/UE
The problem is, the svg is not rendered properly. the layers are not stacked. ( I only see a circle, not the UE text that should be renderen in the middle of this circle)
I tried rendering with
<SvgUri />
and also<SvgCssUri />
but it is always the same issue.When playing around with viewport height and width, sometimes I can get to see the text somehow, but It is not aligned correctly.
I am stuck here and have no clue if I am using the library wrong or if it is not supported by
react-native-svg
.Please help I am going insane... -.-
Beta Was this translation helpful? Give feedback.
All reactions