Back

SVG Drawing Match #2156

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dreaming octopus juggling clocks under a starry sky"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#000033"/>
      <stop offset="100%" stop-color="#000066"/>
    </linearGradient>
    <radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="white" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="white" stop-opacity="0"/>
    </radialGradient>
    <pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.5"/>
  <circle cx="150" cy="150" r="120" fill="#330033" opacity="0.6"/>
  <circle cx="150" cy="150" r="60" fill="url(#starGlow)"/>
  <g transform="translate(150, 150)">
    <g transform="rotate(30)">
      <circle cx="0" cy="-100" r="20" fill="#FFD700"/>
      <circle cx="0" cy="-100" r="15" fill="#FF4500" opacity="0.6"/>
    </g>
    <g transform="rotate(150)">
      <circle cx="0" cy="-100" r="20" fill="#FF6347"/>
      <circle cx="0" cy="-100" r="15" fill="#FFD700" opacity="0.6"/>
    </g>
    <g transform="rotate(270)">
      <circle cx="0" cy="-100" r="20" fill="#00CED1"/>
      <circle cx="0" cy="-100" r="15" fill="#FF6347" opacity="0.6"/>
    </g>
  </g>
  <g transform="translate(150, 150)">
    <ellipse cx="0" cy="0" rx="80" ry="40" fill="#8A2BE2" opacity="0.8">
      <animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite"/>
    </ellipse>
  </g>
  <g transform="translate(150, 150) scale(1.5)">
    <circle cx="0" cy="0" r="10" fill="#FFD700"/>
    <circle cx="0" cy="0" r="8" fill="#FFA500" opacity="0.6"/>
  </g>
  <g transform="translate(150, 150)">
    <path d="M -50 -50 Q 0 -100 50 -50 T 150 -50" fill="none" stroke="#00FF7F" stroke-width="3">
      <animate attributeName="d" dur="5s" values="M -50 -50 Q 0 -100 50 -50 T 150 -50;M -50 -50 Q 0 -50 50 -50 T 150 -50;M -50 -50 Q 0 -100 50 -50 T 150 -50" repeatCount="indefinite"/>
    </path>
  </g>
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background night sky with gradient -->
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#1a0033" />
      <stop offset="70%" stop-color="#000428" />
      <stop offset="100%" stop-color="#000814" />
    </radialGradient>
    
    <!-- Clock face pattern -->
    <pattern id="clockFace" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
      <circle cx="15" cy="15" r="14" fill="#f0f0f0" stroke="#gold" stroke-width="1" />
      <line x1="15" y1="15" x2="15" y2="5" stroke="#333" stroke-width="1.5" stroke-linecap="round" />
      <line x1="15" y1="15" x2="22" y2="15" stroke="#333" stroke-width="1" stroke-linecap="round" />
      <circle cx="15" cy="15" r="2" fill="#333" />
    </pattern>
    
    <!-- Dream bubble pattern -->
    <filter id="dreamy" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur" />
      <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -8" result="glow" />
      <feBlend in="SourceGraphic" in2="glow" mode="normal" />
    </filter>
  </defs>
  
  <!-- Night sky background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="30" cy="40" r="1.5" fill="white" />
    <circle cx="60" cy="25" r="1" fill="white" />
    <circle cx="90" cy="50" r="1.8" fill="white" />
    <circle cx="120" cy="30" r="1.2" fill="white" />
    <circle cx="150" cy="20" r="1" fill="white" />
    <circle cx="180" cy="45" r="1.5" fill="white" />
    <circle cx="210" cy="25" r="1.2" fill="white" />
    <circle cx="240" cy="40" r="1" fill="white" />
    <circle cx="270" cy="55" r="1.3" fill="white" />
    <circle cx="45" cy="70" r="1" fill="white" />
    <circle cx="75" cy="60" r="1.4" fill="white" />
    <circle cx="260" cy="15" r="2" fill="white" />
    <circle cx="20" cy="90" r="1.7" fill="white" />
    <circle cx="280" cy="75" r="1.2" fill="white" />
    <circle cx="50" cy="25" r="1.9" fill="#ffffcc" />
    <circle cx="200" cy="15" r="2.2" fill="#ffffcc" />
    <circle cx="160" cy="50" r="1.8" fill="#ffffcc" />
    <circle cx="130" cy="65" r="2" fill="#ffffcc" />
  </g>
  
  <!-- Larger twinkling stars with animation -->
  <g>
    <circle cx="65" cy="40" r="1.5" fill="#fff">
      <animate attributeName="opacity" values="1;0.3;1" dur="3s" repeatCount="indefinite" />
    </circle>
    <circle cx="220" cy="60" r="1.8" fill="#fff">
      <animate attributeName="opacity" values="1;0.2;1" dur="5s" repeatCount="indefinite" />
    </circle>
    <circle cx="180" cy="25" r="2" fill="#fff">
      <animate attributeName="opacity" values="1;0.4;1" dur="7s" repeatCount="indefinite" />
    </circle>
    <circle cx="250" cy="90" r="1.7" fill="#fff">
      <animate attributeName="opacity" values="1;0.3;1" dur="4s" repeatCount="indefinite" />
    </circle>
  </g>
  
  <!-- Shooting star -->
  <path d="M260,20 L240,40" stroke="white" stroke-width="1.5" opacity="0">
    <animate attributeName="opacity" values="0;1;0" dur="5s" begin="2s" repeatCount="indefinite" />
  </path>
  
  <!-- Dream bubble -->
  <ellipse cx="150" cy="100" rx="60" ry="30" fill="#9980FF" opacity="0.3" filter="url(#dreamy)">
    <animate attributeName="ry" values="30;32;30" dur="5s" repeatCount="indefinite" />
  </ellipse>
  
  <!-- Octopus body -->
  <g id="octopus">
    <ellipse cx="150" cy="160" rx="30" ry="38" fill="#6a4c93" />
    <ellipse cx="150" cy="155" rx="28" ry="35" fill="#8a6fb5" />
    
    <!-- Octopus eyes -->
    <circle cx="140" cy="145" r="7" fill="white" />
    <circle cx="160" cy="145" r="7" fill="white" />
    <circle cx="140" cy="145" r="3" fill="black" />
    <circle cx="160" cy="145" r="3" fill="black" />
    <circle cx="142" cy="143" r="1.5" fill="white" />
    <circle cx="162" cy="143" r="1.5" fill="white" />
    
    <!-- Dreamy expression -->
    <path d="M140,155 Q150,162 160,155" stroke="#4a3077" stroke-width="2" fill="none" />
    
    <!-- Tentacles -->
    <path d="M130,185 Q115,205 100,195 T80,220" stroke="#8a6fb5" stroke-width="8" fill="none" stroke-linecap="round" />
    <path d="M135,190 Q125,215 130,240 T110,260" stroke="#8a6fb5" stroke-width="7" fill="none" stroke-linecap="round" />
    <path d="M145,195 Q150,225 140,250" stroke="#8a6fb5" stroke-width="7" fill="none" stroke-linecap="round" />
    <path d="M155,195 Q155,220 170,240" stroke="#8a6fb5" stroke-width="7" fill="none" stroke-linecap="round" />
    <path d="M165,190 Q185,210 180,240 T195,260" stroke="#8a6fb5" stroke-width="7" fill="none" stroke-linecap="round" />
    <path d="M170,185 Q190,195 210,205 T230,225" stroke="#8a6fb5" stroke-width="8" fill="none" stroke-linecap="round" />
    
    <!-- Juggling tentacles -->
    <path d="M125,175 Q105,155 85,165" stroke="#8a6fb5" stroke-width="6" fill="none" stroke-linecap="round">
      <animate attributeName="d" values="M125,175 Q105,155 85,165; M125,175 Q100,150 80,160; M125,175 Q105,155 85,165" dur="4s" repeatCount="indefinite" />
    </path>
    <path d="M175,175 Q195,155 215,165" stroke="#8a6fb5" stroke-width="6" fill="none" stroke-linecap="round">
      <animate attributeName="d" values="M175,175 Q195,155 215,165; M175,175 Q200,150 220,160; M175,175 Q195,155 215,165" dur="4s" repeatCount="indefinite" begin="2s" />
    </path>
  </g>
  
  <!-- Clocks being juggled -->
  <g>
    <!-- Clock 1 -->
    <circle cx="85" cy="120" r="15" fill="url(#clockFace)" stroke="#e6c300" stroke-width="2">
      <animate attributeName="cy" values="120;100;120;140;120" dur="4s" repeatCount="indefinite" />
    </circle>
    
    <!-- Clock 2 -->
    <circle cx="150" cy="90" r="18" fill="url(#clockFace)" stroke="#e6c300" stroke-width="2">
      <animate attributeName="cy" values="90;70;90;110;90" dur="5s" repeatCount="indefinite" />
    </circle>
    
    <!-- Clock 3 -->
    <circle cx="215" cy="120" r="15" fill="url(#clockFace)" stroke="#e6c300" stroke-width="2">
      <animate attributeName="cy" values="120;140;120;100;120" dur="4s" repeatCount="indefinite" />
    </circle>
  </g>
  
  <!-- Time streams trailing the clocks -->
  <path d="M85,120 Q95,135 85,150 T85,180" stroke="#ffcc00" stroke-width="2" opacity="0.6" fill="none">
    <animate attributeName="d" values="M85,120 Q95,135 85,150 T85,180; M85,100 Q95,115 85,130 T85,160; M85,120 Q95,135 85,150 T85,180" dur="4s" repeatCount="indefinite" />
  </path>
  
  <path d="M150,90 Q160,105 150,120 T150,150" stroke="#ffcc00" stroke-width="2" opacity="0.6" fill="none">
    <animate attributeName="d" values="M150,90 Q160,105 150,120 T150,150; M150,70 Q160,85 150,100 T150,130; M150,90 Q160,105 150,120 T150,150" dur="5s" repeatCount="indefinite" />
  </path>
  
  <path d="M215,120 Q205,135 215,150 T215,180" stroke="#ffcc00" stroke-width="2" opacity="0.6" fill="none">
    <animate attributeName="d" values="M215,120 Q205,135 215,150 T215,180; M215,140 Q205,155 215,170 T215,200; M215,120 Q205,135 215,150 T215,180" dur="4s" repeatCount="indefinite" />
  </path>
  
  <!-- Dream sparkles -->
  <g>
    <path d="M110,110 L114,114 M107,114 L117,110 M112,107 L112,117" stroke="#ffff99" stroke-width="1">
      <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" />
    </path>
    
    <path d="M190,100 L194,104 M187,104 L197,100 M192,97 L192,107" stroke="#ffff99" stroke-width="1">
      <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="1.5s" />
    </path>
    
    <path d="M170,80 L174,84 M167,84 L177,80 M172,77 L172,87" stroke="#ffff99" stroke-width="1">
      <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="1s" />
    </path>
    
    <path d="M130,90 L134,94 M127,94 L137,90 M132,87 L132,97" stroke="#ffff99" stroke-width="1">
      <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="2s" />
    </path>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 2

Judge's Analysis

    Player 2's image more effectively captures the prompt with a clear depiction of an octopus juggling clocks under a starry sky.

    The use of vivid colors and clear elements contributes to both creativity and adherence to the theme.

    In contrast, Player 1's image is more abstract and lacks direct representation of the concept, making Player 2's submission more visually appealing and relevant to the prompt.

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

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

Player 1
2
Player 2
1
Circles

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

Player 1
11
Player 2
33
Ellipses

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

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

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

Player 1
7
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2
23

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
16

Interactivity Metrics

Animations

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

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