-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use vector flags for all available countries #534
Comments
It's a matter of file size. The cut off is currently at 50 kB for SVGs; anything greater is converted to PNG. Given that there are only 18 PNG flags left, that flags weigh 11 times less than maps all up (1 MB vs 11 MB), and that that phones have more storage these days. it might be worth reconsidering whether this limit still makes sense. |
The following flags still need to be vectorized:
These flags were not vectorized because they also needed to be blurred:
and these flags because they didn't correspond to the first flag on Wikipedia,
(Copied from @KentGrigo's summary. (Thanks!)) |
Sorry for going AWOL. A lot of personal things came up. |
While this deck uses mostly svg images for flags of countries, some flags use raster images while they are freely available as svg like Croatia. Is there any reasoning behind this? Otherwise, it would be nice to replace the raster images with vector images.
The text was updated successfully, but these errors were encountered: