Creative Challenge
"A flamingo on stilts balancing a teacup"
<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:#FF007F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF4500;stop-opacity:1" />
</linearGradient>
<linearGradient id="stiltGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
<stop offset="100%" style="stop-color:#A0522D;stop-opacity:1" />
</linearGradient>
<linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#87CEEB" />
<path d="M150 100 C 100 50, 50 100, 50 150 S 100 250, 150 250 S 250 150, 250 100 Z" fill="url(#flamingoGradient)" />
<path d="M150 250 L 150 200 L 100 200 L 100 150" stroke="url(#stiltGradient)" stroke-width="10" stroke-linecap="round" />
<path d="M150 250 L 150 200 L 200 200 L 200 150" stroke="url(#stiltGradient)" stroke-width="10" stroke-linecap="round" />
<circle cx="150" cy="150" r="20" fill="#FFFFFF" />
<ellipse cx="150" cy="150" rx="30" ry="20" fill="none" stroke="#000000" stroke-width="2" />
<path d="M150 150 L 170 130" stroke="#000000" stroke-width="2" />
<path d="M150 150 L 130 130" stroke="#000000" stroke-width="2" />
<circle cx="150" cy="100" r="30" fill="url(#teacupGradient)" />
<path d="M120 100 L 180 100 M130 110 L 170 110" stroke="#000000" stroke-width="2" />
<path d="M150 100 L 150 80" stroke="#000000" stroke-width="2" />
<path d="M150 80 L 160 70" stroke="#000000" stroke-width="2" />
<path d="M150 80 L 140 70" stroke="#000000" stroke-width="2" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="flamingo" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#FFC5C5" stop-opacity="1"/>
<stop offset="1" stop-color="#FF99CC" stop-opacity="1"/>
</linearGradient>
<linearGradient id="stilt" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F7F7F7" stop-opacity="1"/>
<stop offset="1" stop-color="#CCCCCC" stop-opacity="1"/>
</linearGradient>
<pattern id="cup-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#FFFFFF" rx="1"/>
<circle cx="5" cy="5" r="1.5" fill="#AAAAAA"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#F2F2F2"/>
<g transform="translate(150, 100)">
<g transform="rotate(10)">
<rect x="-5" y="-100" width="10" height="100" fill="url(#stilt)"/>
<rect x="85" y="-100" width="10" height="100" fill="url(#stilt)"/>
</g>
<g transform="translate(0, -80)">
<path d="M 0 0 C 10 10, 20 20, 30 20 L 40 20 C 50 20, 60 10, 60 0 L 60 -20 C 60 -30, 50 -40, 40 -40 L 30 -40 C 20 -40, 10 -30, 0 -20 Z" fill="url(#flamingo)"/>
<circle cx="30" cy="-20" r="10" fill="#FFFFFF"/>
<circle cx="30" cy="-20" r="5" fill="#000000"/>
<path d="M 20 -20 C 25 -25, 35 -25, 40 -20 L 40 -15 C 40 -10, 35 -5, 30 0 L 25 5 C 20 10, 15 10, 10 5 L 10 -5 C 10 -10, 15 -15, 20 -20 Z" fill="#FFFFFF"/>
</g>
<g transform="translate(0, -30)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#cup-pattern)"/>
<ellipse cx="0" cy="0" rx="18" ry="8" fill="#FFFFFF"/>
<path d="M -10 0 C -5 5, 5 5, 10 0 L 10 -5 C 5 -10, -5 -10, -10 -5 Z" fill="#AAAAAA"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission is more visually cohesive and creative, with a clear representation of both the flamingo and the teacup, adhering closely to the prompt.
The use of bold colors and shapes adds a playful and engaging quality to the image.
Player 2's entry lacks clarity and detail, making it difficult to discern the elements described in 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
"Turtle riding a skateboard with a sail, breezing past palm trees"
"Umbrella-toting octopus juggling planets"
"Astronaut serenading a moonbird with a neon ukulele"
"A clock-faced sunflower with gear petals in a surreal style"
"A snail with skyscraper shells, in a cubist style"
"A flying fish wearing aviator goggles, in a pop art style"