mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #1162] <radialGradient /> without stops #542
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @normanzb on GitHub (Oct 25, 2023).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1162
Originally assigned to: @NotTsunami on GitHub.
hi there ,
below file contains a few radial graident elements but without any stop inside, are they indended? they are causing warnings when used in react native.
github.com/lipis/flag-icons@6784329d3f/flags/1x1/bz.svg (L14)simliar issues can be found in 4x3,
fk,gs,ni,gtandmx@lipis commented on GitHub (Nov 3, 2023):
To be honest we got them most likely from Wikipedia and then parsed with SVGO! We don't manually edit the SVG unless is just colors updates... if you know how to fix the issue, feel free!
@SethFalco commented on GitHub (Nov 14, 2023):
It doesn't have any stops defined itself because it's inheriting the stops from the referenced
radialGradientabove.This may be worth reporting to the React Native, or whatever is issuing this warning.
@lipis commented on GitHub (Jan 17, 2025):
Are we doing anything with React or other frameworks? I'll close it for now.. if it doesn't pass the SVGO can't do much..