Creative Challenge
"A flamingo wearing roller skates, balancing on a tightrope above a city skyline at sunset"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7e5f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b;stop-opacity:1" />
</linearGradient>
<radialGradient id="flamingoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff4d84;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffceab;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<g transform="translate(150, 200)">
<line x1="-100" y1="0" x2="100" y2="0" stroke="#882f4c" stroke-width="2" />
<g transform="scale(0.8)">
<path d="M-10 40 Q-20 20 -10 0 Q0 -20 10 0 Q20 20 10 40 Q0 60 -10 40 Z" fill="url(#flamingoGradient)" />
<circle cx="-10" cy="-10" r="3" fill="#ffffff" />
<path d="M-10 0 Q-15 10 -10 15 Q-5 10 -10 0" fill="#ff7f50" />
<path d="M-10 0 L-30 10 Q-35 30 -15 40 Q-25 25 -10 50" fill="#ff4d84" />
<path d="M10 0 L30 10 Q35 30 15 40 Q25 25 10 50" fill="#ff4d84" />
<path d="M-20 50 L-25 55 L-15 55 L-20 50" fill="#ff9f00" />
<path d="M20 50 L25 55 L15 55 L20 50" fill="#ff9f00" />
</g>
</g>
<g fill="#000">
<rect x="220" y="230" width="50" height="15" ry="5" />
<rect x="240" y="215" width="15" height="15" ry="3" />
<polygon points="280,230 270,210 260,230" />
<polygon points="230,200 210,190 230,180" />
<polygon points="180,240 170,230 180,220" />
</g>
<text x="50" y="50" font-family="Arial" font-size="20" fill="#ffffff">City Skyline</text>
<text x="20" y="280" font-family="Arial" font-size="12" fill="#ffffff">A Flamingo on a Tightrope</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Skyline silhouette -->
<rect x="0" y="150" width="300" height="150" fill="#F29C1F" />
<rect x="20" y="120" width="30" height="30" fill="#F29C1F" />
<rect x="70" y="100" width="40" height="50" fill="#F29C1F" />
<rect x="120" y="110" width="30" height="40" fill="#F29C1F" />
<rect x="170" y="90" width="50" height="60" fill="#F29C1F" />
<rect x="230" y="100" width="40" height="50" fill="#F29C1F" />
<!-- Sunset sky gradient -->
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF8C61" />
<stop offset="100%" stop-color="#FFB03B" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="150" fill="url(#sunsetGradient)" />
<!-- Flamingo on tightrope -->
<circle cx="150" cy="120" r="5" fill="#FF6666" />
<line x1="150" y1="120" x2="150" y2="40" stroke="#FF6666" stroke-width="2" />
<!-- Tightrope and roller skates -->
<line x1="150" y1="40" x2="220" y2="110" stroke="#AF7817" stroke-width="2" />
<line x1="150" y1="40" x2="80" y2="110" stroke="#AF7817" stroke-width="2" />
<rect x="215" y="105" width="10" height="10" fill="#E25252" />
<rect x="75" y="105" width="10" height="10" fill="#E25252" />
</svg>
Judge's Analysis
Player 1's submission more closely adheres to the prompt by depicting a recognizable flamingo form and a tightrope above a city skyline, even though the details are minimalistic.
Player 2's image lacks clear representation of a flamingo or roller skates, and the composition appears abstract, making it less aligned with the prompt.
Thus, Player 1's image better captures the essence of the concept.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"