lipis / flag-icons

:flags: A curated collection of all country flags in SVG — plus the CSS for easier integration

Home Page:https://flagicons.lipis.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`<use />` elements without `href` property

normanzb opened this issue · comments

hi there, in the bo flag there are 2 <use /> elements but without href property, is this indended or an error?

<use width="330" height="330" fill="#fcbf49" stroke-width="1.1" transform="matrix(-.15213 0 0 .15213 270.9 248.2)"/>

these elements are causing warnings when used in react native.

To be honest.. the actual process of the flags is download from Wikipedia, Adjust sizes in Inkscape, optimize with SVGO and run the script to add the correct classname :)

We rarely checking the actual code.. if you feel like you can manually fix those issues without affecting the flag we're open to it.. otherwise not much we can do :)