Creative Challenge
"A flamingo riding a penny-farthing bicycle on a rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
<radialGradient id="rainbowGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="20%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="40%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="60%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="80%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B00FF;stop-opacity:1" />
</radialGradient>
<pattern id="wheelPattern" x="0" y="0" width=".1" height=".1" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="black" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#rainbowGradient)" />
<g transform="translate(100,170)">
<ellipse cx="0" cy="0" rx="100" ry="10" fill="url(#rainbowGradient)" stroke="#2E2E2E" stroke-width="2" />
<circle cx="-2" cy="-60" r="35" fill="url(#flamingoGradient)" />
<ellipse cx="-2" cy="-105" rx="8" ry="20" fill="url(#flamingoGradient)" />
<line x1="-60" y1="-8" x2="56" y2="-8" stroke="#2E2E2E" stroke-width="5" />
<circle cx="-60" cy="-8" r="55" fill="none" stroke="#000000" stroke-width="8" />
<circle cx="56" cy="-8" r="15" fill="none" stroke="#000000" stroke-width="4" />
<line x1="-60" y1="-8" x2="-40" y2="-60" stroke="#2E2E2E" stroke-width="4" />
<circle cx="-60" cy="-8" r="6" fill="black" />
<circle cx="56" cy="-8" r="4" fill="black" />
</g>
<path d="M 104 106 Q 90 85, 115 75 Q 140 65, 125 45" fill="none" stroke="#FF69B4" stroke-width="3" />
<path d="M 95 95 Q 110 115, 150 110" fill="none" stroke="#FF69B4" stroke-width="3" />
<circle cx="120" cy="40" r="4" fill="black" />
<animateTransform attributeName="transform" type="rotate" from="0 40 170" to="360 40 170" dur="6s" repeatCount="indefinite" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="skyblue" />
<!-- Rainbow -->
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="16%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="33%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="50%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="66%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="83%" style="stop-color:#4B0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B00FF;stop-opacity:1" />
</linearGradient>
</defs>
<g>
<path d="M50,250 A200,200 0 0,1 250,250" fill="none" stroke="url(#rainbowGradient)" stroke-width="20" />
</g>
<!-- Penny-farthing Bicycle -->
<g id="bicycle" transform="translate(150, 180)">
<!-- Rear Wheel -->
<circle cx="-60" cy="0" r="20" fill="none" stroke="#555" stroke-width="4" />
<!-- Front Wheel -->
<circle cx="60" cy="0" r="40" fill="none" stroke="#555" stroke-width="4" />
<!-- Frame -->
<line x1="-60" y1="0" x2="0" y2="-50" stroke="#333" stroke-width="4" />
<line x1="0" y1="-50" x2="60" y2="0" stroke="#333" stroke-width="4" />
<line x1="0" y1="-50" x2="-10" y2="0" stroke="#333" stroke-width="4" />
<!-- Handlebars -->
<line x1="60" y1="0" x2="80" y2="-20" stroke="#333" stroke-width="4" />
<line x1="60" y1="0" x2="80" y2="20" stroke="#333" stroke-width="4" />
<!-- Seat -->
<line x1="-60" y1="0" x2="-50" y2="-30" stroke="#333" stroke-width="4" />
</g>
<!-- Flamingo -->
<g id="flamingo" transform="translate(150, 100)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="15" ry="25" fill="pink" />
<!-- Neck -->
<path d="M0, -25 C-10, -40, -10, -60, 0, -60" stroke="pink" stroke-width="5" fill="none" />
<!-- Head -->
<circle cx="0" cy="-60" r="5" fill="pink" />
<!-- Beak -->
<path d="M0,-60 L10,-58 L0,-56 Z" fill="orange" />
<!-- Legs -->
<line x1="-5" y1="25" x2="-5" y2="40" stroke="pink" stroke-width="3" />
<line x1="5" y1="25" x2="5" y2="40" stroke="pink" stroke-width="3" />
</g>
<!-- Gradient Definitions -->
<defs>
<linearGradient id="wheelGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#cccccc; stop-opacity:1" />
<stop offset="100%" style="stop-color:#666666; stop-opacity:1" />
</linearGradient>
<radialGradient id="flamingoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:pink; stop-opacity:1" />
<stop offset="100%" style="stop-color:hotpink; stop-opacity:1" />
</radialGradient>
</defs>
<!-- Enhancements -->
<g>
<!-- Wheel Spokes -->
<g stroke="#aaa" stroke-width="2">
<!-- Rear Wheel Spokes -->
<line x1="-60" y1="0" x2="-40, y2="0" />
<line x1="-60" y1="0" x2="-35" y2="35" />
<line x1="-60" y1="0" x2="-35" y2="-35" />
<!-- Front Wheel Spokes -->
<line x1="60" y1="0" x2="80" y2="0" />
<line x1="60" y1="0" x2="80" y2="40" />
<line x1="60" y1="0" x2="80" y2="-40" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's image successfully depicts a flamingo-like figure on a penny-farthing bicycle on a rainbow, capturing the whimsical essence of the prompt.
The vibrant use of colors and clear visual elements create an engaging and imaginative scene.
Player 2's submission could not be evaluated due to an error loading the SVG, leaving Player 1 as the winner by default.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"