vault-development / react-native-svg-uri

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

Pass fill prop to closed SVG shapes #184

Closed charlietango closed 4 years ago

charlietango commented 5 years ago

This is a quick fix.

I'm open to receive constructive feedback on how should I improve my changes in order to merge them.

The <style> tag is ignored in the current implementation. In order to pass the fill color to an SVG which had it specified in <style> I passed the fill prop to all closed shapes (e.g. Rect, Polyline, etc).