mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #67] Add viewBox="0 0 640 480" in SVG #41
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#41
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 @asauvez on GitHub (Apr 28, 2015).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/67
Hello,
I have some problem when resizing the flag. It is ok with Chrome, but their is some problems with Firefox 37 or IE 11. By example:
http://asauvez.free.fr/OW/toto.html
It seem it may be corrected if the
viewBox="0 0 640 480"(for 4x3. For 1x1,viewBox="0 0 512 512"):http://tympanus.net/codrops/2014/08/19/making-svgs-responsive-with-css/
Thank for your time and continue the good work.
Adrien
@asauvez commented on GitHub (May 11, 2015):
It seems that some flags do have a viewbox attribute:
http://lipis.github.io/flag-icon-css/flags/4x3/ba.svg
This flag has viewBox="0 0 512 512" on both 1x1 and 4x3 format. On 4x3, it should be "0 0 640 480".
@lipis commented on GitHub (May 11, 2015):
You can submit a PR for ba if its not breaking it..
@lipis commented on GitHub (May 11, 2015):
Also we need to take it per case.. as the original creator has killed the project and I didn't find an automated way to use this
viewBoxin a unified way for the whole folder..@edorivai commented on GitHub (Aug 10, 2016):
Could you take a look at #275?