Back

SVG Drawing Match #2583

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus wearing a top hat juggling teacups underwater."

SVG by Gemini 2.5 Pro Preview 05-06
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="waterGradient" cx="0.5" cy="0.4" r="0.8">
      <stop offset="0%" stop-color="#66CCEE" />
      <stop offset="100%" stop-color="#004466" />
    </radialGradient>
    <linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF69B4" /> <!-- Hot Pink -->
      <stop offset="100%" stop-color="#C71585" /> <!-- Medium Violet Red -->
    </linearGradient>
    <linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#484848" />
      <stop offset="100%" stop-color="#2A2A2A" />
    </linearGradient>
    <radialGradient id="bubbleGradientInner" cx="0.35" cy="0.35" r="0.5">
        <stop offset="0%" stop-color="rgba(255, 255, 255, 0.9)" />
        <stop offset="100%" stop-color="rgba(200, 220, 255, 0.1)" />
    </radialGradient>
     <pattern id="cupPatternPolka" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
        <circle cx="2.5" cy="2.5" r="1.2" fill="#DAA520"/> <!-- GoldenRod dots -->
        <circle cx="7.5" cy="7.5" r="1.2" fill="#DAA520"/>
    </pattern>
    <filter id="subtleBlur" x="-10%" y="-10%" width="120%" height="120%">
        <feGaussianBlur stdDeviation="0.3"/>
    </filter>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#waterGradient)" />
  
  <!-- Light Rays -->
  <g id="lightRays" opacity="0.12" fill="white">
    <path d="M-20 0 L20 0 L100 300 L60 300 Z" transform="translate(50,0) skewX(-15)"/>
    <path d="M-20 0 L20 0 L80 300 L40 300 Z" transform="translate(150,0) skewX(-10)"/>
    <path d="M-20 0 L20 0 L100 300 L60 300 Z" transform="translate(250,0) skewX(-20)"/>
  </g>

  <!-- Optional Seaweed -->
  <g id="seaweed" fill-opacity="0.6">
      <path d="M20,300 C30,270 25,240 40,280 S50,250 55,290 S65,260 70,300 L20,300 Z" fill="#2E8B57"/> <!-- SeaGreen -->
      <path d="M260,300 C250,275 255,250 240,285 S230,255 225,295 S215,265 210,300 L260,300 Z" fill="#556B2F"/> <!-- DarkOliveGreen -->
  </g>

  <!-- Octopus Group -->
  <g id="octopus" fill="url(#octopusGradient)" stroke="#6A0DAD" stroke-width="1.5" stroke-linejoin="round" stroke-linecap="round">
    <!-- Back Tentacles (4) -->
    <path d="M115,260 C80,270 50,290 40,280 C60,295 90,270 120,260 Z"/>
    <path d="M100,255 C60,250 30,270 25,260 C45,275 75,260 105,255 Z" opacity="0.8"/>
    <path d="M185,260 C220,270 250,290 260,280 C240,295 210,270 180,260 Z"/>
    <path d="M200,255 C240,250 270,270 275,260 C255,275 225,260 195,255 Z" opacity="0.8"/>

    <!-- Main Body -->
    <path id="octopusBody" d="M150,180 C110,180 100,200 100,225 C100,260 130,270 150,270 C170,270 200,260 200,225 C200,200 190,180 150,180 Z"/>
    
    <!-- Eyes -->
    <g id="octopusEyes" fill-opacity="1">
        <ellipse cx="135" cy="210" rx="13" ry="11" fill="white" stroke="none"/>
        <circle cx="132" cy="211" r="6.5" fill="#222" stroke="none"/>
        <circle cx="134" cy="208" r="3" fill="white" opacity="0.8" stroke="none"/>
        <ellipse cx="165" cy="210" rx="13" ry="11" fill="white" stroke="none"/>
        <circle cx="168" cy="211" r="6.5" fill="#222" stroke="none"/>
        <circle cx="166" cy="208" r="3" fill="white" opacity="0.8" stroke="none"/>
    </g>
    <!-- Smile -->
    <path id="octopusSmile" d="M140,230 Q150,238 160,230" stroke="#6A0DAD" stroke-width="1.5" fill="none"/>

    <!-- Juggling Tentacles (3) -->
    <path id="tentacleJuggling1" d="M120,245 C70,220 50,170 78,120 L82,120 C70,175 100,230 130,250 Z"/> <!-- Left -->
    <path id="tentacleJuggling2" d="M142,255 C125,200 125,120 147,90 L153,90 C175,120 175,200 158,255 Z"/> <!-- Middle -->
    <path id="tentacleJuggling3" d="M180,245 C230,220 250,170 222,120 L218,120 C230,175 200,230 170,250 Z"/> <!-- Right -->
    
    <!-- Front Resting Tentacle -->
    <path d="M145,265 C140,280 150,295 150,295 C150,295 160,280 155,265 Z"/>

    <!-- Suction Cups -->
    <g id="suctionCups" fill="#FFC0CB" stroke="#C71585" stroke-width="0.4">
      <circle cx="90" cy="155" r="4"/> <circle cx="100" cy="185" r="4.5"/> <circle cx="110" cy="215" r="5"/>
      <circle cx="150" cy="130" r="4"/> <circle cx="150" cy="165" r="4.5"/> <circle cx="150" cy="200" r="5"/> <circle cx="150" cy="230" r="5.5"/>
      <circle cx="210" cy="155" r="4"/> <circle cx="200" cy="185" r="4.5"/> <circle cx="190" cy="215" r="5"/>
    </g>
  </g>

  <!-- Top Hat -->
  <g id="topHat" transform="rotate(-10 150 165)">
    <ellipse cx="150" cy="180" rx="35" ry="10" fill="url(#hatGradient)" stroke="#101010" stroke-width="1"/>
    <path d="M120,180 Q150,188 180,180 L180,145 C180,137 120,137 120,145 Z" fill="url(#hatGradient)" stroke="#101010" stroke-width="1" />
    <ellipse cx="150" cy="145" rx="30" ry="7" fill="url(#hatGradient)" stroke="#101010" stroke-width="1"/>
    <path d="M118,171 Q150,178 182,171 L182,161 Q150,168 118,161 Z" fill="#DC143C" stroke="#8B0000" stroke-width="0.5"/>
  </g>

  <!-- Teacups -->
  <g id="teacups" filter="url(#subtleBlur)">
    <g class="teacup teacup1" transform="translate(80,120) rotate(-20)">
        <ellipse class="saucer" cx="0" cy="15" rx="20" ry="5" fill="#E8E8E8" stroke="#A0A0A0" stroke-width="0.7"/>
        <path class="cup-body" d="M-12,15 C-12,0 -8,-8 0,-8 C8,-8 12,0 12,15 Z" fill="#ADD8E6"/>
        <ellipse class="cup-top" cx="0" cy="-7" rx="11" ry="3.5" fill="#87CEEB"/>
        <path class="handle" d="M11,-2 C18,-2 18,-10 11,-10" stroke="#5F9EA0" stroke-width="3" fill="none" stroke-linecap="round"/>
    </g>
    <g class="teacup teacup2" transform="translate(150,90) rotate(5)">
        <ellipse class="saucer" cx="0" cy="15" rx="20" ry="5" fill="#E8E8E8" stroke="#A0A0A0" stroke-width="0.7"/>
        <path class="cup-body" d="M-12,15 C-12,0 -8,-8 0,-8 C8,-8 12,0 12,15 Z" fill="#90EE90"/>
        <ellipse class="cup-top" cx="0" cy="-7" rx="11" ry="3.5" fill="#8FBC8F"/>
        <path class="handle" d="M11,-2 C18,-2 18,-10 11,-10" stroke="#3CB371" stroke-width="3" fill="none" stroke-linecap="round"/>
    </g>
    <g class="teacup teacup3" transform="translate(220,120) rotate(20)">
        <ellipse class="saucer" cx="0" cy="15" rx="20" ry="5" fill="#FAFAD2" stroke="#BDB76B" stroke-width="0.7"/>
        <path class="cup-body" d="M-12,15 C-12,0 -8,-8 0,-8 C8,-8 12,0 12,15 Z" fill="url(#cupPatternPolka)" stroke="#DAA520" stroke-width="0.5"/>
        <ellipse class="cup-top" cx="0" cy="-7" rx="11" ry="3.5" fill="#F5DEB3"/> <!-- Wheat, for tea color -->
        <path class="handle" d="M11,-2 C18,-2 18,-10 11,-10" stroke="#DAA520" stroke-width="3" fill="none" stroke-linecap="round"/>
    </g>
  </g>
  
  <!-- Bubbles (Animated) -->
  <g id="bubbles">
    <circle cx="50" cy="320" r="7" fill="url(#bubbleGradientInner)" opacity="0.9">
        <animate attributeName="cy" from="320" to="-20" dur="9s" repeatCount="indefinite" begin="-1s"/>
        <animate attributeName="cx" values="50;55;45;52;50" dur="5s" repeatCount="indefinite" />
    </circle>
    <circle cx="250" cy="310" r="5" fill="url(#bubbleGradientInner)" opacity="0.8">
        <animate attributeName="cy" from="310" to="-10" dur="7s" repeatCount="indefinite" begin="-3s"/>
        <animate attributeName="cx" values="250;245;255;248;250" dur="4s" repeatCount="indefinite" />
    </circle>
    <circle cx="100" cy="330" r="10" fill="url(#bubbleGradientInner)" opacity="0.7">
        <animate attributeName="cy" from="330" to="-15" dur="11s" repeatCount="indefinite" begin="-6s"/>
        <animate attributeName="cx" values="100;110;90;105;100" dur="6s" repeatCount="indefinite" />
    </circle>
    <circle cx="200" cy="315" r="8" fill="url(#bubbleGradientInner)" opacity="0.85">
        <animate attributeName="cy" from="315" to="-12" dur="8s" repeatCount="indefinite" begin="-4s"/>
        <animate attributeName="cx" values="200;195;205;198;200" dur="3.5s" repeatCount="indefinite" />
    </circle>
     <circle cx="150" cy="305" r="4" fill="url(#bubbleGradientInner)" opacity="0.9">
        <animate attributeName="cy" from="305" to="-5" dur="13s" repeatCount="indefinite" begin="-8s"/>
        <animate attributeName="cx" values="150;155;145;152;150" dur="7s" repeatCount="indefinite" />
    </circle>
    <circle cx="280" cy="325" r="6" fill="url(#bubbleGradientInner)" opacity="0.75">
        <animate attributeName="cy" from="325" to="-10" dur="10s" repeatCount="indefinite" begin="-2s"/>
        <animate attributeName="cx" values="280;270;290;275;280" dur="5.5s" repeatCount="indefinite" />
    </circle>
  </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">

  <!-- Underwater background -->
  <rect x="0" y="0" width="300" height="300" fill="#8AC7DB" />

  <!-- Sun rays -->
  <circle cx="150" cy="150" r="120" fill="#FFE47A" />
  <line x1="30" y1="150" x2="270" y2="150" stroke="#FFDF54" stroke-width="8" />
  <line x1="150" y1="30" x2="150" y2="270" stroke="#FFDF54" stroke-width="8" />

  <!-- Octopus body -->
  <circle cx="150" cy="150" r="80" fill="#FD999D" />

  <!-- Octopus hat -->
  <path d="M110,105 l80,0 a30,30 0 0,0 -80,0" fill="#2E2E2E" />
  <rect x="125" y="45" width="50" height="60" fill="#2E2E2E" />

  <!-- Octopus eyes -->
  <circle cx="125" cy="130" r="7" fill="#FFF" />
  <circle cx="175" cy="130" r="7" fill="#FFF" />

  <!-- Octopus tentacles -->
  <path d="M130,150 q-20,30 -40,0 q-20,30 -40,0 q-20,30 -40,0" fill="#FD999D" />
  <path d="M170,150 q20,30 40,0 q20,30 40,0 q20,30 40,0" fill="#FD999D" />

  <!-- Teacups -->
  <circle cx="130" cy="90" r="12" fill="#FFC0CB" />
  <circle cx="155" cy="90" r="12" fill="#FFC0CB" />
  <circle cx="180" cy="90" r="12" fill="#FFC0CB" />
  
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini 2.5 Pro Preview 05-06 Player 1

Judge's Analysis

    Player 1's submission clearly illustrates the concept of an octopus wearing a top hat and juggling teacups underwater, with vibrant colors and clear detailing that aligns with the prompt.

    Player 2's submission is more abstract and does not effectively convey the concept of an octopus or the action of juggling, making it less aligned with the prompt and visually less descriptive.

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
56
Player 2
14
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
22
Player 2
7
Ellipses

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

Player 1
10
Player 2
Lines

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

Player 1
Player 2
2
Polygons

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

Player 1
Player 2
Paths

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

Player 1
23
Player 2
3
Groups

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

Player 1
11
Player 2

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
Patterns

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

Player 1
1
Player 2
Filters

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

Player 1
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
11
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
20
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
30
Player 2
7

Interactivity Metrics

Animations

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

Player 1
12
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
7
Player 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
98
Player 2
11
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
6
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