diff options
Diffstat (limited to 'icons/flags/pr.svg')
| -rw-r--r-- | icons/flags/pr.svg | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/icons/flags/pr.svg b/icons/flags/pr.svg index 3009137..ec51831 100644 --- a/icons/flags/pr.svg +++ b/icons/flags/pr.svg @@ -1,27 +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="900" height="600" viewBox="0 0 45 30"> -<clipPath id="a"> -<rect width="45" height="30"/> -</clipPath> - -<rect id="red_stripes" width="45" height="30" fill="#ed0000"/> -<path id="white_stripes" stroke="white" stroke-width="6" d="M0,9 h 45 m -45,12 h 45"/> - -<g id="blue_triangle" fill="#0050f0"> - <path d="M0,0 H 30 L 0,20" transform="rotate(30)"/> - <path d="M0,30 H 30 L 0,10" transform="rotate(-30 0 30)"/> -</g> - -<comment>the star is in the center of gravity of the triangle, so the x-pos is irrational (tan(30 deg) * 15)</comment> -<g id="star" fill="white" transform="translate(8.6602540378443864676372317075294,15) scale(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-pr" viewBox="0 0 640 480"> + <defs> + <clipPath id="pr-a"> + <path fill-opacity=".7" d="M-37.3 0h682.7v512H-37.3z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#pr-a)" transform="translate(35)scale(.9375)"> + <path fill="#ed0000" d="M-37.3 0h768v512h-768z"/> + <path fill="#fff" d="M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z"/> + <path fill="#0050f0" d="m-37.3 0 440.7 255.7L-37.3 511z"/> + <path fill="#fff" d="M156.4 325.5 109 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> - </svg> |
