Skip to content

Svg fill coloring on path.#133

Open
kimbuca wants to merge 1 commit into
vault-development:masterfrom
kimbuca:master
Open

Svg fill coloring on path.#133
kimbuca wants to merge 1 commit into
vault-development:masterfrom
kimbuca:master

Conversation

@kimbuca

@kimbuca kimbuca commented Jun 20, 2018

Copy link
Copy Markdown

Fill property wasn't working for me as it said on the readme. From an issue here I found out fill property was needed on the path component. It worked on my project, I hope it get's approved :)

ethanyou725 pushed a commit to ethanyou725/react-native-svg-uri that referenced this pull request Sep 13, 2018
uqmessias added a commit to uqmessias/react-native-svg-renderer that referenced this pull request Feb 7, 2019
From Kimberly Luna <kimberly@Kimberlys-MacBook-Air.local> at
vault-development#133
[ch ]
uqmessias added a commit to uqmessias/react-native-svg-renderer that referenced this pull request Feb 7, 2019
From Kimberly Luna <kimberly@Kimberlys-MacBook-Air.local> at
vault-development#133
@vemarav

vemarav commented Mar 28, 2019

Copy link
Copy Markdown

add fill attr in your svg as below

  <svg>
    <path fill="" d="..." />
  </svg>

@acelyavul

Copy link
Copy Markdown

I added fill attr to path, it throws error

ERROR SVG [TypeError: Cannot read property 'childNodes' of undefined]
at SvgUri (http://10.0.2.2:8081/app/lib/SvgUri/index.bundle//&platform=android&lazy=true&app=com.servisplan&modulesOnly=true&dev=true&minify=false&runModule=true&shallow=true:56:36)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants