Creative Challenge
"A cat balancing on a stack of colorful teacups."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87cefa"/>
<stop offset="100%" stop-color="#e0ffff"/>
</linearGradient>
<!-- Gradient for teacups -->
<linearGradient id="cupGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7f50"/>
<stop offset="100%" stop-color="#ffdab9"/>
</linearGradient>
<!-- Gradient for the cat -->
<linearGradient id="catGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#cccccc"/>
<stop offset="100%" stop-color="#666666"/>
</linearGradient>
<!-- Pattern for teacup handles -->
<pattern id="handlePattern" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(45)">
<circle cx="5" cy="5" r="3" fill="#ffffff"/>
</pattern>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stack of colorful teacups -->
<!-- Bottom cup -->
<g id="cups" transform="translate(150, 220)">
<!-- First cup -->
<ellipse cx="0" cy="0" rx="60" ry="30" fill="url(#cupGradient)" stroke="#555" stroke-width="2"/>
<!-- Cup rim -->
<ellipse cx="0" cy="-30" rx="60" ry="10" fill="#dd99aa" stroke="#555" stroke-width="1"/>
<!-- Handle -->
<path d="M 60 0
a 15 15 0 0 1 -15 15
a 15 15 0 0 1 -15 -15
a 15 15 0 0 1 15 -15
a 15 15 0 0 1 15 15"
fill="url(#handlePattern)" stroke="#555" stroke-width="1"/>
</g>
<!-- Second cup -->
<g id="cups" transform="translate(150, 180)">
<ellipse cx="0" cy="0" rx="50" ry="25" fill="#89c7b6" stroke="#555" stroke-width="2"/>
<ellipse cx="0" cy="-25" rx="50" ry="8" fill="#cde1e6" stroke="#555" stroke-width="1"/>
<path d="M 50 0
a 12 12 0 0 1 -12 12
a 12 12 0 0 1 -12 -12
a 12 12 0 0 1 12 -12
a 12 12 0 0 1 12 12"
fill="url(#handlePattern)" stroke="#555" stroke-width="1"/>
</g>
<!-- Top cup -->
<g id="cups" transform="translate(150, 140)">
<ellipse cx="0" cy="0" rx="40" ry="20" fill="#f9d56e" stroke="#555" stroke-width="2"/>
<ellipse cx="0" cy="-20" rx="40" ry="6" fill="#ffe699" stroke="#555" stroke-width="1"/>
<path d="M 40 0
a 10 10 0 0 1 -10 10
a 10 10 0 0 1 -10 -10
a 10 10 0 0 1 10 -10
a 10 10 0 0 1 10 10"
fill="url(#handlePattern)" stroke="#555" stroke-width="1"/>
</g>
<!-- Artistic silhouette of the cat -->
<g id="cat" fill="url(#catGradient)" stroke="#444" stroke-width="1">
<!-- Body -->
<ellipse cx="150" cy="105" rx="15" ry="25"/>
<!-- Head -->
<circle cx="150" cy="85" r="10"/>
<!-- Ears -->
<polygon points="140,77 145,68 150,77" fill="#444"/>
<polygon points="160,77 155,68 150,77" fill="#444"/>
<!-- Tail - curved -->
<path d="M 165 105
Q 180 95 165 85"
stroke="#444" stroke-width="3" fill="none"/>
<!-- Front paws -->
<ellipse cx="140" cy="125" rx="3" ry="8"/>
<ellipse cx="160" cy="125" rx="3" ry="8"/>
</g>
<!-- Artistic artistic expression: little stars to add whimsy -->
<g fill="#fff" opacity="0.8">
<circle cx="250" cy="50" r="1.5"/>
<circle cx="50" cy="30" r="1"/>
<circle cx="200" cy="250" r="2"/>
<circle cx="100" cy="200" r="1.2"/>
<circle cx="180" cy="80" r="1.8"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFF7E8"/>
<stop offset="100%" stop-color="#FFE4C4"/>
</linearGradient>
<radialGradient id="grad1" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#FF91A4"/>
<stop offset="100%" stop-color="#FF6A00"/>
</radialGradient>
<radialGradient id="grad2" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#8EF6E4"/>
<stop offset="100%" stop-color="#3EA9A9"/>
</radialGradient>
<radialGradient id="grad3" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#D4FF9F"/>
<stop offset="100%" stop-color="#79C000"/>
</radialGradient>
<pattern id="pattern2" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="url(#grad2)"/>
<circle cx="10" cy="10" r="4" fill="white" opacity="0.6"/>
</pattern>
<pattern id="pattern3" patternUnits="userSpaceOnUse" width="12" height="12">
<rect width="12" height="12" fill="url(#grad3)"/>
<path d="M0,12 L12,0" stroke="#FFF" stroke-width="2"/>
</pattern>
<radialGradient id="catGrad" cx="0.5" cy="0.3" r="0.7">
<stop offset="0%" stop-color="#FFC371"/>
<stop offset="100%" stop-color="#FF5F6D"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Bottom Cup -->
<g transform="rotate(-5,150,200)">
<ellipse cx="150" cy="200" rx="60" ry="15" fill="url(#grad1)" stroke="#e65" stroke-width="2"/>
<path d="M90,200 C90,240 210,240 210,200 L210,215 C210,255 90,255 90,215 Z" fill="url(#grad1)" stroke="#e65" stroke-width="2"/>
<path d="M210,210 C230,200 230,260 210,250" fill="none" stroke="#e65" stroke-width="4"/>
</g>
<!-- Middle Cup -->
<g transform="rotate(4,150,160)">
<ellipse cx="150" cy="160" rx="50" ry="12" fill="url(#pattern2)" stroke="#3a8" stroke-width="2"/>
<path d="M100,160 C100,200 200,200 200,160 L200,175 C200,215 100,215 100,175 Z" fill="url(#pattern2)" stroke="#3a8" stroke-width="2"/>
<path d="M200,170 C220,160 220,210 200,200" fill="none" stroke="#3a8" stroke-width="4"/>
</g>
<!-- Top Cup -->
<g transform="rotate(-3,150,125)">
<ellipse cx="150" cy="125" rx="40" ry="10" fill="url(#pattern3)" stroke="#5a0" stroke-width="2"/>
<path d="M110,125 C110,155 190,155 190,125 L190,135 C190,165 110,165 110,135 Z" fill="url(#pattern3)" stroke="#5a0" stroke-width="2"/>
<path d="M190,130 C205,125 205,165 190,160" fill="none" stroke="#5a0" stroke-width="4"/>
</g>
<!-- Cat -->
<g transform="translate(150,80) rotate(-3,0,20)">
<!-- Body -->
<ellipse cx="0" cy="25" rx="20" ry="12" fill="url(#catGrad)" stroke="#cc8400" stroke-width="1.5"/>
<!-- Head -->
<ellipse cx="0" cy="0" rx="15" ry="12" fill="url(#catGrad)" stroke="#cc8400" stroke-width="1.5"/>
<!-- Ears -->
<path d="M-10,-8 L-18,-20 L-4,-12 Z" fill="url(#catGrad)" stroke="#cc8400" stroke-width="1.5"/>
<path d="M10,-8 L18,-20 L4,-12 Z" fill="url(#catGrad)" stroke="#cc8400" stroke-width="1.5"/>
<!-- Eyes -->
<circle cx="-5" cy="-2" r="3" fill="#fff"/>
<circle cx="5" cy="-2" r="3" fill="#fff"/>
<circle cx="-5" cy="-2" r="1.5" fill="#000"/>
<circle cx="5" cy="-2" r="1.5" fill="#000"/>
<!-- Nose -->
<path d="M0,2 L-2,6 L2,6 Z" fill="#e86"/>
<!-- Whiskers -->
<line x1="-2" y1="6" x2="-15" y2="6" stroke="#000" stroke-width="1"/>
<line x1="-2" y1="8" x2="-15" y2="10" stroke="#000" stroke-width="1"/>
<line x1="2" y1="6" x2="15" y2="6" stroke="#000" stroke-width="1"/>
<line x1="2" y1="8" x2="15" y2="10" stroke="#000" stroke-width="1"/>
<!-- Tail -->
<path d="M-15,30 C-35,35 -35,60 -10,50" fill="none" stroke="#cc8400" stroke-width="3"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates more creativity and adherence to the prompt by depicting a detailed and colorful stack of teacups with distinct patterns and handles, which are visually engaging.
The cat is more expressive and stands out, enhancing the composition's charm.
While Player 1's submission is clean and simple, it lacks the intricate details and vibrancy that make Player 2's work more visually appealing and aligned with 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
"Robot juggling planets under a starry sky."
"An octopus wearing a top hat, balancing teacups on each tentacle."
"An ice cream cone melting into the shape of a human face."
"A giraffe painting a sunset on a canvas, using its tongue as a paintbrush."