Back

SVG Drawing Match #2491

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus holding eight different tools to build a sandcastle."

SVG by o4-mini high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#87CEFA"/>
      <stop offset="100%" stop-color="#F4A460"/>
    </linearGradient>
    <radialGradient id="bodyGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FF69B4"/>
      <stop offset="100%" stop-color="#800080"/>
    </radialGradient>
    <linearGradient id="armGrad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#FFB6C1"/>
      <stop offset="100%" stop-color="#8B008B"/>
    </linearGradient>
    <linearGradient id="bucketGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#FFA500"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </linearGradient>
    <linearGradient id="sandGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#DEB887"/>
      <stop offset="100%" stop-color="#C2A16F"/>
    </linearGradient>
  </defs>
  <!-- sky and sand -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <path d="M0,250 Q150,200 300,250 L300,300 L0,300 Z" fill="#F4A460"/>
  <!-- sandcastle -->
  <g id="castle" fill="url(#sandGrad)" stroke="#C2A16F" stroke-width="2">
    <rect x="30" y="230" width="20" height="25"/>
    <rect x="60" y="220" width="40" height="35"/>
    <rect x="110" y="235" width="20" height="20"/>
    <!-- crenellations -->
    <rect x="30" y="225" width="5" height="5"/>
    <rect x="37" y="225" width="5" height="5"/>
    <rect x="44" y="225" width="5" height="5"/>
    <rect x="60" y="215" width="8" height="5"/>
    <rect x="70" y="215" width="8" height="5"/>
    <rect x="80" y="215" width="8" height="5"/>
    <rect x="90" y="215" width="8" height="5"/>
    <rect x="110" y="230" width="5" height="5"/>
    <rect x="117" y="230" width="5" height="5"/>
    <rect x="124" y="230" width="5" height="5"/>
  </g>
  <!-- tentacles -->
  <g stroke="url(#armGrad)" stroke-width="12" fill="none" stroke-linecap="round">
    <path d="M150,170 C150,160 150,130 150,110"/>
    <path d="M171,179 C185,170 200,150 214,136"/>
    <path d="M180,200 C200,200 220,200 240,200"/>
    <path d="M171,221 C185,240 200,255 214,264"/>
    <path d="M150,230 C150,250 150,280 150,290"/>
    <path d="M129,221 C115,240 100,260 86,264"/>
    <path d="M120,200 C100,200 80,200 60,200"/>
    <path d="M129,179 C115,170 100,150 86,136"/>
  </g>
  <!-- octopus body -->
  <circle cx="150" cy="200" r="30" fill="url(#bodyGrad)" stroke="#800080" stroke-width="2"/>
  <!-- tools held by tentacles -->
  <g>
    <!-- shovel -->
    <g transform="translate(86,264) rotate(45)">
      <rect x="-2" y="0" width="4" height="40" fill="#8B4513"/>
      <polygon points="-10,40 10,40 10,50 -10,50" fill="#B0C4DE" stroke="#708090" stroke-width="1"/>
    </g>
    <!-- bucket -->
    <g transform="translate(150,290) rotate(0)">
      <ellipse cx="0" cy="5" rx="12" ry="5" fill="url(#bucketGrad)" stroke="#CC8400" stroke-width="1"/>
      <path d="M-12,5 C-12,20 -12,35 0,35 C12,35 12,20 12,5 Z" fill="url(#bucketGrad)" stroke="#CC8400" stroke-width="1"/>
      <path d="M-12,5 C-20,-10 20,-10 12,5" fill="none" stroke="#CC8400" stroke-width="2"/>
    </g>
    <!-- rake -->
    <g transform="translate(214,264) rotate(-45)">
      <rect x="-1.5" y="0" width="3" height="40" fill="#8B4513"/>
      <rect x="-12" y="35" width="24" height="5" fill="#B0C4DE"/>
      <line x1="-8" y1="40" x2="-8" y2="50" stroke="#B0C4DE" stroke-width="1"/>
      <line x1="-4" y1="40" x2="-4" y2="50" stroke="#B0C4DE" stroke-width="1"/>
      <line x1="0" y1="40" x2="0" y2="50" stroke="#B0C4DE" stroke-width="1"/>
      <line x1="4" y1="40" x2="4" y2="50" stroke="#B0C4DE" stroke-width="1"/>
      <line x1="8" y1="40" x2="8" y2="50" stroke="#B0C4DE" stroke-width="1"/>
    </g>
    <!-- trowel -->
    <g transform="translate(240,200) rotate(-90)">
      <rect x="-2" y="0" width="4" height="25" fill="#8B4513"/>
      <path d="M-10,25 C-5,40 5,40 10,25 Z" fill="#B0C4DE" stroke="#708090" stroke-width="1"/>
    </g>
    <!-- paintbrush -->
    <g transform="translate(214,136) rotate(-135)">
      <rect x="-1.5" y="0" width="3" height="30" fill="#8B4513"/>
      <rect x="-8" y="30" width="16" height="8" fill="#F4A460"/>
    </g>
    <!-- mallet -->
    <g transform="translate(150,110) rotate(-180)">
      <rect x="-1.5" y="0" width="3" height="35" fill="#8B4513"/>
      <rect x="-8" y="35" width="16" height="8" fill="#D2691E" stroke="#8B4513" stroke-width="1"/>
    </g>
    <!-- sculpting tool -->
    <g transform="translate(86,136) rotate(135)">
      <rect x="-1" y="0" width="2" height="25" fill="#8B4513"/>
      <path d="M0,25 L4,30 L0,35 L-4,30 Z" fill="#C0C0C0" stroke="#708090" stroke-width="1"/>
    </g>
    <!-- sieve -->
    <g transform="translate(60,200) rotate(90)">
      <rect x="-1.5" y="0" width="3" height="25" fill="#8B4513"/>
      <circle cx="0" cy="37" r="12" fill="none" stroke="#708090" stroke-width="2"/>
      <line x1="-8" y1="29" x2="8" y2="45" stroke="#708090" stroke-width="1"/>
      <line x1="-8" y1="45" x2="8" y2="29" stroke="#708090" stroke-width="1"/>
      <line x1="0" y1="25" x2="0" y2="49" stroke="#708090" stroke-width="1"/>
    </g>
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#87ceeb" rx="20" />
  
  <!-- Sandcastle -->
  <rect x="120" y="180" width="60" height="60" fill="#f5deb3" rx="10" />
  <rect x="150" y="150" width="30" height="30" fill="#f5deb3" rx="5" />
  <rect x="120" y="120" width="60" height="60" fill="#f5deb3" rx="10" />
  <rect x="90" y="150" width="30" height="30" fill="#f5deb3" rx="5" />
  <rect x="120" y="90" width="60" height="60" fill="#f5deb3" rx="10" />
  
  <!-- Octopus -->
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="30" fill="#ff69b4" />
    <circle cx="0" cy="-30" r="20" fill="#ff69b4" />
    <circle cx="0" cy="-50" r="10" fill="#ff69b4" />
    <path d="M -40, 0 L -40, -30 A 20, 20 0 0, 0 -10, -50 L -10, -30 Z" fill="#ff69b4" />
    <path d="M 40, 0 L 40, -30 A 20, 20 0 0, 1 10, -50 L 10, -30 Z" fill="#ff69b4" />
    <path d="M -20, -20 L -20, -40 A 10, 10 0 0, 0 0, -50 L 0, -40 Z" fill="#ff69b4" />
    <path d="M 20, -20 L 20, -40 A 10, 10 0 0, 1 0, -50 L 0, -40 Z" fill="#ff69b4" />
    <path d="M -30, -10 L -30, -30 A 15, 15 0 0, 0 -15, -45 L -15, -30 Z" fill="#ff69b4" />
    <path d="M 30, -10 L 30, -30 A 15, 15 0 0, 1 15, -45 L 15, -30 Z" fill="#ff69b4" />
    <path d="M -10, -30 L -10, -45 A 5, 5 0 0, 0 0, -50 L 0, -45 Z" fill="#ff69b4" />
    <path d="M 10, -30 L 10, -45 A 5, 5 0 0, 1 0, -50 L 0, -45 Z" fill="#ff69b4" />
  </g>
  
  <!-- Tools -->
  <g transform="translate(150, 150)">
    <!-- Hammer -->
    <rect x="-70" y="-50" width="10" height="30" fill="#808080" rx="2" />
    <rect x="-65" y="-40" width="20" height="10" fill="#808080" rx="2" />
    <!-- Saw -->
    <rect x="-60" y="-50" width="20" height="10" fill="#808080" rx="2" />
    <path d="M -40, -50 L -40, -40 L -20, -40 L -20, -50 Z" fill="#808080" />
    <!-- Shovel -->
    <rect x="-50" y="-50" width="20" height="10" fill="#808080" rx="2" />
    <rect x="-55" y="-40" width="10" height="20" fill="#808080" rx="2" />
    <!-- Trowel -->
    <rect x="-40" y="-50" width="20" height="10" fill="#808080" rx="2" />
    <rect x="-40" y="-40" width="10" height="20" fill="#808080" rx="2" />
    <!-- Bucket -->
    <rect x="-30" y="-50" width="20" height="20" fill="#808080" rx="5" />
    <!-- Rake -->
    <rect x="-20" y="-50" width="10" height="30" fill="#808080" rx="2" />
    <path d="M -30, -40 L -10, -40 L -20, -30 Z" fill="#808080" />
    <!-- Level -->
    <rect x="-10" y="-50" width="20" height="10" fill="#808080" rx="2" />
    <rect x="-10" y="-40" width="10" height="20" fill="#808080" rx="2" />
    <!-- Pail -->
    <rect x="0" y="-50" width="20" height="20" fill="#808080" rx="5" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission clearly depicts an octopus holding various tools relevant to building a sandcastle, adhering well to the prompt.

    The tools are distinct, and the setting includes a sandcastle and beach background, enhancing the visual appeal and thematic clarity.

    Player 2's submission lacks clear representation of an octopus or tools, making it less aligned with the prompt and less visually engaging.

These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.

Shapes Metrics

Total Shapes

The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.

Player 1
49
Player 2
31
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
24
Player 2
18
Circles

The number of circle elements (circle) in the SVG.

Player 1
2
Player 2
3
Ellipses

The number of ellipse elements (ellipse) in the SVG.

Player 1
1
Player 2
Lines

The number of line elements (line) in the SVG.

Player 1
8
Player 2
Polygons

The number of polygon elements (polygon) in the SVG.

Player 1
1
Player 2
Paths

The number of path elements (path) in the SVG.

Player 1
13
Player 2
10
Groups

The number of group elements (g) in the SVG.

Player 1
11
Player 2
2

Visual Effects Metrics

Gradients

The number of gradient definitions (linearGradient, radialGradient) in the SVG.

Player 1
5
Player 2
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
Player 2
Filters

The number of filter definitions (filter) in the SVG.

Player 1
Player 2
Masks

The number of mask definitions (mask) in the SVG.

Player 1
Player 2
Clip Paths

The number of clipping path definitions (clipPath) in the SVG.

Player 1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
19
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
16
Player 2
4

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
8
Player 2
2

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
35
Player 2
49
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
5
Player 2
Use Elements

The number of use elements (use) in the SVG.

Player 1
Player 2

Text Metrics

Text Elements

The number of text elements (text) in the SVG.

Player 1
Player 2

AI Judging Process

Creativity

Originality, innovative use of shapes and unique approach to the prompt.

Prompt Adherence

How accurately the SVG captures the essence of the prompt.

Visual Appeal

Aesthetic quality including composition, color usage and overall visual impact.

How does judging work?

SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.

Similar Challenges