Back

SVG Drawing Match #1577

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Robot octopus juggling flaming pineapples"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="octopusGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #4a90e2;" />
      <stop offset="100%" style="stop-color: #00529a;" />
    </radialGradient>
    <radialGradient id="fireGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #ffb347;" />
      <stop offset="100%" style="stop-color: #ff6347;" />
    </radialGradient>
    <pattern id="pineapplePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="3" fill="gold" />
      <line x1="0" y1="5" x2="10" y2="5" stroke="brown" stroke-width="0.5"/>
      <line x1="5" y1="0" x2="5" y2="10" stroke="brown" stroke-width="0.5"/>
    </pattern>
  </defs>
  <circle cx="150" cy="150" r="50" fill="url(#octopusGradient)" />
  <path d="M150 200 Q 130 230, 150 260 Q 170 230, 150 200" fill="url(#octopusGradient)" />
  <path d="M150 200 Q 160 230, 140 260 Q 120 230, 150 200" fill="url(#octopusGradient)" />
  <path d="M150 200 Q 160 230, 200 230 Q 160 260, 150 200" fill="url(#octopusGradient)" />
  <path d="M150 200 Q 140 230, 100 230 Q 140 260, 150 200" fill="url(#octopusGradient)" />
  <circle cx="130" cy="130" r="5" fill="#fff" />
  <circle cx="170" cy="130" r="5" fill="#fff" />
  <polygon points="145,145 155,145 150,160" fill="#d9d9d9" />
  <circle cx="120" cy="80" r="20" fill="url(#fireGradient)" transform="rotate(15 120 80)" />
  <circle cx="150" cy="60" r="20" fill="url(#fireGradient)" transform="rotate(20 150 60)" />
  <circle cx="180" cy="80" r="20" fill="url(#fireGradient)" transform="rotate(-15 180 80)" />
  <circle cx="210" cy="100" r="20" fill="url(#fireGradient)" transform="rotate(-10 210 100)" />
  <circle cx="190" cy="140" r="20" fill="url(#fireGradient)" transform="rotate(10 190 140)" />
  <circle cx="220" cy="170" r="20" fill="url(#fireGradient)" transform="rotate(-5 220 170)" />
  <circle cx="160" cy="110" r="12" fill="url(#pineapplePattern)" />
  <path d="M160 98 q 5 -15, 10 0" fill="#4CAF50" />
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="metalGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#B0B0B0"/>
      <stop offset="100%" stop-color="#606060"/>
    </linearGradient>
    <linearGradient id="flameGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#FF9933"/>
      <stop offset="100%" stop-color="#FF3300"/>
    </linearGradient>
    <radialGradient id="pineappleGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </radialGradient>
    <pattern id="hexPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <polygon points="5,0 10,2.5 10,7.5 5,10 0,7.5 0,2.5" fill="#FFD700" />
    </pattern>
  </defs>
  
  <!-- Robot Octopus Body -->
  <g transform="translate(150,150)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="40" ry="50" fill="url(#metalGradient)" stroke="#404040" stroke-width="2"/>
    <!-- Eyes -->
    <circle cx="-15" cy="-10" r="5" fill="#00FF00" stroke="#003300" stroke-width="1"/>
    <circle cx="15" cy="-10" r="5" fill="#00FF00" stroke="#003300" stroke-width="1"/>
    <!-- Mouth -->
    <path d="M-10,10 Q0,15 10,10" stroke="#FF3333" stroke-width="2" fill="none"/>
    
    <!-- Tentacles -->
    <g>
      <!-- Define tentacle paths -->
      <path d="M-25,30 C-50,60 -60,80 -40,100" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M-15,35 C-35,65 -45,85 -25,105" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M-5,40 C-25,70 -35,90 -15,110" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M5,40 C25,70 35,90 15,110" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M15,35 C35,65 45,85 25,105" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M25,30 C50,60 60,80 40,100" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M30,20 C60,40 70,60 50,80" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
      <path d="M-30,20 C-60,40 -70,60 -50,80" fill="none" stroke="url(#metalGradient)" stroke-width="4" stroke-linecap="round"/>
    </g>
  </g>
  
  <!-- Flaming Pineapples -->
  <g>
    <!-- Pineapple 1 -->
    <g transform="translate(90,80)">
      <circle cx="0" cy="0" r="10" fill="url(#pineappleGradient)" stroke="#B8860B" stroke-width="1"/>
      <path d="M-10,-10 L10,-10 L0,-20 Z" fill="#228B22" />
      <path d="M-7,-7 L7,-7 L0,-14 Z" fill="#228B22" />
      <!-- Flames -->
      <path d="M0,-10 C-2,-15 -1,-20 0,-25 C1,-20 2,-15 0,-10" fill="url(#flameGradient)" />
    </g>
    <!-- Pineapple 2 -->
    <g transform="translate(150,50)">
      <circle cx="0" cy="0" r="10" fill="url(#pineappleGradient)" stroke="#B8860B" stroke-width="1"/>
      <path d="M-10,-10 L10,-10 L0,-20 Z" fill="#228B22" />
      <path d="M-7,-7 L7,-7 L0,-14 Z" fill="#228B22" />
      <!-- Flames -->
      <path d="M0,-10 C-2,-15 -1,-20 0,-25 C1,-20 2,-15 0,-10" fill="url(#flameGradient)" />
    </g>
    <!-- Pineapple 3 -->
    <g transform="translate(210,80)">
      <circle cx="0" cy="0" r="10" fill="url(#pineappleGradient)" stroke="#B8860B" stroke-width="1"/>
      <path d="M-10,-10 L10,-10 L0,-20 Z" fill="#228B22" />
      <path d="M-7,-7 L7,-7 L0,-14 Z" fill="#228B22" />
      <!-- Flames -->
      <path d="M0,-10 C-2,-15 -1,-20 0,-25 C1,-20 2,-15 0,-10" fill="url(#flameGradient)" />
    </g>
  </g>
  
  <!-- Juggling Arcs -->
  <path d="M90,80 Q150,150 210,80" fill="none" stroke="#FFD700" stroke-width="2" stroke-dasharray="5,5"/>
  <path d="M90,80 Q150,220 210,80" fill="none" stroke="#FFD700" stroke-width="2" stroke-dasharray="5,5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's submission more effectively captures the concept of a 'robot octopus juggling flaming pineapples' with clear, recognizable elements.

    The octopus is distinct with its multiple arms, and the pineapples are evident with a hint of flames.

    The technical execution and adherence to the prompt give it an edge over Player 1's more abstract representation.

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
19
Player 2
27
Rectangles

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

Player 1
Player 2
Circles

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

Player 1
11
Player 2
5
Ellipses

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

Player 1
Player 2
1
Lines

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

Player 1
2
Player 2
Polygons

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

Player 1
1
Player 2
1
Paths

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

Player 1
5
Player 2
20
Groups

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

Player 1
Player 2
6

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
3
Patterns

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

Player 1
1
Player 2
1
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
2
Player 2
17

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
12

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
6
Player 2
4

Complexity Metrics

Path Commands

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

Player 1
14
Player 2
55
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

Player 1
3
Player 2
4
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