vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 334 forks source link

Bad rendering #65

Open mickaelw opened 7 years ago

mickaelw commented 7 years ago

I use the module with local SVG, I have a bad rendering of the SVG with shadow or rotation Original SVG: screenshot 2017-07-12 21h 40m 58s

Rendering with Svg uri: screenshot 2017-07-12 21h 41m 55s

Have you got any idea?

Crash-- commented 7 years ago

It's something related to react-native-svg. I've patched it with this PR (https://github.com/react-native-community/react-native-svg/pull/320/files) and no problem anymore with my rotation. Don't know about shadow :(

henrikra commented 7 years ago

@mickaelw Can you post that SVG file so I can test it out?

mickaelw commented 7 years ago

@henrikra: carnet-entretien.svg.zip

farooqmajeed commented 6 years ago

any luck ?