Creative Challenge
"Polar bears on a tropical beach, sipping coconut drinks under palm trees"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Definitions for gradients and patterns -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFB6C1"/>
</linearGradient>
<linearGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1E90FF"/>
<stop offset="100%" stop-color="#00BFFF"/>
</linearGradient>
<linearGradient id="sandGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFE4B5"/>
<stop offset="100%" stop-color="#FFDAB9"/>
</linearGradient>
<linearGradient id="palmTrunkGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#A0522D"/>
</linearGradient>
<linearGradient id="palmLeafGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#228B22"/>
<stop offset="100%" stop-color="#32CD32"/>
</linearGradient>
<radialGradient id="bearGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#D3D3D3"/>
</radialGradient>
<linearGradient id="drinkGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF6347"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
<!-- Ocean -->
<rect y="200" width="300" height="100" fill="url(#oceanGradient)" />
<!-- Beach Sand -->
<rect y="150" width="300" height="50" fill="url(#sandGradient)" />
<!-- Palm Trees -->
<!-- Palm Tree 1 -->
<g transform="translate(60, 130)">
<rect x="-5" y="0" width="10" height="50" fill="url(#palmTrunkGradient)" />
<path d="M0,0 Q-20,-30 -40,0 Q-30,-20 -50,0 Q-20,-25 -40,0 Q-10,-30 -30,0 Q-15,-25 -35,0 Q0,-30 -20,0 Q5,-25 -5,0 Q10,-30, 0,0" fill="url(#palmLeafGradient)" />
</g>
<!-- Palm Tree 2 -->
<g transform="translate(200, 120)">
<rect x="-5" y="0" width="10" height="60" fill="url(#palmTrunkGradient)" />
<path d="M0,0 Q-25,-35 -50,0 Q-35,-25 -60,0 Q-25,-30 -50,0 Q-15,-35 -45,0 Q0,-35 -30,0 Q10,-35 -10,0 Q15,-35, 0,0" fill="url(#palmLeafGradient)" />
</g>
<!-- Polar Bears -->
<!-- Bear 1 -->
<g transform="translate(100, 160)">
<circle cx="0" cy="0" r="15" fill="url(#bearGradient)" />
<circle cx="-5" cy="-5" r="3" fill="#000" />
<circle cx="5" cy="-5" r="3" fill="#000" />
<path d="M-5,5 Q0,10 5,5" stroke="#000" stroke-width="1" fill="none" />
<!-- Drink -->
<rect x="-10" y="15" width="20" height="10" rx="2" fill="url(#drinkGradient)" />
<line x1="0" y1="15" x2="0" y2="5" stroke="#8B4513" stroke-width="1"/>
<line x1="0" y1="5" x2="5" y2="0" stroke="#8B4513" stroke-width="1"/>
</g>
<!-- Bear 2 -->
<g transform="translate(180, 170)">
<circle cx="0" cy="0" r="15" fill="url(#bearGradient)" />
<circle cx="-5" cy="-5" r="3" fill="#000" />
<circle cx="5" cy="-5" r="3" fill="#000" />
<path d="M-5,5 Q0,10 5,5" stroke="#000" stroke-width="1" fill="none" />
<!-- Drink -->
<rect x="-10" y="15" width="20" height="10" rx="2" fill="url(#drinkGradient)" />
<line x1="0" y1="15" x2="0" y2="5" stroke="#8B4513" stroke-width="1"/>
<line x1="0" y1="5" x2="5" y2="0" stroke="#8B4513" stroke-width="1"/>
</g>
<!-- Decorative Elements -->
<!-- Coconut Drinks - Straws -->
<line x1="95" y1="175" x2="90" y2="160" stroke="#FF69B4" stroke-width="1"/>
<line x1="185" y1="185" x2="180" y2="170" stroke="#FF69B4" stroke-width="1"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#87CEEB" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" />
<!-- Palm trees -->
<path d="M 75,200 L 75,50 M 120,200 L 120,70" stroke="#8B4513" stroke-width="10" stroke-linecap="round" />
<circle cx="75" cy="50" r="5" fill="green" />
<circle cx="120" cy="70" r="5" fill="green" />
<!-- Coconuts -->
<circle cx="73" cy="40" r="7" fill="#8B4513" />
<circle cx="118" cy="65" r="7" fill="#8B4513" />
<!-- Polar bears -->
<!-- Body -->
<circle cx="180" cy="180" r="40" fill="white" />
<!-- Head -->
<circle cx="180" cy="135" r="20" fill="white" />
<!-- Eyes -->
<circle cx="170" cy="130" r="3" fill="black" />
<circle cx="190" cy="130" r="3" fill="black" />
<!-- Mouth -->
<path d="M 175,140 Q 180,150 185,140" stroke="black" stroke-width="2" fill="none" />
<!-- Ears -->
<circle cx="162" cy="138" r="5" fill="white" />
<circle cx="198" cy="138" r="5" fill="white" />
<!-- Arms -->
<path d="M 160,170 Q 150,160 140,180" stroke="black" stroke-width="2" />
<path d="M 200,170 Q 210,160 220,180" stroke="black" stroke-width="2" />
<!-- Coconut drinks -->
<path d="M 180,190 L 178,205" stroke="#8B4513" stroke-width="4" stroke-linecap="round" />
<path d="M 178,205 Q 175,215 172,205" stroke="#8B4513" stroke-width="4" fill="none" />
</svg>
Judge's Analysis
Player 1's image better captures the whimsical scenario of polar bears on a tropical beach.
The inclusion of two bears with coconut drinks, palm trees, and a clear depiction of the beach and ocean aligns well with the prompt.
While Player 2 has a charming bear, it lacks the context of a tropical beach scene, making Player 1's submission more consistent with the brief.
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
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
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
"An octopus juggling colorful, oversized dice under a disco ball"
"Dancing octopus wearing a top hat and monocle under a disco ball"
"Mystical mime juggling glowing, translucent jellyfish in neon moonlight"
"Clocktower sprouting giant sunflowers, clock hands as petals"
"A cloud wearing sunglasses and a fedora sipping lemonade"
"A giraffe wearing 3D glasses watching a movie on a spaceship"