diff options
Diffstat (limited to 'icons/flags/cu.svg')
| -rw-r--r-- | icons/flags/cu.svg | 39 |
1 files changed, 11 insertions, 28 deletions
diff --git a/icons/flags/cu.svg b/icons/flags/cu.svg index 5a232c0..053c9ee 100644 --- a/icons/flags/cu.svg +++ b/icons/flags/cu.svg @@ -1,30 +1,13 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="400" viewBox="0 0 20 10"> -<clipPath id="a"> -<rect width="20" height="10"/> -</clipPath> - -<g clip-path="url(#a)"> - -<rect width="20" height="10" fill="#002a8f" id="blue_stripes"/> -<path stroke="white" stroke-width="2" d="M0,3 h 20 m -20,4 h 20" id="white_stripes"/> - -<g id="red_triangle" fill="#cf142b"> - <path d="M0,0 H 10 L 0,7" transform="rotate(30)"/> - <path d="M0,10 H 10 L 0,4" transform="rotate(-30 0 10)"/> -</g> - -<comment>the star is in the center of gravity of the triangle, so the x-pos is irrational (5 / sin30 * sin60)</comment> -<g id="star" fill="white" transform="translate(2.8867513459481287,5) scale(1.5)"> - <g id="cone"> - <polygon id="triangle" points="0,0 0,1 .5,1" transform="translate(0,-1) rotate(18)"/> - <use xlink:href="#triangle" transform="scale(-1,1)"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-cu" viewBox="0 0 640 480"> + <defs> + <clipPath id="cu-a"> + <path fill-opacity=".7" d="M-32 0h682.7v512H-32z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#cu-a)" transform="translate(30)scale(.94)"> + <path fill="#002a8f" d="M-32 0h768v512H-32z"/> + <path fill="#fff" d="M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"/> + <path fill="#cb1515" d="m-32 0 440.7 255.7L-32 511z"/> + <path fill="#fff" d="M161.8 325.5 114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3z"/> </g> - <use xlink:href="#cone" transform="rotate(72)"/> - <use xlink:href="#cone" transform="rotate(-72)"/> - <use xlink:href="#cone" transform="rotate(144)"/> - <use xlink:href="#cone" transform="rotate(-144)"/> -</g> - -</g> </svg> |
