Last active
March 24, 2021 20:12
-
-
Save vadimkantorov/374e9a5543e82fbe99bcbd17e53bbae0 to your computer and use it in GitHub Desktop.
Taken from https://upload.wikimedia.org/wikipedia/commons/c/cc/France-hexagon.svg and modified stroke-width
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
magick.exe France-hexagon.svg -gravity center -scale 800x800 -extent 1024x1024 -fill 'rgb(0,85,164)' -draw 'rectangle 0,0 100,1024' -fill 'rgb(239,65,53)' -draw 'rectangle 924,0 1024,1024' France-hexagon.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment