Back

SVG Drawing Match #1047

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A chameleon shaped like a jigsaw puzzle on a vibrant tropical leaf"

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="leafGradient" cx="50%" cy="50%" r="70%" fx="40%" fy="60%">
      <stop offset="0%" stop-color="#007000" />
      <stop offset="50%" stop-color="#00A000" />
      <stop offset="100%" stop-color="#006000" />
    </radialGradient>
    <pattern id="chameleonScales" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="2.5" cy="2.5" r="2" fill="#30B030" />
      <circle cx="7.5" cy="7.5" r="2" fill="#40C040" />
    </pattern>
 </defs>
  <path d="M50 150 C 50 50 250 50 250 150 C 250 250 50 250 50 150 Z" fill="url(#leafGradient)" stroke="#004000" stroke-width="5" />
   <path d="M100 100 L 130 80 L 160 100 L 190 80 L 220 100 L 200 130 L 170 110 L 140 130 L 110 110 Z" fill="url(#chameleonScales)" stroke="#209020" stroke-width="2">
    <animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="10s" repeatCount="indefinite" />
  </path>
   <path d="M105 110 L 115 100 L 120 110 L 125 100 L 130 110 L 135 100 L 150 120 L 165 100 L 170 110 L 175 100 L 180 110 L 185 100 L 195 110 L 205 120 Z" fill="none" stroke="#209020" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
  <circle cx="130" cy="170" r="15" fill="#FFFFA0">
     <animate attributeName="r" values="15;20;15" dur="3s" repeatCount="indefinite" />
  </circle>
   <circle cx="170" cy="170" r="15" fill="#FFFFA0">
      <animate attributeName="r" values="15;20;15" dur="3s" repeatCount="indefinite" begin="1s" />
  </circle>
  <path d="M150 200 L 160 220 L 140 220 Z" fill="#FF8000" />
</svg>
SVG by GPT-3.5 turbo (0125)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Vibrant tropical leaf background -->
  <rect x="0" y="0" width="300" height="300" fill="#2E7D32"/>
  <path d="M150 10 C100 50, 200 50, 150 200 C100 50, 200 50, 150 10" fill="#9CCC65"/>
  
  <!-- Chameleon jigsaw puzzle body -->
  <path d="M100 185 L90 180 L100 165 L90 160 L110 150 L100 140 L110 120 L100 100 L120 90 L140 100 L150 90 L160 100 L140 120 L150 130 L140 140 L160 150 L150 160 L160 170 L150 185 Z" fill="#FF8F00"/>
  
  <!-- Jigsaw puzzle pattern -->
  <rect x="94" y="123" width="12" height="12" fill="#FFC107"/>
  <rect x="110" y="123" width="12" height="12" fill="#FFC107"/>
  <rect x="126" y="123" width="12" height="12" fill="#FFC107"/>
  <rect x="94" y="139" width="12" height="12" fill="#FFC107"/>
  <rect x="126" y="139" width="12" height="12" fill="#FFC107"/>
  <rect x="94" y="155" width="12" height="12" fill="#FFC107"/>
  <rect x="110" y="155" width="12" height="12" fill="#FFC107"/>
  <rect x="126" y="155" width="12" height="12" fill="#FFC107"/>
  
  <!-- Chameleon eye -->
  <circle cx="130" cy="135" r="4" fill="#000"/>
  <ellipse cx="128" cy="134" rx="2" ry="3" fill="#FFF"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-3.5 turbo (0125) Player 2

Judge's Analysis

    Player 2's submission more effectively embodies the concept of a chameleon shaped like a jigsaw puzzle on a vibrant tropical leaf.

    The jigsaw puzzle elements are distinct and creatively integrated into the chameleon's form, with the vibrant colors enhancing the visual appeal.

    Player 1's image lacks clear representation of both the chameleon and jigsaw puzzle elements, making it less aligned with 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
13
Rectangles

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

Player 1
Player 2
9
Circles

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
6

Interactivity Metrics

Animations

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

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