Skip to content

Instantly share code, notes, and snippets.

@osak
Created March 17, 2023 14:29
Show Gist options
  • Save osak/fa5a87be5aa5fe5507c3154910c4de76 to your computer and use it in GitHub Desktop.
Save osak/fa5a87be5aa5fe5507c3154910c4de76 to your computer and use it in GitHub Desktop.
ChatGPT-4に書かせた韓国国旗SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600" width="900" height="600">
<rect width="900" height="600" fill="#fff"/>
<g id="taegeuk">
<path fill="#c60c30" d="M450 0c166 0 300 134 300 300s-134 300-300 300S150 466 150 300 284 0 450 0zm0 135c-91 0-165 74-165 165s74 165 165 165 165-74 165-165S541 135 450 135z"/>
<path fill="#003478" d="M450 465c91 0 165-74 165-165S541 135 450 135z"/>
</g>
<g id="kwae">
<g id="trigrams" fill="#000">
<g>
<rect x="60" y="30" width="30" height="180"/>
<rect x="90" y="30" width="30" height="180"/>
</g>
<g>
<rect x="810" y="30" width="30" height="180"/>
<rect x="780" y="30" width="30" height="180"/>
</g>
<g>
<rect x="60" y="390" width="30" height="180"/>
<rect x="90" y="390" width="30" height="180"/>
</g>
<g>
<rect x="810" y="390" width="30" height="180"/>
<rect x="780" y="390" width="30" height="180"/>
</g>
</g>
<g id="ya" fill="#fff">
<rect x="120" y="30" width="30" height="30"/>
<rect x="120" y="90" width="30" height="30"/>
<rect x="120" y="150" width="30" height="30"/>
<rect x="720" y="30" width="30" height="30"/>
<rect x="720" y="90" width="30" height="30"/>
<rect x="720" y="150" width="30" height="30"/>
<rect x="120" y="390" width="30" height="30"/>
<rect x="120" y="450" width="30" height="30"/>
<rect x="120" y="510" width="30" height="30"/>
<rect x="720" y="390" width="30" height="30"/>
<rect x="720" y="450" width="30" height="30"/>
<rect x="720" y="510" width="30" height="30"/>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment