Back

SVG Drawing Match #1342

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Frida Kahlo with a peacock tail instead of her signature unibrow"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skinGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8B5A2B" />
      <stop offset="100%" stop-color="#A0522D" />
    </linearGradient>
    
    <linearGradient id="dressGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#800000" />
      <stop offset="100%" stop-color="#500000" />
    </linearGradient>
    
    <radialGradient id="peaEye" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#00BFFF" />
      <stop offset="50%" stop-color="#0000CD" />
      <stop offset="100%" stop-color="#000080" />
    </radialGradient>
    
    <pattern id="flowerPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="5" fill="#FF007F" />
      <circle cx="10" cy="5" r="2" fill="#FF5E00" />
      <circle cx="10" cy="15" r="2" fill="#FF5E00" />
      <circle cx="5" cy="10" r="2" fill="#FF5E00" />
      <circle cx="15" cy="10" r="2" fill="#FF5E00" />
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="#F5DEB3" />
  
  <!-- Dress -->
  <path d="M100,150 L150,300 L200,150 Q175,180 150,180 Q125,180 100,150 Z" fill="url(#dressGradient)" />
  
  <!-- Neck -->
  <path d="M130,150 L150,180 L170,150 Q150,160 130,150 Z" fill="url(#skinGradient)" />
  
  <!-- Face -->
  <ellipse cx="150" cy="110" rx="40" ry="50" fill="url(#skinGradient)" />
  
  <!-- Hair -->
  <path d="M150,60 Q90,80 100,160 Q130,150 150,150 Q170,150 200,160 Q210,80 150,60 Z" fill="#000000" />
  <path d="M110,70 Q80,95 90,130 Q100,120 110,130 Q115,95 110,70 Z" fill="#000000" />
  <path d="M190,70 Q220,95 210,130 Q200,120 190,130 Q185,95 190,70 Z" fill="#000000" />
  
  <!-- Hair Flowers -->
  <circle cx="180" cy="75" r="10" fill="url(#flowerPattern)" />
  <circle cx="160" cy="65" r="8" fill="url(#flowerPattern)" />
  <circle cx="140" cy="65" r="10" fill="url(#flowerPattern)" />
  <circle cx="120" cy="75" r="8" fill="url(#flowerPattern)" />
  
  <!-- Ears -->
  <ellipse cx="110" cy="110" rx="7" ry="10" fill="url(#skinGradient)" />
  <ellipse cx="190" cy="110" rx="7" ry="10" fill="url(#skinGradient)" />
  
  <!-- Earrings -->
  <circle cx="110" cy="125" r="5" fill="#FFD700" />
  <circle cx="190" cy="125" r="5" fill="#FFD700" />
  
  <!-- Eyes -->
  <ellipse cx="132" cy="105" rx="8" ry="6" fill="#FFFFFF" />
  <ellipse cx="168" cy="105" rx="8" ry="6" fill="#FFFFFF" />
  <circle cx="132" cy="105" r="4" fill="#000000" />
  <circle cx="168" cy="105" r="4" fill="#000000" />
  
  <!-- Nose -->
  <path d="M150,105 Q145,120 150,125 Q155,120 150,105 Z" fill="#8B4513" />
  
  <!-- Lips -->
  <path d="M135,135 Q150,145 165,135 Q150,150 135,135 Z" fill="#8B0000" />
  
  <!-- Peacock Feathers (instead of unibrow) -->
  <g transform="translate(150, 90) scale(0.7)">
    <!-- Central Feather -->
    <path d="M0,0 C-60,-30 -60,30 0,0 Z" fill="#006400" stroke="#003200" stroke-width="0.5" />
    <circle cx="-45" cy="0" r="8" fill="url(#peaEye)" stroke="#000000" stroke-width="0.5" />
    
    <!-- Left Feathers -->
    <path d="M0,0 C-55,-40 -65,-10 0,0 Z" fill="#008000" stroke="#003200" stroke-width="0.5" />
    <circle cx="-45" cy="-20" r="7" fill="url(#peaEye)" stroke="#000000" stroke-width="0.5" />
    
    <path d="M0,0 C-45,-50 -55,-25 0,0 Z" fill="#228B22" stroke="#003200" stroke-width="0.5" />
    <circle cx="-35" cy="-30" r="6" fill="url(#peaEye)" stroke="#000000" stroke-width="0.5" />
    
    <!-- Right Feathers -->
    <path d="M0,0 C-55,40 -65,10 0,0 Z" fill="#008000" stroke="#003200" stroke-width="0.5" />
    <circle cx="-45" cy="20" r="7" fill="url(#peaEye)" stroke="#000000" stroke-width="0.5" />
    
    <path d="M0,0 C-45,50 -55,25 0,0 Z" fill="#228B22" stroke="#003200" stroke-width="0.5" />
    <circle cx="-35" cy="30" r="6" fill="url(#peaEye)" stroke="#000000" stroke-width="0.5" />
  </g>
  
  <!-- Necklace -->
  <path d="M130,150 Q150,165 170,150" fill="none" stroke="#FFD700" stroke-width="3" />
  <circle cx="150" cy="158" r="5" fill="#50C878" stroke="#FFD700" stroke-width="1" />
  <circle cx="140" cy="154" r="3" fill="#50C878" stroke="#FFD700" stroke-width="1" />
  <circle cx="160" cy="154" r="3" fill="#50C878" stroke="#FFD700" stroke-width="1" />
  
  <!-- Signature -->
  <path d="M220,270 Q225,260 230,270 Q230,280 225,275 Q225,280 230,285" fill="none" stroke="#8B0000" stroke-width="1" />
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ff69b4" />
      <stop offset="100%" stop-color="#ff1493" />
    </linearGradient>
    <linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#00ff7f" />
      <stop offset="100%" stop-color="#32cd32" />
    </linearGradient>
    <linearGradient id="grad3" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#00bfff" />
      <stop offset="100%" stop-color="#1e90ff" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="#ffffff" />
  <g transform="translate(150, 150)">
    <path d="M-50,0 a50,50 0 1,0 100,0 a50,50 0 1,0 -100,0" fill="url(#grad1)" />
    <path d="M-20,30 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0" fill="#ffffff" />
    <path d="M-15,35 a15,15 0 1,0 30,0 a15,15 0 1,0 -30,0" fill="#000000" />
    <path d="M-20,55 a20,20 0 1,0 40,0" fill="url(#grad2)" />
    <path d="M-15,55 a15,15 0 1,0 30,0" fill="#ffffff" />
    <path d="M-10,55 a10,10 0 1,0 20,0" fill="#000000" />
    <path d="M-35,85 a35,35 0 1,0 70,0" fill="url(#grad3)" />
    <path d="M-30,85 a30,30 0 1,0 60,0" fill="#ffffff" />
    <path d="M-25,85 a25,25 0 1,0 50,0" fill="#000000" />
    <path d="M-50,110 a50,50 0 1,0 100,0" fill="url(#grad1)" />
    <path d="M-45,110 a45,45 0 1,0 90,0" fill="#ffffff" />
    <path d="M-40,110 a40,40 0 1,0 80,0" fill="#000000" />
    <path d="M-55,140 a55,55 0 1,0 110,0" fill="url(#grad2)" />
    <path d="M-50,140 a50,50 0 1,0 100,0" fill="#ffffff" />
    <path d="M-45,140 a45,45 0 1,0 90,0" fill="#000000" />
    <path d="M-60,170 a60,60 0 1,0 120,0" fill="url(#grad3)" />
    <path d="M-55,170 a55,55 0 1,0 110,0" fill="#ffffff" />
    <path d="M-50,170 a50,50 0 1,0 100,0" fill="#000000" />
    <path d="M-65,200 a65,65 0 1,0 130,0" fill="url(#grad1)" />
    <path d="M-60,200 a60,60 0 1,0 120,0" fill="#ffffff" />
    <path d="M-55,200 a55,55 0 1,0 110,0" fill="#000000" />
    <path d="M-70,230 a70,70 0 1,0 140,0" fill="url(#grad2)" />
    <path d="M-65,230 a65,65 0 1,0 130,0" fill="#ffffff" />
    <path d="M-60,230 a60,60 0 1,0 120,0" fill="#000000" />
    <path d="M-75,260 a75,75 0 1,0 150,0" fill="url(#grad3)" />
    <path d="M-70,260 a70,70 0 1,0 140,0" fill="#ffffff" />
    <path d="M-65,260 a65,65 0 1,0 130,0" fill="#000000" />
    <path d="M-80,290 a80,80 0 1,0 160,0" fill="url(#grad1)" />
    <path d="M-75,290 a75,75 0 1,0 150,0" fill="#ffffff" />
    <path d="M-70,290 a70,70 0 1,0 140,0" fill="#000000" />
    <path d="M-85,320 a85,85 0 1,0 170,0" fill="url(#grad2)" />
    <path d="M-80,320 a80,80 0 1,0 160,0" fill="#ffffff" />
    <path d="M-75,320 a75,75 0 1,0 150,0" fill="#000000" />
    <path d="M-90,350 a90,90 0 1,0 180,0" fill="url(#grad3)" />
    <path d="M-85,350 a85,85 0 1,0 170,0" fill="#ffffff" />
    <path d="M-80,350 a80,80 0 1,0 160,0" fill="#000000" />
    <path d="M-95,380 a95,95 0 1,0 190,0" fill="url(#grad1)" />
    <path d="M-90,380 a90,90 0 1,0 180,0" fill="#ffffff" />
    <path d="M-85,380 a85,85 0 1,0 170,0" fill="#000000" />
    <path d="M-100,410 a100,100 0 1,0 200,0" fill="url(#grad2)" />
    <path d="M-95,410 a95,95 0 1,0 190,0" fill="#ffffff" />
    <path d="M-90,410 a90,90 0 1,0 180,0" fill="#000000" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's submission creatively integrates the peacock tail motif into the design, with vibrant colors and a distinct depiction of facial features, aligning well with the prompt.

    The use of geometric shapes adds to the visual appeal.

    While Player 2's image is abstract and colorful, it lacks clear representation of the concept and the iconic elements associated with Frida Kahlo.

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
41
Player 2
43
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
21
Player 2
Ellipses

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

Player 1
5
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
14
Player 2
42
Groups

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

Player 1
1
Player 2
1

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
Player 2
8

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

Complexity Metrics

Path Commands

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

Player 1
56
Player 2
87
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
4
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