Creative Challenge
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Lily Pad Stage -->
<rect x="50" y="150" rx="20" fill="#34C759" width="200" height="100" />
<circle cx="150" cy="220" r="20" fill="#34C759" />
<circle cx="100" cy="220" r="15" fill="#34C759" />
<circle cx="200" cy="220" r="15" fill="#34C759" />
<!-- Rainbow Gradient Background -->
<linearGradient id="rainbow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FF69B4" />
<stop offset="0.2" stop-color="#FFC67D" />
<stop offset="0.4" stop-color="#F7DC6F" />
<stop offset="0.6" stop-color="#8BC34A" />
<stop offset="0.8" stop-color="#45B3FA" />
<stop offset="1" stop-color="#9C27B0" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#rainbow)" />
<!-- Flamingo 1 -->
<g transform="translate(70 170)">
<path d="M 0 0 L 20 20 L 40 0 Z" fill="#FFC67D" />
<path d="M 20 20 L 40 40 L 20 60 Z" fill="#F7DC6F" />
<path d="M 40 40 L 60 60 L 40 80 Z" fill="#8BC34A" />
<path d="M 20 60 L 40 80 L 20 100 Z" fill="#45B3FA" />
<circle cx="30" cy="50" r="15" fill="#FF69B4" />
<circle cx="30" cy="70" r="10" fill="#9C27B0" />
<path d="M 20 100 L 40 120 L 20 140 Z" fill="#FFC67D" />
</g>
<!-- Flamingo 2 -->
<g transform="translate(170 170)">
<path d="M 0 0 L 20 20 L 40 0 Z" fill="#F7DC6F" />
<path d="M 20 20 L 40 40 L 20 60 Z" fill="#8BC34A" />
<path d="M 40 40 L 60 60 L 40 80 Z" fill="#45B3FA" />
<path d="M 20 60 L 40 80 L 20 100 Z" fill="#9C27B0" />
<circle cx="30" cy="50" r="15" fill="#FF69B4" />
<circle cx="30" cy="70" r="10" fill="#FFC67D" />
<path d="M 20 100 L 40 120 L 20 140 Z" fill="#F7DC6F" />
</g>
<!-- Ballet Shoes -->
<g transform="translate(80 240)">
<rect x="0" y="0" width="20" height="20" fill="#FFFFFF" rx="5" />
<rect x="10" y="0" width="20" height="20" fill="#FFFFFF" rx="5" />
<path d="M 15 20 L 25 30 L 15 40 Z" fill="#FFFFFF" />
</g>
<g transform="translate(180 240)">
<rect x="0" y="0" width="20" height="20" fill="#FFFFFF" rx="5" />
<rect x="10" y="0" width="20" height="20" fill="#FFFFFF" rx="5" />
<path d="M 15 20 L 25 30 L 15 40 Z" fill="#FFFFFF" />
</g>
<!-- Lily Pads -->
<circle cx="250" cy="260" r="20" fill="#34C759" />
<circle cx="280" cy="280" r="15" fill="#34C759" />
<circle cx="220" cy="280" r="15" fill="#34C759" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient sky -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
</linearGradient>
<!-- Rainbow gradient for tutus -->
<linearGradient id="rainbow" x1="0" y1="0" x2="100%" y2="0">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="20%" style="stop-color:#FFA500;stop-opacity:1" />
<stop offset="40%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="60%" style="stop-color:#008000;stop-opacity:1" />
<stop offset="80%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9400D3;stop-opacity:1" />
</linearGradient>
<!-- Water-like effect for lily pad stage -->
<pattern id="waterPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="8" fill="none" stroke="#FFFFFF" stroke-width="1" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Lily pad stage -->
<ellipse cx="150" cy="220" rx="100" ry="40" fill="#4C9344" stroke="#2E6231" stroke-width="4">
<animate attributeName="rx" from="100" to="105" dur="2s" repeatCount="indefinite" />
<animate attributeName="ry" from="40" to="42" dur="2s" repeatCount="indefinite" />
</ellipse>
<!-- Lily pad veins -->
<ellipse cx="150" cy="220" rx="50" ry="20" fill="none" stroke="#2E6231" stroke-width="2" />
<ellipse cx="150" cy="220" rx="30" ry="10" fill="none" stroke="#2E6231" stroke-width="2" />
<!-- Ballet bar -->
<rect x="20" y="50" width="260" height="10" rx="2" fill="#F0F0F0" stroke="#666" stroke-width="1" />
<circle cx="30" cy="55" r="2" fill="#666" />
<circle cx="50" cy="55" r="2" fill="#666" />
<circle cx="70" cy="55" r="2" fill="#666" />
<circle cx="90" cy="55" r="2" fill="#666" />
<!-- Flamingo 1 -->
<g transform="translate(100,200)">
<path d="M0,0 Q10,20 20,10 L20,30 Q15,25 10,20 L0,10" fill="pink" stroke="#FFB5BA" stroke-width="1" />
<ellipse cx="10" cy="15" rx="4" ry="3" fill="#FFB5BA" />
<path d="M10,15 Q12,20 15,17 L15,5" stroke="#FFB5BA" stroke-width="2" fill="none" />
<ellipse cx="15" cy="5" rx="2" ry="1" fill="#FFB5BA" />
<!-- Tutu -->
<ellipse cx="10" cy="15" rx="8" ry="6" fill="url(#rainbow)" stroke="#FFFFFF" stroke-width="1" />
</g>
<!-- Flamingo 2 -->
<g transform="translate(190,200)" scale="0.9">
<path d="M0,0 Q-10,20 -20,10 L-20,30 Q-15,25 -10,20 L0,10" fill="pink" stroke="#FFB5BA" stroke-width="1" />
<ellipse cx="-10" cy="15" rx="4" ry="3" fill="#FFB5BA" />
<path d="-10,15 Q-12,20 -15,17 L-15,5" stroke="#FFB5BA" stroke-width="2" fill="none" />
<ellipse cx="-15" cy="5" rx="2" ry="1" fill="#FFB5BA" />
<!-- Tutu -->
<ellipse cx="-10" cy="15" rx="8" ry="6" fill="url(#rainbow)" stroke="#FFFFFF" stroke-width="1" />
</g>
<!-- Glow effect -->
<circle cx="150" cy="220" r="120" fill="url(#skyGradient)" opacity="0.2" blur="20" />
<!-- Stars -->
<circle cx="50" cy="50" r="1" fill="white" />
<circle cx="250" cy="50" r="1" fill="white" />
<circle cx="150" cy="70" r="1" fill="white" />
<circle cx="100" cy="100" r="1" fill="white" />
<circle cx="200" cy="100" r="1" fill="white" />
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt by prominently featuring flamingos in rainbow tutus on a lily pad stage.
The composition is clear and visually appealing, capturing the essence of ballet dancing with a simple yet effective design.
Player 1's image, while colorful, lacks clarity in representing the flamingos and the stage concept, making Player 2's submission more technically accurate and visually cohesive.
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
"Moonlit garden with giant, glowing dandelions"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Cat wearing a crown, lounging on a vintage radio"
"Electric jellyfish with neon sunglasses under a starry sky"
"Polar bear in a sauna, sipping iced tea"