diff options
Diffstat (limited to 'icons/flags/cg.svg')
| -rw-r--r-- | icons/flags/cg.svg | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/icons/flags/cg.svg b/icons/flags/cg.svg index 5c9bd7b..f5a0e42 100644 --- a/icons/flags/cg.svg +++ b/icons/flags/cg.svg @@ -1,6 +1,12 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400" viewBox="0 0 3 2"> -<rect width="3" height="2" fill="#009543"/> -<path id="yellow_area" d="M 0 2 L 2 0 h 1 v 2 z" fill="#FBDE4A"/> -<path id="red_area" d="M 3 0 v 2 h -2 z" fill="#DC241F"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cg" viewBox="0 0 640 480"> + <defs> + <clipPath id="cg-a"> + <path fill-opacity=".7" d="M-79.5 32h640v480h-640z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#cg-a)" transform="translate(79.5 -32)"> + <path fill="#ff0" d="M-119.5 32h720v480h-720z"/> + <path fill="#00ca00" d="M-119.5 32v480l480-480z"/> + <path fill="red" d="M120.5 512h480V32z"/> + </g> </svg> |
