Skip to content

Instantly share code, notes, and snippets.

@pleabargain
Created November 24, 2025 07:51
Show Gist options
  • Select an option

  • Save pleabargain/ad4dfdd136cab5ca52f19d27c8c46f9d to your computer and use it in GitHub Desktop.

Select an option

Save pleabargain/ad4dfdd136cab5ca52f19d27c8c46f9d to your computer and use it in GitHub Desktop.
sail boat generated by Ollama SVG
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg
width="800"
height="600"
viewBox="0 0 800 600"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid meet">
<!-- Background: blue sky -->
<rect width="100%" height="100%" fill="#87CEEB"/>
<!-- Gulf water (lighter blue) -->
<rect y="350" width="100%" height="250" fill="#6CA0DC"/>
<!-- Low islands -->
<path d="M120 520 q40 -60 80 0 t80 0 q40 -60 80 0 t80 0"
fill="#8B4513" stroke="#5A2D0C" stroke-width="3"/>
<path d="M500 530 q30 -70 60 0 t60 0 q30 -70 60 0"
fill="#8B4513" stroke="#5A2D0C" stroke-width="3"/>
<!-- Wooden sailboat -->
<!-- Hull -->
<path d="M350 420 l-20 -30 h-60 l-20 30 v20 h100 z"
fill="#DEB887" stroke="#8B4513" stroke-width="2"/>
<!-- Mast -->
<rect x="395" y="380" width="6" height="40" fill="#8B4513"/>
<!-- Sail -->
<polygon points="395,380 425,380 410,350"
fill="#F5DEB3" stroke="#8B4513" stroke-width="2"/>
<!-- Rudder -->
<polygon points="320,440 330,450 320,460"
fill="#8B4513"/>
<!-- Optional small waves -->
<path d="M300 520 c20 0 20 30 40 0 s20 30 40 0"
stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.6"/>
<!-- Text label -->
<text x="400" y="590" font-family="sans-serif" font-size="20"
fill="#FFFFFF" text-anchor="middle">Gulf of Bonthia</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment