diff options
Diffstat (limited to 'icons/flags/la.svg')
| -rw-r--r-- | icons/flags/la.svg | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/icons/flags/la.svg b/icons/flags/la.svg index e262e2a..6aea6b7 100644 --- a/icons/flags/la.svg +++ b/icons/flags/la.svg @@ -1,13 +1,12 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg height="200mm" id="svg378" width="300mm" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - - <defs id="defs380"/> - <sodipodi:namedview id="base" snaptoguides="false"> - <sodipodi:guide id="guide203" orientation="horizontal" position="285.041046"/> - <sodipodi:guide id="guide204" orientation="vertical" position="427.344666"/> - <sodipodi:guide id="guide395" orientation="horizontal" position="321.051"/> - </sodipodi:namedview> - <rect height="200mm" width="300mm" x="0" y="0" font-size="12" fill="#e90012" fill-rule="evenodd" stroke-width="1pt" fill-opacity="1"/> - <rect height="356.511689" transform="translate(0.000305176,-4.96813)" width="1062.991514" x="0.000000" y="181.042941" font-size="12" fill="#003dd2" fill-rule="evenodd" stroke="none" stroke-width="0.817pt" fill-opacity="1"/> - <path d="M 678.366455 357.481323 A 141.780807 141.780807 0 1 0 394.8,357.4 A 141.781 141.781 0 1 0 678.366 357.481 L 536.585632 357.481323 z" transform="matrix(1.07692,0,0,1.07692,-46.3654,-30.6493)" fill-rule="evenodd" stroke="none" fill="#ffffff" fill-opacity="1" stroke-opacity="1" stroke-width="1pt" stroke-linejoin="miter" stroke-linecap="butt"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-la" viewBox="0 0 640 480"> + <defs> + <clipPath id="la-a"> + <path fill-opacity=".7" d="M0 0h640v480H0z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#la-a)"> + <path fill="#ce1126" d="M-40 0h720v480H-40z"/> + <path fill="#002868" d="M-40 119.3h720v241.4H-40z"/> + <path fill="#fff" d="M423.4 240a103.4 103.4 0 1 1-206.8 0 103.4 103.4 0 1 1 206.8 0"/> + </g> </svg> |
