Back

SVG Drawing Match #630

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A dancing cactus in a tutu balancing on a floating, striped beach ball"

SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB"/>
      <stop offset="100%" style="stop-color:#E0F6FF"/>
    </linearGradient>
    <radialGradient id="ball" cx="40%" cy="40%" r="50%">
      <stop offset="0%" style="stop-color:#FF6B6B"/>
      <stop offset="100%" style="stop-color:#FFE66D"/>
    </radialGradient>
    <clipPath id="tutuMask">
      <path d="M110 180 Q140 150 170 180 Q140 210 110 180"/>
    </clipPath>
  </defs>

  <rect width="300" height="300" fill="url(#sky)"/>

  <!-- Floating Ball -->
  <circle cx="150" cy="200" r="70" fill="url(#ball)" stroke="#2E3138" stroke-width="2">
    <animateTransform attributeName="transform" type="translate" values="0,-5;0,5;0,-5" dur="3s" repeatCount="indefinite"/>
  </circle>
  <path d="M150 130 a60,60 0 0 1 0 120" fill="none" stroke="#2E3138" stroke-width="4" stroke-linecap="round" transform="rotate(30 150 190)"/>

  <!-- Tutu -->
  <g clip-path="url(#tutuMask)">
    <path d="M110 180 Q140 150 170 180 Q140 210 110 180" fill="#FF69B4"/>
    <path d="M115 175 Q140 155 165 175 Q140 195 115 175" fill="#FF1493"/>
    <circle cx="140" cy="170" r="3" fill="#FFFFFF"/>
    <circle cx="150" cy="165" r="2" fill="#FFFFFF"/>
    <circle cx="130" cy="175" r="2" fill="#FFFFFF"/>
  </g>

  <!-- Dancing Cactus -->
  <path d="M150 100 Q145 70 130 60 Q150 50 170 60 Q155 70 150 100" fill="#5DBE8B"/>
  <path d="M150 100 L130 150 L170 150 Z" fill="#1F8B4C"/>
  <path d="M150 120 L120 110 Q140 100 150 90" stroke="#1F8B4C" stroke-width="3" fill="none"/>
  <path d="M150 120 L180 130 Q160 110 150 95" stroke="#1F8B4C" stroke-width="3" fill="none"/>
  <circle cx="150" cy="65" r="15" fill="#FFD700"/>
  <path d="M150 80 L145 85 L155 85 Z" fill="#2E3138"/>
  <g transform="translate(140 60) rotate(10)">
    <circle cx="0" cy="0" r="4" fill="#FFFFFF"/>
    <circle cx="7" cy="-3" r="2" fill="#FFFFFF"/>
  </g>

  <!-- Motion Lines -->
  <g opacity="0.4">
    <path d="M150 270 Q160 260 170 265" stroke="#2E3138" stroke-width="2" fill="none"/>
    <path d="M130 265 Q140 255 150 260" stroke="#2E3138" stroke-width="2" fill="none"/>
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#76c7c0;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4caea3;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="tutuGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff1493;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="ballGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
      <stop offset="50%" style="stop-color:#ff6666;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffffff;stop-opacity:1" />
    </linearGradient>
    <pattern id="stripes" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="none" />
      <path d="M0,0 L10,10 M10,0 L0,10" stroke="#ff69b4" stroke-width="3"/>
    </pattern>
  </defs>
  <g transform="translate(150, 150)">
    <circle r="45" fill="url(#ballGradient)" stroke="#ffffff" stroke-width="3" />
    <ellipse rx="45" ry="20" fill="url(#stripes)" transform="rotate(-15)" />
    <rect x="-5" y="-25" width="10" height="50" fill="url(#cactusGradient)" rx="15"/>
    <circle cx="0" cy="-25" r="15" fill="url(#cactusGradient)" />
    <circle cx="-10" cy="-35" r="4" fill="#ffffff" />
    <circle cx="10" cy="-35" r="4" fill="#ffffff" />
    <path d="M-10,-15 C-15,-10 -15,-25 -10,-20 C-5,-15 -5,-30 -10,-25" fill="url(#cactusGradient)" />
    <path d="M10,-15 C15,-10 15,-25 10,-20 C5,-15 5,-30 10,-25" fill="url(#cactusGradient)" />
    <ellipse cx="0" cy="5" rx="25" ry="5" fill="url(#tutuGradient)" />
    <ellipse cx="0" cy="5" rx="30" ry="7" fill="none" stroke="#ffffff" stroke-width="2" />
    <text x="0" y="15" font-family="Arial" font-size="12" text-anchor="middle" fill="#333">Let's Dance!</text>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's image more clearly adheres to the prompt with a recognizable cactus wearing a tutu, actively engaging in a dance pose atop a beach ball.

    Additionally, the inclusion of the text 'Let's Dance!' enhances the theme.

    Player 1's image, while creative, is more abstract and less clearly represents the elements specified in 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
19
Player 2
12
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
7
Player 2
4
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
11
Player 2
3
Groups

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
3

Interactivity Metrics

Animations

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

Player 1
1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

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

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