diff options
Diffstat (limited to 'icons/flags/gm.svg')
| -rw-r--r-- | icons/flags/gm.svg | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/icons/flags/gm.svg b/icons/flags/gm.svg index bcc6f22..8fe9d66 100644 --- a/icons/flags/gm.svg +++ b/icons/flags/gm.svg @@ -1,8 +1,14 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="1080" height="720"> - <rect id="red stripe" width="1080" height="240" x="0" y="0" fill="#D21034" fill-opacity="1" stroke="none" stroke-opacity="1"/> - <rect id="upper white stripe" width="1080" height="40" x="0" y="240" fill="#FFFFFF" fill-opacity="1" stroke="none" stroke-opacity="1"/> - <rect id="blue stripe" width="1080" height="160" x="0" y="280" fill="#0047B6" fill-opacity="1" stroke="none" stroke-opacity="1"/> - <rect id="lower white stripe" width="1080" height="40" x="0" y="440" fill="#FFFFFF" fill-opacity="1" stroke="none" stroke-opacity="1"/> - <rect width="1080" height="240" x="0" y="480" fill="#12AD2B" fill-opacity="1" stroke="none" stroke-opacity="1"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gm" viewBox="0 0 640 480"> + <defs> + <clipPath id="gm-a"> + <path fill-opacity=".7" d="M0-48h640v480H0z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#gm-a)" transform="translate(0 48)"> + <path fill="red" d="M0-128h640V85.3H0z"/> + <path fill="#fff" d="M0 85.3h640V121H0z"/> + <path fill="#009" d="M0 120.9h640V263H0z"/> + <path fill="#fff" d="M0 263.1h640v35.6H0z"/> + <path fill="#090" d="M0 298.7h640V512H0z"/> + </g> </svg> |
