Merge pull request #17 from HatScripts/fix/gf_flag

Fixing French Guiana Flag by running svgo
This commit is contained in:
HatScripts 2021-01-03 20:29:44 +11:00 committed by GitHub
commit e6a728620d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<clipPath id="circle-mask">
<circle r="256" cy="256" cx="256"/>
</clipPath>
</defs>
<g clip-path="url(#circle-mask)">
<rect height="512" width="512" fill="#ffda44"/>
<path d="M0 0L512 512L512 0z" fill="#6da544"/>
<path d="M256 121l90 270-234-168h288L166 391z" fill="#d80027"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><clipPath id="a"><circle cx="256" cy="256" r="256"/></clipPath></defs><g clip-path="url(#a)"><path fill="#ffda44" d="M0 0h512v512H0z"/><path fill="#6da544" d="M0 0l512 512V0z"/><path fill="#d80027" d="M256 121l90 270-234-168h288L166 391z"/></g></svg>

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 318 B