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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
All colors are removed from the icon svg content and replaced with "currentcolor"
Expected behavior
Provide a toggle / functionality to prevent colors from being replaced from the svg content for specific svg files only.
What is the motivation / use case for changing the behavior?
For the most part, having the icon color replaced with a currentcolor variable provides the ability to apply different colors to each icon. However, I have some specific icons that have gradients in them through <stop> elements, and I would like to keep those gradients instead of having them all replaced by the same color.
I understand that I can just manually update the color within the .ts files, however they would just be replaced everytime the svg-generator runs.
Environment
Angular version: 16.2.12
Browser:
- [x] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
All colors are removed from the icon svg content and replaced with "currentcolor"
Expected behavior
Provide a toggle / functionality to prevent colors from being replaced from the svg content for specific svg files only.
What is the motivation / use case for changing the behavior?
For the most part, having the icon color replaced with a currentcolor variable provides the ability to apply different colors to each icon. However, I have some specific icons that have gradients in them through <stop> elements, and I would like to keep those gradients instead of having them all replaced by the same color.
I understand that I can just manually update the color within the .ts files, however they would just be replaced everytime the svg-generator runs.
Environment
The text was updated successfully, but these errors were encountered: