diff options
Diffstat (limited to 'icons/flags/cr.svg')
| -rw-r--r-- | icons/flags/cr.svg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/icons/flags/cr.svg b/icons/flags/cr.svg index 94c89b5..5a409ee 100644 --- a/icons/flags/cr.svg +++ b/icons/flags/cr.svg @@ -1,6 +1,7 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1000" height="600" id="Flag of Costa Rica"> - <rect width="1000" height="600" fill="#002b7f" id="blue fields"/> - <rect width="1000" height="400" y="100" fill="white" id="white fields"/> - <rect width="1000" height="200" y="200" fill="#ce1126" id="red field"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cr" viewBox="0 0 640 480"> + <g fill-rule="evenodd" stroke-width="1pt"> + <path fill="#0000b4" d="M0 0h640v480H0z"/> + <path fill="#fff" d="M0 75.4h640v322.3H0z"/> + <path fill="#d90000" d="M0 157.7h640v157.7H0z"/> + </g> </svg> |
