Back

SVG Drawing Match #1360

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Van Gogh's Starry Night with flying fish replacing stars"

SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background - Starry Night -->
  <rect width="300" height="300" fill="#0B2241" />
  <defs>
    <!-- Define gradient for the sky -->
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#2B427A" />
      <stop offset="100%" stop-color="#0B2241" />
    </radialGradient>
  </defs>
  <rect width="300" height="150" fill="url(#skyGradient)" />
  
  <!-- Stars - Flying Fish -->
  <g>
    <clipPath id="starClip">
      <circle cx="0" cy="0" r="5" />
    </clipPath>
    <g clip-path="url(#starClip)">
      <path fill="#F1F1F1" d="M10,90c20,-20 20,-40 0,-60c-20,-20 -40,-20 -60,0c-20,20 -20,40 0,60c20,20 40,20 60,0z" />
      <path fill="#F1F1F1" d="M90,190c20,-20 20,-40 0,-60c-20,-20 -40,-20 -60,0c-20,20 -20,40 0,60c20,20 40,20 60,0z" />
      <path fill="#F1F1F1" d="M200,70c20,-20 20,-40 0,-60c-20,-20 -40,-20 -60,0c-20,20 -20,40 0,60c20,20 40,20 60,0z" />
      <path fill="#F1F1F1" d="M250,220c20,-20 20,-40 0,-60c-20,-20 -40,-20 -60,0c-20,20 -20,40 0,60c20,20 40,20 60,0z" />
      <path fill="#F1F1F1" d="M150,250c20,-20 20,-40 0,-60c-20,-20 -40,-20 -60,0c-20,20 -20,40 0,60c20,20 40,20 60,0z" />
    </g>
  </g>
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#0d1b2a" />
      <stop offset="100%" stop-color="#1b263b" />
    </linearGradient>
    <linearGradient id="swirlGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ffda79"/>
      <stop offset="100%" stop-color="#ffae42"/>
    </linearGradient>
    <radialGradient id="fishGradient1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#f6d365"/>
      <stop offset="100%" stop-color="#fda085"/>
    </radialGradient>
    <radialGradient id="fishTailGradient1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fe8c00"/>
      <stop offset="100%" stop-color="#f83600"/>
    </radialGradient>
    <radialGradient id="fishGradient2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#a1c4fd"/>
      <stop offset="100%" stop-color="#c2e9fb"/>
    </radialGradient>
    <radialGradient id="fishTailGradient2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#1d976c"/>
      <stop offset="100%" stop-color="#93f9b9"/>
    </radialGradient>
    <radialGradient id="fishGradient3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </radialGradient>
    <radialGradient id="fishTailGradient3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#f94144"/>
      <stop offset="100%" stop-color="#f3722c"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <path d="M40,60 C60,20 90,20 110,60 S160,100 180,60" fill="none" stroke="url(#swirlGradient)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.7"/>
  <path d="M100,80 C120,40 150,40 170,80 S220,120 240,80" fill="none" stroke="url(#swirlGradient)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.7"/>
  <path d="M60,100 C80,60 130,60 150,100 S200,140 220,100" fill="none" stroke="url(#swirlGradient)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity="0.7"/>
  <g transform="translate(60,60) rotate(-20) scale(1.2)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient1)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient1)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient1)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <g transform="translate(120,40) rotate(10) scale(0.9)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient2)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient2)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient2)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <g transform="translate(190,60) rotate(30) scale(1.0)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient3)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient3)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient3)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <g transform="translate(90,90) rotate(-10) scale(1.1)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient1)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient1)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient1)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <g transform="translate(150,30) rotate(15) scale(0.8)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient2)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient2)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient2)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <g transform="translate(230,80) rotate(-25) scale(1.0)">
    <ellipse cx="0" cy="0" rx="8" ry="4" fill="url(#fishGradient3)" />
    <polygon points="-8,0 -12,3 -12,-3" fill="url(#fishTailGradient3)" />
    <path d="M2,-2 Q0,-6 -2,-2" fill="none" stroke="url(#fishTailGradient3)" stroke-width="0.5" />
    <circle cx="4" cy="-1" r="0.5" fill="#000" />
  </g>
  <path d="M40,300 C45,250 35,200 45,150 C55,100 35,50 45,0 L60,0 C50,50 70,100 60,150 C50,200 70,250 65,300 Z" fill="#013220" opacity="0.8"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's image creatively incorporates flying fish into a composition that evokes Van Gogh's iconic swirling sky, better adhering to the prompt.

    The use of fish and swirling patterns adds dynamism and captures the spirit of 'Starry Night' more effectively.

    Player 1's image lacks the necessary elements and creativity to represent the theme adequately.

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
8
Player 2
29
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
1
Player 2
6
Ellipses

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

Player 1
Player 2
6
Lines

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

Player 1
Player 2
Polygons

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

Player 1
Player 2
6
Paths

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

Player 1
5
Player 2
10
Groups

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

Player 1
2
Player 2
6

Visual Effects Metrics

Gradients

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

Player 1
1
Player 2
8
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
1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
Player 2
4
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
3
Player 2
18

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

Complexity Metrics

Path Commands

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

Player 1
30
Player 2
28
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
1
Player 2
8
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