Back

SVG Drawing Match #1264

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Chameleon wearing a transparent raincoat, in an abstract style"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="chameleonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(27,161,226);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,196,0);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="raincoatGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgba(255,255,255,0.6);stop-opacity:0.6" />
      <stop offset="100%" style="stop-color:rgba(255,255,255,0.2);stop-opacity:0.2" />
    </linearGradient>
    <pattern id="scaledPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="4" fill="url(#chameleonGradient)" />
    </pattern>
  </defs>

  <!-- Chameleon Body -->
  <path d="M150 150 Q120 60, 180 110 T220 180 T150 220 T90 180 Q80 120, 150 150 " 
        fill="url(#scaledPattern)" stroke="#555" stroke-width="3"/>

  <!-- Eye -->
  <circle cx="130" cy="150" r="10" fill="white" />
  <circle cx="130" cy="150" r="5" fill="#000" />

  <!-- Tail -->
  <path d="M90 180 C70 200, 100 240, 110 210 C120 180, 75 170, 90 180" 
        fill="url(#chameleonGradient)" stroke="#555" stroke-width="2"/>

  <!-- Transparent Raincoat -->
  <path d="M115 110 Q150 95, 185 110 Q180 150, 150 160 Q120 150, 115 110" 
        fill="url(#raincoatGradient)" stroke="#fff" stroke-width="2" stroke-dasharray="5,5"/>

  <path d="M115 110 Q110 140, 110 180 T115 250" fill="none" 
        stroke="url(#raincoatGradient)" stroke-width="5" stroke-linecap="round"/>

  <!-- Abstract Background -->
  <circle cx="150" cy="150" r="130" fill="url(#chameleonGradient)" opacity="0.2"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#FDD835" />
  
  <!-- Chameleon body -->
  <ellipse cx="150" cy="200" rx="70" ry="100" fill="#8BC34A" />
  
  <!-- Chameleon head -->
  <ellipse cx="150" cy="120" rx="40" ry="50" fill="#689F38" />
  
  <!-- Chameleon eyes -->
  <circle cx="130" cy="110" r="8" fill="#FFFFFF" />
  <circle cx="170" cy="110" r="8" fill="#FFFFFF" />
  <circle cx="130" cy="110" r="4" fill="#000000" />
  <circle cx="170" cy="110" r="4" fill="#000000" />
  
  <!-- Chameleon lips -->
  <path d="M135 125 Q150 135 165 125" fill="none" stroke="#000000" />
  
  <!-- Transparent raincoat -->
  <ellipse cx="150" cy="200" rx="90" ry="110" fill="#E1BEE7" opacity="0.7" />
  
  <!-- Raindrops pattern on the raincoat -->
  <circle cx="120" cy="160" r="2" fill="#64B5F6" opacity="0.5" />
  <circle cx="140" cy="178" r="2" fill="#64B5F6" opacity="0.5" />
  <circle cx="160" cy="155" r="2" fill="#64B5F6" opacity="0.5" />
  <circle cx="180" cy="180" r="2" fill="#64B5F6" opacity="0.5" />
  <circle cx="200" cy="160" r="2" fill="#64B5F6" opacity="0.5" />
  
  <!-- Tail -->
  <path d="M70 200 Q50 220 60 250 Q80 260 90 240 Q100 220 70 200" fill="#8BC34A" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission creatively incorporates an abstract style with the use of geometric patterns and a clear indication of a chameleon wearing a transparent raincoat.

    The gradient background adds visual appeal and enhances the abstract concept.

    Player 2's design, while colorful, lacks the clear representation of a chameleon and raincoat, making it less adherent 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
8
Player 2
15
Rectangles

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

Player 1
Player 2
1
Circles

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

Player 1
4
Player 2
9
Ellipses

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

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

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

Player 1
4
Player 2
2
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
7

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

Complexity Metrics

Path Commands

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

Player 1
16
Player 2
6
Max Group Nesting

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

Player 1
Player 2
Defs Elements

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

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