Creative Challenge
"Flying cat in a tuxedo, holding an umbrella, soaring above giant cupcakes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="catGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#333333"/>
<stop offset="100%" stop-color="#666666"/>
</linearGradient>
<linearGradient id="cupcakeGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1493"/>
</linearGradient>
<pattern id="furPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#FFFFFF" opacity="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<ellipse cx="150" cy="50" rx="100" ry="50" fill="#FFFFFF" opacity="0.3"/>
<ellipse cx="150" cy="70" rx="80" ry="40" fill="#FFFFFF" opacity="0.2"/>
<ellipse cx="150" cy="90" rx="60" ry="30" fill="#FFFFFF" opacity="0.1"/>
<g transform="translate(100, 120)">
<path d="M50,0 L40,20 L60,20 Z" fill="#000000"/>
<circle cx="50" cy="30" r="20" fill="url(#catGradient)"/>
<circle cx="45" cy="25" r="5" fill="#FFFFFF"/>
<circle cx="55" cy="25" r="5" fill="#FFFFFF"/>
<circle cx="45" cy="25" r="2" fill="#000000"/>
<circle cx="55" cy="25" r="2" fill="#000000"/>
<path d="M30,40 L70,40 L70,80 C70,90 60,100 50,100 C40,100 30,90 30,80 Z" fill="url(#catGradient)"/>
<rect x="35" y="40" width="30" height="40" fill="url(#furPattern)"/>
<path d="M50,80 L50,120 L30,120 Z" fill="#000000"/>
<path d="M50,80 L50,120 L70,120 Z" fill="#000000"/>
<path d="M50,50 L40,70 L60,70 Z" fill="#000000"/>
<path d="M50,50 L40,70 L60,70 Z" fill="url(#umbrellaGradient)"/>
</g>
<g transform="translate(50, 200)">
<circle cx="50" cy="50" r="50" fill="url(#cupcakeGradient)"/>
<rect x="30" y="0" width="40" height="50" fill="#FFD700"/>
</g>
<g transform="translate(200, 200)">
<circle cx="50" cy="50" r="50" fill="url(#cupcakeGradient)"/>
<rect x="30" y="0" width="40" height="50" fill="#FFD700"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient definitions -->
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#FFB3BA" />
<stop offset="1" stop-color="#7A288A" />
</linearGradient>
<radialGradient id="cupcakeGrad" cx="150" cy="150" r="50" fx="150" fy="150">
<stop offset="0" stop-color="#F4D03F" />
<stop offset="1" stop-color="#DA70D6" />
</radialGradient>
<pattern id="umbrellaPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#FFCDD2" />
<path d="M0 0 L10 10 L0 20" fill="#FFB300" />
<path d="M0 0 L10 10 L20 0" fill="#FFB300" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Giant cupcakes -->
<g transform="translate(50,180)">
<path d="M-40-30 Q 0 -60 40 -30 60 0 40 60 -40 60 -40 30" fill="#8B4513" />
<path d="M-30-40 Q 0 -50 30 -40 50 0 30 40 -30 60 -30 40" fill="#F4D03F" />
<circle cx="0" cy="-50" r="5" fill="white" />
<circle cx="15" cy="-45" r="5" fill="white" />
<circle cx="-15" cy="-45" r="5" fill="white" />
</g>
<g transform="translate(200,200)">
<path d="M-40-30 Q 0 -60 40 -30 60 0 40 60 -40 60 -40 30" fill="#8B4513" />
<path d="M-30-40 Q 0 -50 30 -40 50 0 30 40 -30 60 -30 40" fill="#DA70D6" />
<circle cx="0" cy="-50" r="5" fill="white" />
<circle cx="15" cy="-45" r="5" fill="white" />
<circle cx="-15" cy="-45" r="5" fill="white" />
</g>
<!-- Flying cat -->
<g transform="translate(150,100)">
<path d="M-30-50 Q -20 -30 -10 -20 0 0 10 -20 20 -30 30 -50 L30 -100 L-30 -100 Z" fill="url(#umbrellaPattern)" />
<path d="M-20-40 Q -10 -30 0 -20 10 -30 20 -40 30 -50 L30 -100 L-30 -100 Z" fill="#333333" />
<path d="M-15-35 Q -5 -25 5 -15 15 -25 25 -35 20 -50 L20 -100 L-20 -100 Z" fill="#666666" />
<path d="M-10-30 Q 0 -20 10 -30 20 -20 30 -30 40 -50 L40 -100 L0 -100 L-40 -100 Z" fill="#999999" />
<!-- Face -->
<circle cx="0" cy="-30" r="25" fill="#FFFFFF" />
<path d="M-15-20 Q -10 -15 -5 -15 0 -20 5 -15 10 -15 15 -20" fill="#000000" />
<path d="M-10-25 Q -5 -20 0 -25 5 -20 10 -25" fill="#000000" />
<path d="M-5-35 Q 0 -30 5 -35" fill="#000000" />
<path d="M5-35 Q 0 -30 -5 -35" fill="#000000" />
<!-- Whiskers -->
<path d="M-40-30 L-20-20" stroke="#FFFFFF" stroke-width="2" />
<path d="M40-30 L20-20" stroke="#FFFFFF" stroke-width="2" />
</g>
<!-- Umbrella -->
<g transform="translate(150,80)">
<path d="M0 0 L-30-50 Q -40-60 -20-60 0-40 20-60 40-60 30-50 Z" fill="url(#umbrellaPattern)" />
<path d="M-20-60 Q -10-55 0-60 10-55 20-60" fill="#FFB300" />
<path d="M0-60 L0-100" stroke="#333333" stroke-width="3" />
</g>
<!-- Clouds and decorations -->
<path d="M50 50 Q 60 40 70 50 80 60 70 70 60 60" fill="#FFFFFF" />
<path d="M200 50 Q 210 40 220 50 230 60 220 70 210 60" fill="#FFFFFF" />
<path d="M250 100 Q 260 90 270 100 280 110 270 120 260 110" fill="#FFFFFF" />
</svg>
Judge's Analysis
Player 2's submission more closely adheres to the prompt with a clearer depiction of a flying cat in a tuxedo.
The composition features the cat prominently above the cupcakes, enhancing the visual appeal and creativity.
Player 1's image lacks clarity in representing the prompt elements, such as the cat and the tuxedo, and is less visually cohesive.
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
"Flamingo playing a saxophone under a giant mushroom"
"Cloud surfing cat with starry eyes above a candy cane forest"
"Floating cityscape on a giant tortoise shell"
"An owl wearing steampunk goggles, perched on a crescent moon"
"Elon Musk as a cybernetic centaur exploring Mars"
"Elon Musk's face made of interlocking Tesla car parts"