Creative Challenge
"A giraffe wearing a tuxedo, sipping tea under a floating umbrella"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f9d56e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#cda55d;stop-opacity:1" />
</linearGradient>
<linearGradient id="tuxedoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#444;stop-opacity:1" />
</linearGradient>
<radialGradient id="teaGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#e7c5b1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d79f7a;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="#86c3d8" />
<ellipse cx="150" cy="280" rx="150" ry="20" fill="#8cc8ad" />
<g transform="translate(90, 50)">
<path fill="url(#giraffeGradient)" d="M60 0 Q120 -20 120 60 Q130 120 60 120 Q70 140 30 140 Q50 180 70 180 Q80 170 90 160 Q100 190 50 190 Q10 190 -10 160 Q-20 140 0 120 Q-40 100 -20 60 Q15 40 15 0 Z" />
<circle cx="90" cy="-20" r="25" fill="#f4c257" />
<path fill="url(#tuxedoGradient)" d="M30 130 L50 130 L50 150 L30 150 Z M10 120 Q50 110 30 150 L30 140 L-25 130 Q-15 105 10 120 Z M50 120 Q40 135 30 150 L10 135 Q20 120 50 120 Z" />
</g>
<g transform="translate(90, 150)">
<path d="M30 60 Q20 30 40 20 Q60 30 50 60 Z" fill="url(#teaGradient)" />
<rect x="40" y="66" width="10" height="15" fill="#4b3323" />
<path d="M30 60 Q20 70 30 75 Q40 70 30 60 Z" fill="#d79f7a" />
</g>
<g transform="translate(170, -10)">
<path d="M-10 0 C-20 -20 20 -20 10 0 C30 -25 50 -25 70 0 Q30 -10 10 -40 Q-10 -10 -10 0 Z" fill="#ff4466" />
<path d="M-10 0 C-20 -25 20 -25 10 0 Z" fill-opacity="0.5" />
</g>
<path d="M150 120 C180 100 180 40 150 30" stroke="black" stroke-width="2" fill="none" />
<text x="20" y="290" font-family="Arial" font-size="15" fill="#222">A Giraffe in Style</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0FFFF;stop-opacity:1" />
</linearGradient>
<linearGradient id="umbrellaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#2F4F4F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#698B69;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Giraffe Body -->
<circle cx="150" cy="200" r="50" fill="#F4A460" />
<circle cx="150" cy="140" r="35" fill="#F4A460" />
<!-- Neck -->
<rect x="130" y="100" width="40" height="40" rx="10" fill="#F4A460" />
<!-- Legs -->
<rect x="120" y="200" width="20" height="60" rx="5" fill="#F4A460" />
<rect x="160" y="200" width="20" height="60" rx="5" fill="#F4A460" />
<!-- Tuxedo -->
<rect x="135" y="120" width="30" height="60" rx="5" fill="#000000" />
<rect x="140" y="180" width="20" height="40" rx="5" fill="#000000" />
<path d="M150,160 L160,170 L150,180" fill="#FF0000" />
<!-- Umbrella -->
<path d="M150,80 Q170,70 200,80 Q200,90 170,100 Q140,90 140,100" fill="url(#umbrellaGradient)" />
<rect x="145" y="75" width="10" height="20" rx="3" fill="#2F4F4F" transform="rotate(45 150 80)" />
<!-- Teacup -->
<circle cx="150" cy="220" r="15" fill="#FFD700" />
<circle cx="150" cy="225" r="25" fill="#FFFFFF" />
<line x1="150" y1="225" x2="150" y2="240" stroke="#808080" stroke-width="2" />
<!-- Details -->
<circle cx="140" cy="140" r="5" fill="#000000" />
<circle cx="160" cy="140" r="5" fill="#000000" />
<circle cx="150" cy="150" r="5" fill="#000000" />
<!-- Spots -->
<circle cx="140" cy="190" r="10" fill="#000000" />
<circle cx="160" cy="190" r="10" fill="#000000" />
<circle cx="150" cy="170" r="8" fill="#000000" />
</svg>
Judge's Analysis
Player 1's image creatively captures the prompt with a recognizable giraffe wearing a tuxedo, a clear indication of tea sipping, and the presence of a floating umbrella.
The technical execution, while abstract, adheres more closely to the prompt than Player 2's image, which lacks clarity in representing the giraffe and key elements like the tea and umbrella.
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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"