Back

SVG Drawing Match #1046

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A chameleon blending into a paisley-patterned wall"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Paisley-patterned wall background -->
  <defs>
    <linearGradient id="wallGradient" x1="0" y1="0" x2="300" y2="300">
      <stop offset="0" style="stop-color:#6b3fa0;stop-opacity:1"/>
      <stop offset="1" style="stop-color:#a778d1;stop-opacity:1"/>
    </linearGradient>
    
    <path id="paisleyShape" d="M150,150 L125,125 Q120,115 110,110 Q105,105 105,95 L105,85 Q105,75 115,70 Q120,65 140,60 L160,60 Q165,65 170,70 Q175,75 175,85 L175,95 Q175,105 170,110 Q165,115 160,120 L160,130 Q160,135 155,140 L150,150 Z"/>
    
    <filter id="glowEffect">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <!-- Background with pattern -->
  <rect width="300" height="300" fill="url(#wallGradient)"/>
  
  <!-- Paisley motifs -->
  <use xlink:href="#paisleyShape" transform="translate(30,30) rotate(45)" opacity="0.9" fill="#fff"/>
  <use xlink:href="#paisleyShape" transform="translate(180,30) rotate(-45)" opacity="0.9" fill="#fff"/>
  <use xlink:href="#paisleyShape" transform="translate(150,150) rotate(0)" opacity="0.9" fill="#fff"/>
  <use xlink:href="#paisleyShape" transform="translate(30,180) rotate(-45)" opacity="0.9" fill="#fff"/>
  <use xlink:href="#paisleyShape" transform="translate(180,180) rotate(45)" opacity="0.9" fill="#fff"/>
  
  <!-- Chameleon body -->
  <ellipse cx="150" cy="150" rx="40" ry="25" fill="url(#wallGradient)" opacity="0.8"/>
  
  <!-- Chameleon details -->
  <path d="M140,130 Q150,125 160,130 L160,170 Q155,175 150,175 Q145,175 140,170 Z" fill="#3a3a3a"/>
  <ellipse cx="150" cy="140" rx="15" ry="10" fill="#fff"/>
  <ellipse cx="135" cy="140" rx="8" ry="6" fill="#000"/>
  <ellipse cx="165" cy="140" rx="8" ry="6" fill="#000"/>
  
  <!-- Tail and legs -->
  <path d="M150,175 Q160,180 170,185" stroke="#3a3a3a" stroke-width="4" fill="none"/>
  <path d="M140,150 Q130,145 125,140" stroke="#3a3a3a" stroke-width="3" fill="none"/>
  <path d="M160,150 Q170,145 175,140" stroke="#3a3a3a" stroke-width="3" fill="none"/>
  
  <!-- Blending effect -->
  <path d="M120,120 Q150,100 180,120 Q200,140 150,160 Q100,140 120,120" fill="none" stroke="#a778d1" stroke-width="2" opacity="0.5"/>
  <path d="M150,100 Q170,110 150,120 Q130,110 150,100" fill="none" stroke="#a778d1" stroke-width="2" opacity="0.5"/>
  
  <!-- Wall highlights and shadows -->
  <ellipse cx="50" cy="50" rx="10" ry="5" fill="#fff" opacity="0.7"/>
  <ellipse cx="250" cy="250" rx="10" ry="5" fill="#fff" opacity="0.7"/>
  <path d="M20,20 L280,20 L280,280 L20,280 Z" fill="none" stroke="#452b6b" stroke-width="2" opacity="0.3"/>
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="wallGradient">
      <stop offset="0%" stop-color="#FF6B6B"/>
      <stop offset="33%" stop-color="#4ECDC4"/>
      <stop offset="66%" stop-color="#45B7D1"/>
      <stop offset="100%" stop-color="#96CEB4"/>
    </linearGradient>
    <pattern id="paisleyPattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
      <path d="M25 0c-5 0-10 4-10 10s5 10 10 10 10-4 10-10-5-10-10-10zm0 2.5c-3.5 0-6.5 2-6.5 5s3 5 6.5 5 6.5-2 6.5-5-3-5-6.5-5" fill="url(#wallGradient)" opacity="0.8"/>
    </pattern>
    <linearGradient id="chameleonGradient">
      <stop offset="0%" stop-color="#FF9900"/>
      <stop offset="100%" stop-color="#00B38F"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#wallGradient)"/>
  <g transform="translate(100,100)">
    <circle cx="0" cy="0" r="30" fill="url(#chameleonGradient)" opacity="0.7"/>
    <path d="M0 0c10 0 20 5 25 15 5 10 0 20-10 25-10 5-20 0-25-10-5-10 0-20 10-25" fill="url(#chameleonGradient)" opacity="0.9"/>
  </g>
  <g transform="translate(150,150)">
    <circle cx="0" cy="0" r="20" fill="url(#chameleonGradient)" opacity="0.5"/>
    <path d="M0 0c5 5 10 10 15 15 5 5 5 10 5 15 0 5-5 10-10 10-5 0-10-5-10-10 0-5 5-10 10-10" fill="url(#chameleonGradient)" opacity="0.7"/>
  </g>
  <g transform="translate(200,200)">
    <circle cx="0" cy="0" r="25" fill="url(#chameleonGradient)" opacity="0.6"/>
    <path d="M0 0c8 8 16 8 24 0 8-8 8-16 0-24-8-8-16-8-24 0-8 8-16 8 24 0 8 8 16 8 24 0 8-8 16-16 24 0 8 8 16 8 24 0" fill="url(#chameleonGradient)" opacity="0.8"/>
  </g>
  <g transform="translate(120,80)">
    <path d="M0 0c20 20 40 20 60 0 20-20 20-40 0-60-20-20-40-20-60 0-20 20-20 40 0 60 20 20 40 20 60 0" fill="none" stroke="url(#wallGradient)" stroke-width="4"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Qwen-32B Player 2

Judge's Analysis

    Player 2's image effectively captures the concept of a chameleon blending into a paisley-patterned wall, using harmonious colors and abstract shapes that suggest both the chameleon and the paisley pattern.

    The gradient background and overlapping elements create a cohesive and visually appealing composition.

    In contrast, Player 1's image fails to load, making it impossible to evaluate against 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
9
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
Player 2
3
Ellipses

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

Player 1
6
Player 2
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
8
Player 2
5
Groups

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

Player 1
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
1
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
6

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
5
Player 2
4

Complexity Metrics

Path Commands

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

Player 1
41
Player 2
15
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
3
Use Elements

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

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