Creative Challenge
"Ballet-dancing flamingo in a rainforest with a top hat and cane"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for the rainforest background -->
<linearGradient id="rainforestGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1B5E20;stop-opacity:1" />
</linearGradient>
<!-- Gradient for the flamingo body -->
<radialGradient id="flamingoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFC0CB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF69B4;stop-opacity:1" />
</radialGradient>
<!-- Gradient for the hat -->
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#444;stop-opacity:1" />
</linearGradient>
<!-- Pattern for the cane -->
<pattern id="canePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#8B4513" />
<path d="M0,0 L10,10 M10,0 L0,10" stroke="#FFD700" stroke-width="1"/>
</pattern>
</defs>
<!-- Rainforest background -->
<rect x="0" y="0" width="300" height="300" fill="url(#rainforestGradient)"/>
<!-- Stylized tropical leaves -->
<path d="M50,220 C70,180 90,180 110,220 Q90,210 70,220 Z" fill="#2E7D32" opacity="0.8"/>
<path d="M200,250 C220,210 240,210 260,250 Q240,240 220,250 Z" fill="#388E3C" opacity="0.8"/>
<path d="M30,80 Q60,20 100,80 T170,80" fill="none" stroke="#1B5E20" stroke-width="8" stroke-linecap="round"/>
<!-- Ballet-dancing flamingo figure -->
<g id="flamingo" transform="translate(150,160) scale(0.8)">
<!-- Flamingo body -->
<ellipse cx="0" cy="0" rx="30" ry="50" fill="url(#flamingoGradient)" stroke="#D81B60" stroke-width="2"/>
<!-- Neck and head -->
<path d="M0,-30 C-10,-50 -25,-55 -20,-70 Q-15,-80 0,-75 Q15,-80 20,-70 C25,-55 10,-50 0,-30" fill="url(#flamingoGradient)" stroke="#D81B60" stroke-width="2"/>
<!-- Eye -->
<circle cx="-8" cy="-65" r="2" fill="#000"/>
<!-- Wing -->
<path d="M10,0 C30,10 30,30 10,40 Q0,35 10,0" fill="#F48FB1" opacity="0.9" stroke="#AD1457" stroke-width="1"/>
<!-- Flamenco pose (one extended leg) -->
<path d="M0,50 L-20,100" stroke="#D81B60" stroke-width="5" stroke-linecap="round"/>
<!-- Top hat -->
<g id="hat" transform="translate(-20,-90)">
<rect x="-20" y="-20" width="40" height="15" fill="url(#hatGradient)"/>
<rect x="-15" y="-5" width="30" height="10" fill="url(#hatGradient)"/>
<path d="M-25,-20 L25,-20 L30,-15 L-30,-15 Z" fill="url(#hatGradient)"/>
</g>
<!-- Cane -->
<g id="cane" transform="translate(30,20) rotate(30)">
<rect x="-3" y="0" width="6" height="80" fill="url(#canePattern)"/>
<circle cx="0" cy="80" r="8" fill="#FFD700" stroke="#B8860B" stroke-width="1"/>
</g>
</g>
<!-- Extra decorative elements: Floating petals -->
<g id="petals">
<circle cx="70" cy="40" r="4" fill="#FF4081"/>
<circle cx="90" cy="60" r="3" fill="#F06292"/>
<circle cx="110" cy="30" r="5" fill="#E91E63"/>
<circle cx="250" cy="100" r="4" fill="#FF4081"/>
<circle cx="230" cy="80" r="3" fill="#F06292"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#90e0ef"/>
<stop offset="100%" stop-color="#0077b6"/>
</linearGradient>
<linearGradient id="groundGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#2a9d8f"/>
<stop offset="100%" stop-color="#264653"/>
</linearGradient>
<linearGradient id="flamingoGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff006e"/>
<stop offset="100%" stop-color="#ff709b"/>
</linearGradient>
<pattern id="rainforestPattern" patternUnits="userSpaceOnUse" width="300" height="300">
<rect width="300" height="300" fill="#2a9d8f"/>
<circle cx="50" cy="50" r="40" fill="#264653"/>
<circle cx="250" cy="100" r="30" fill="#264653"/>
<circle cx="200" cy="250" r="50" fill="#264653"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect y="150" width="300" height="150" fill="url(#groundGradient)"/>
<rect y="150" width="300" height="150" fill="url(#rainforestPattern)" opacity="0.3"/>
<path d="M150,200 C150,150 200,150 200,200" fill="none" stroke="#ff006e" stroke-width="10" stroke-linecap="round"/>
<circle cx="175" cy="180" r="10" fill="#ff006e"/>
<ellipse cx="175" cy="220" rx="30" ry="50" fill="url(#flamingoGradient)"/>
<path d="M155,220 L155,270" fill="none" stroke="#ff006e" stroke-width="10" stroke-linecap="round"/>
<path d="M195,220 L195,270" fill="none" stroke="#ff006e" stroke-width="10" stroke-linecap="round"/>
<circle cx="175" cy="160" r="20" fill="#ff006e"/>
<path d="M175,140 L175,180" fill="none" stroke="#ff006e" stroke-width="10" stroke-linecap="round"/>
<rect x="160" y="130" width="30" height="10" fill="#333"/>
<rect x="165" y="125" width="20" height="10" fill="#333"/>
<circle cx="175" cy="120" r="10" fill="#333"/>
<path d="M175,120 L200,110" fill="none" stroke="#333" stroke-width="5" stroke-linecap="round"/>
<polygon points="200,110 220,100 200,90" fill="#333"/>
</svg>
Judge's Analysis
Player 1's submission captures the essence of a ballet-dancing flamingo with the inclusion of a top hat, cane, and a dynamic pose, set against a rainforest background.
The use of color and whimsical elements enhances creativity and visual appeal.
Player 2's image lacks the dynamic pose and rainforest context, making it less aligned with 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
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
"Octopus juggling lemons under a starry night sky"
"A giraffe with a rainbow-striped neck sipping tea in a galaxy"
"Dancing flamingos with top hats in a desert at sunset"
"Surreal clock made of swirling autumn leaves"
"Frog with a monocle riding a unicycle on a tightrope under moonlight"
"Giraffe balancing teacups on its horns during a moonlit night in a desert"