Flagpack contains 250+ flag icons to easily use within your code project.
589
stars
128
forks
source link
Some flags have `rx="-1"` (negative border radius) which causes a crash in `react-native-svg` and some other renderers #73
Open
SimpleCreations opened 2 years ago
Some flags, such as this one https://github.com/Yummygum/flagpack-core/blob/main/lib/flags/s/DEU.svg
have
rx="-1"
declared on a<rect>
element, which causes a crash inreact-native-svg
.Here is the list of flags in the s directory that have this:
Please check all that apply
Possible Solution
Remove
rx="-1"
as it does not serve any purpose anyway.