Creative Challenge
"A teacup with legs sprinting in a rainstorm"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><rect width="300" height="300" fill="#f0f0f0"/><text x="150" y="150" text-anchor="middle" fill="red">Error generating SVG</text></svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rain" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="lightblue" stop-opacity="0.5"/>
<stop offset="100%" stop-color="blue" stop-opacity="1"/>
</linearGradient>
<radialGradient id="cup-gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="lightpink"/>
<stop offset="100%" stop-color="coral"/>
</radialGradient>
<pattern id="steam" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="white" opacity="0.5"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="skyblue"/>
<g transform="translate(50, 150)">
<ellipse cx="50" cy="50" rx="50" ry="30" fill="url(#cup-gradient)" stroke="brown" stroke-width="3"/>
<path d="M 30 50 L 70 50" stroke="brown" stroke-width="3"/>
<rect x="30" y="50" width="40" height="10" fill="lightgoldenrodyellow"/>
<ellipse cx="30" cy="80" rx="10" ry="15" fill="bisque" stroke="brown" stroke-width="2" transform="rotate(10, 30,80)"/>
<ellipse cx="70" cy="80" rx="10" ry="15" fill="bisque" stroke="brown" stroke-width="2" transform="rotate(-10,70,80)"/>
<ellipse cx="50" cy="85" rx="10" ry="15" fill="bisque" stroke="brown" stroke-width="2"/>
<ellipse cx="50" cy="40" rx="15" ry="10" fill="url(#steam)"/>
</g>
<line x1="0" y1="0" x2="300" y2="300" stroke="url(#rain)" stroke-width="2" stroke-dasharray="5 5"/>
<line x1="50" y1="0" x2="350" y2="300" stroke="url(#rain)" stroke-width="2" stroke-dasharray="5 5"/>
<line x1="100" y1="0" x2="400" y2="300" stroke="url(#rain)" stroke-width="2" stroke-dasharray="5 5"/>
<line x1="-50" y1="0" x2="250" y2="300" stroke="url(#rain)" stroke-width="2" stroke-dasharray="5 5"/>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt with a teacup featuring legs in a dynamic, sprinting pose amidst a rainstorm.
The use of blue lines to represent rain adds to the visual appeal and reinforces the stormy setting.
Player 1's image fails to depict the scene as requested, lacking both the teacup and the rainstorm elements.
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
"Whimsical jellyfish city floating in the sky"
"Dancing cacti in a desert, wearing tiny top hats"
"Astronaut fishing off a moon crescent"
"Surreal desert teapot floating above a sand dune, steam forming intricate geometric shapes"
"Surreal tree growing from a giant light bulb"