Back

SVG Drawing Match #2044

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dinosaurs drinking tea at a whimsical garden party"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="teaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#f8e6b2;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#d2b48c;stop-opacity:1" />
        </linearGradient>
        <radialGradient id="dinoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" style="stop-color:#8dce6e;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#374f29;stop-opacity:1" />
        </radialGradient>
        <pattern id="leafPattern" patternUnits="userSpaceOnUse" width="10" height="10">
            <circle cx="5" cy="5" r="2.5" fill="#4d8b2b" />
        </pattern>
    </defs>
    <rect width="300" height="300" fill="#e0f7fa" />
    <circle cx="150" cy="150" r="140" fill="url(#leafPattern)" />
    <ellipse cx="75" cy="200" rx="40" ry="20" fill="lightgreen" />
    <ellipse cx="225" cy="200" rx="40" ry="20" fill="lightgreen" />
    <path d="M60,180 Q75,150 90,180 T120,180" fill="#ffcc80" />
    <path d="M210,180 Q225,150 240,180 T270,180" fill="#ffcc80" />
    <g transform="translate(50,160)">
        <path d="M30,60 Q10,20 0,60 T30,60" fill="url(#dinoGradient)" />
        <circle cx="15" cy="10" r="10" fill="orange" />
        <rect x="50" y="40" width="20" height="10" fill="url(#teaGradient)" />
        <text x="45" y="47" font-family="Arial" font-size="6" fill="#835b26">Tea</text>
        <text x="10" y="70" font-family="Arial" font-size="8" fill="#374f29">Dino 1</text>
    </g>
    <g transform="translate(180,160)">
        <path d="M30,60 Q10,20 0,60 T30,60" fill="url(#dinoGradient)" />
        <circle cx="15" cy="10" r="10" fill="red" />
        <rect x="50" y="40" width="20" height="10" fill="url(#teaGradient)" />
        <text x="45" y="47" font-family="Arial" font-size="6" fill="#835b26">Tea</text>
        <text x="10" y="70" font-family="Arial" font-size="8" fill="#374f29">Dino 2</text>
    </g>
    <g transform="translate(124,100)">
        <circle cx="0" cy="0" r="25" fill="pink" />
        <text x="-15" y="5" font-family="Arial" font-size="12" fill="#835b26">Garden</text>
    </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><rect width="300" height="300" fill="#f0f0f0"/><text x="150" y="150" text-anchor="middle" fill="red">Error generating SVG</text></svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 1

Judge's Analysis

    Player 1's submission, despite its simplicity, represents dinosaurs and a garden setting, adhering to the prompt.

    Player 2's image failed to render properly, lacking any visual content to judge.

    Therefore, Player 1 wins by default due to the technical failure of Player 2's submission.

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

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

Player 1
3
Player 2
1
Circles

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

Player 1
5
Player 2
Ellipses

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

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
2

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
3
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
12
Player 2
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
5
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