Creative Challenge
"A giraffe in a teacup sailing on waves of yarn"
<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:rgb(135,206,250);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(70,130,180);stop-opacity:1" />
</linearGradient>
<radialGradient id="CupGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,228,196);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(210,180,140);stop-opacity:1" />
</radialGradient>
<pattern id="YarnPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M0 10 Q 5 0 10 10 Q 15 20 20 10" fill="transparent" stroke="#8B4513" stroke-width="2"/>
</pattern>
<linearGradient id="GiraffeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(218,165,32);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(160,82,45);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#SkyGradient)" />
<ellipse cx="150" cy="250" rx="120" ry="20" fill="url(#YarnPattern)" />
<path d="M130 200 Q150 160 170 200 Z" fill="url(#CupGradient)" stroke="saddlebrown" stroke-width="3"/>
<rect x="140" y="120" width="20" height="80" fill="url(#GiraffeGradient)" rx="10" />
<circle cx="150" cy="110" r="15" fill="url(#GiraffeGradient)" />
<circle cx="145" cy="105" r="3" fill="#D2691E" />
<circle cx="155" cy="105" r="3" fill="#D2691E" />
<circle cx="147" cy="113" r="2" fill="#FFF" />
<circle cx="153" cy="113" r="2" fill="#FFF" />
<path d="M151 119 Q150 122 149 119 Z" fill="darkred"/>
<path d="M150 200 Q160 199 170 210 Q158 211 147 210 Q140 199 150 200Z" fill="url(#CupGradient)" stroke="saddlebrown" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with yarn waves -->
<defs>
<pattern id="yarn" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="3" fill="#FFC67D" rx="1.5" />
<rect x="5" y="5" width="5" height="3" fill="#FF69B4" rx="1.5" />
</pattern>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#6495ED" />
<stop offset="50%" stop-color="#66CCCC" />
<stop offset="100%" stop-color="#6495ED" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#F5DEB3" />
<stop offset="50%" stop-color="#F0E4CC" />
<stop offset="100%" stop-color="#F5DEB3" />
</linearGradient>
</defs>
<rect x="0" y="150" width="300" height="150" fill="url(#grad1)" />
<rect x="0" y="150" width="300" height="150" fill="url(#yarn)" opacity="0.5" />
<g transform="translate(150, 175)">
<!-- Teacup -->
<path d="M 40 0 L 40 -70 C 40 -100 20 -120 0 -120 C -20 -120 -40 -100 -40 -70 L -40 0 C -20 0 0 20 20 20 C 40 0 40 0 40 0 Z" fill="#F5DEB3" />
<ellipse cx="0" cy="-85" rx="25" ry="15" fill="#F0E4CC" />
<path d="M 0 -95 L 0 -125" stroke="#9370DB" stroke-width="3" />
<ellipse cx="0" cy="-75" rx="20" ry="10" fill="#9370DB" />
</g>
<g transform="translate(150, 170)">
<!-- Giraffe -->
<path d="M 0 -50 L 0 50" stroke="#786C3B" stroke-width="5" />
<circle cx="0" cy="0" r="20" fill="#F5DEB3" />
<path d="M -20 20 L 20 20 C 25 20 20 25 15 20 L 10 15 C 5 10 0 5 -5 10 L -10 15 C -15 20 -20 25 -25 20 Z" fill="#F0E4CC" />
<circle cx="15" cy="15" r="5" fill="#9370DB" />
<circle cx="-15" cy="15" r="5" fill="#9370DB" />
<path d="M 0 -40 L -10 -30 L -5 -50 Z" fill="#786C3B" />
<path d="M 0 -40 L 10 -30 L 5 -50 Z" fill="#786C3B" />
<!-- Eyes and nostrils -->
<circle cx="-8" cy="12" r="2" fill="#000" />
<circle cx="8" cy="12" r="2" fill="#000" />
<circle cx="0" cy="8" r="2" fill="#000" />
</g>
<!-- Steam -->
<path d="M 150 50 L 155 60 L 145 60 Z" fill="#9370DB" opacity="0.5" />
<path d="M 150 60 L 155 70 L 145 70 Z" fill="#9370DB" opacity="0.5" />
<path d="M 150 70 L 155 80 L 145 80 Z" fill="#9370DB" opacity="0.5" />
<path d="M 150 80 L 155 90 L 145 90 Z" fill="#9370DB" opacity="0.5" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the whimsical concept of a giraffe in a teacup sailing on waves of yarn, with a clearer depiction of the teacup and waves.
The use of color and pattern in the waves adds to the visual appeal and aligns well with the prompt.
Player 1's image, while creative, lacks clarity in representing the key elements of 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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"