-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If SVG file has fill attribute at path tag, this attribute is not working when we set fill property on [svgStyle]. #76
Comments
I also meet this problem, have you solved it? |
Its the same problem with the width and height. |
I'm not understanding what change is being asked for here. Why not just fix the SVGs you are using? |
Yeah, i think this is a better idea. Apply properties from the |
What if I'm using styles that I wanna insert programmatically, for example with an ngFor loop? I got the same svg that needs to have different colors inserted into it for each member of the list. |
If SVG file has fill attribute at path tag, this attribute is not working when we set fill property on [svgStyle] because this attribute is adding fill attribute only to svg tag. But svg file has another fill propert on path tag in svg tag.
Originally posted by @umutcakirbm in #40 (comment)
The text was updated successfully, but these errors were encountered: