samayo / country-json

A simple data of the world by country each in JSON format.
https://data.world/samayo
MIT License
1.07k stars 805 forks source link

Fixed the flag of venezuela #258

Closed ImOlli closed 3 months ago

ImOlli commented 3 months ago

The flag of venezuela was not a valid svg, i decoded the current flag and got the following:

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 180 120">
<defs>
<g id="s" transform="translate(0,-36)"

I replaced the flag with the one from wikipedia: https://commons.wikimedia.org/wiki/File:Flag_of_Venezuela.svg

samayo commented 3 months ago

thanks a lot :)