12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="900" height="600" viewBox="0 0 9 6">
- <title>Flag of Slovakia</title>
- <g stroke="none">
- <rect width="9" height="6" fill="#ee1c25"/>
- <rect width="9" height="4" fill="#0b4ea2"/>
- <rect width="9" height="2" fill="#fff"/>
- <clipPath id="clip">
- <path id="coa" d="m 0,1.5 c -0.493384,-0.237685 -1.199148,-0.709384 -1.199148,-1.642518 0,-0.933116 0.044613,-1.357482 0.044613,-1.357482 l 1.154535,0 1.154580,0 c 0,0 0.044649,0.424366 0.044649,1.357482 0,0.933134 -0.705801,1.404832 -1.199229,1.642518 z"/>
- </clipPath>
- <g transform="translate(3.162529,3)">
- <use xlink:href="#coa" transform="scale(1.09)" fill="#fff"/>
- <use xlink:href="#coa" fill="#ee1c25"/>
- <path id="k" d="m 0.105538,0.344824 l -0.211022,0 0,-0.515384 c -0.150556,-0.001908 -0.413447,-0.000422 -0.626350,0.070818 0,0 0.006130,-0.083060 0.006130,-0.179830 0,-0.096743 -0.006130,-0.179803 -0.006130,-0.179803 0.232086,0.077668 0.492754,0.072438 0.626350,0.070278 l 0,-0.323680 c -0.121768,-0.001080 -0.297233,0.004744 -0.495634,0.071133 0,0 0.006130,-0.083051 0.006130,-0.179821 0,-0.096752 -0.006130,-0.179803 -0.006130,-0.179803 0.198104,0.066281 0.373344,0.072186 0.495076,0.071133 -0.006247,-0.204964 -0.065957,-0.463299 -0.065957,-0.463299 0,0 0.122885,0.009596 0.171999,0.009596 z" fill="#fff"/>
- <use xlink:href="#k" transform="scale(-1,1)"/>
- <g clip-path="url(#clip)">
- <path d="m -0.021722,1.806099 -1.022343,-0.911286 c 0,0 0.130689,-0.422683 0.385811,-0.422683 0.202722,0 0.276700,0.163429 0.276700,0.163429 0,0 0.133102,-0.344556 0.381553,-0.344556 0.248497,0 0.381598,0.344556 0.381598,0.344556 0,0 0.073986,-0.163429 0.276718,-0.163429 0.255113,0 0.385802,0.422683 0.385802,0.422683 l -1.065840,0.911286 z" fill="#0b4ea2"/>
- </g>
- </g>
- </g>
- </svg>
|