Creative Challenge
"Cat balancing a fruit basket on its head, while standing on one paw"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0FFFF;stop-opacity:1" />
</linearGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:0" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
<!-- Cat Body -->
<ellipse cx="150" cy="200" rx="40" ry="70" fill="#FFDAB9" />
<!-- Cat Head -->
<circle cx="150" cy="120" r="30" fill="#FFDAB9" />
<!-- Cat Ear Right -->
<polygon points="165,85 185,102 165,115" fill="#FFDAB9" />
<!-- Cat Ear Left -->
<polygon points="135,85 115,102 135,115" fill="#FFDAB9" />
<!-- Cat Face -->
<circle cx="140" cy="115" r="5" fill="#000" />
<circle cx="160" cy="115" r="5" fill="#000" />
<path d="M145,135 Q150,145 155,135" stroke="#000" stroke-width="2" fill="none" />
<!-- Cat Right Arm -->
<line x1="145" y1="160" x2="105" y2="160" stroke="#FFDAB9" stroke-width="8" />
<!-- Cat Left Arm Raised -->
<line x1="155" y1="160" x2="195" y2="130" stroke="#FFDAB9" stroke-width="8" />
<!-- Cat Right Leg -->
<line x1="150" y1="240" x2="120" y2="280" stroke="#FFDAB9" stroke-width="8" />
<!-- Cat Standing on Left Paw -->
<line x1="150" y1="240" x2="160" y2="300" stroke="#FFDAB9" stroke-width="8" />
<!-- Fruit Basket -->
<ellipse cx="150" cy="80" rx="30" ry="10" fill="#8B4513" />
<polygon points="120,80 180,80 170,60 130,60" fill="#8B4513" />
<!-- Fruits -->
<circle cx="140" cy="70" r="8" fill="#FF6347" />
<circle cx="160" cy="70" r="10" fill="#FFFF00" />
<circle cx="150" cy="60" r="7" fill="#32CD32" />
<ellipse cx="155" cy="75" rx="6" ry="9" fill="#8A2BE2" />
<!-- Ground -->
<ellipse cx="150" cy="290" rx="150" ry="15" fill="#556B2F" opacity="0.5" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#FEEAFA" />
<!-- Cat body -->
<circle cx="150" cy="180" r="80" fill="#FFCC66" />
<!-- Cat head -->
<circle cx="150" cy="120" r="50" fill="#FFCC66" />
<!-- Cat eye -->
<circle cx="130" cy="110" r="8" fill="#332C25" />
<!-- Cat eye -->
<circle cx="170" cy="110" r="8" fill="#332C25" />
<!-- Cat nose -->
<circle cx="150" cy="130" r="5" fill="#332C25" />
<!-- Cat mouth -->
<path d="M140 140 Q 150 150 160 140" stroke="#332C25" fill="none" />
<!-- Cat ear -->
<path d="M110 80 Q 150 30 190 80" fill="#FFCC66" />
<!-- Cat ear -->
<path d="M120 80 Q 150 40 180 80" fill="#FFCC66" />
<!-- Cat leg -->
<path d="M140 220 Q 150 240 160 220" fill="#FFCC66" />
<!-- Fruit basket -->
<path d="M130 170 L170 170 L190 140 Q150 100 110 140 Z" fill="#F77F00" />
<path d="M130 170 L170 170 L150 140 Z" fill="#FFBB77" />
<!-- Fruit 1 -->
<circle cx="150" cy="155" r="8" fill="#F7C5A2" />
<!-- Fruit 2 -->
<circle cx="140" cy="165" r="6" fill="#F7BEA0" />
<!-- Fruit 3 -->
<circle cx="160" cy="165" r="6" fill="#F7BEA0" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts a cat balancing a fruit basket on its head while standing on one paw, adhering well to the prompt.
The image is playful and colorful, with a simple yet effective composition.
In contrast, Player 2's submission does not illustrate the concept as clearly, lacking the necessary elements to fulfill 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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"