Creative Challenge
"Reclining cat floating on a cloud, juggling fish in a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#070B34;stop-opacity:1" />
<stop offset="100%" style="stop-color:#210535;stop-opacity:1" />
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0E0E0;stop-opacity:1" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF" />
</pattern>
<linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF6F61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.8" />
<g transform="translate(50, 150)">
<ellipse cx="100" cy="0" rx="120" ry="50" fill="url(#cloudGradient)" />
<path d="M80,0 C80,-20 120,-20 120,0 Z" fill="#FFFFFF" opacity="0.3" />
<path d="M50,0 C50,-15 90,-15 90,0 Z" fill="#FFFFFF" opacity="0.3" />
<path d="M110,0 C110,-10 150,-10 150,0 Z" fill="#FFFFFF" opacity="0.3" />
</g>
<g transform="translate(150, 120)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="#FFC0CB" />
<circle cx="0" cy="-20" r="10" fill="#FFC0CB" />
<circle cx="-10" cy="-25" r="3" fill="#000000" />
<circle cx="10" cy="-25" r="3" fill="#000000" />
<path d="M-5,-10 Q0,-15 5,-10" fill="none" stroke="#000000" stroke-width="2" />
<path d="M-30,0 Q-40,10 -30,20 L30,20 Q40,10 30,0 Z" fill="#FFC0CB" />
<path d="M-20,5 L-25,10 L-15,10 Z" fill="#000000" />
<path d="M20,5 L25,10 L15,10 Z" fill="#000000" />
</g>
<g transform="translate(160, 100)">
<path d="M-20,-20 L0,-40 L20,-20 Z" fill="url(#fishGradient)" />
<circle cx="0" cy="-30" r="3" fill="#FFFFFF" />
<path d="M-15,-25 L-5,-30 Q0,-35 5,-30 L15,-25" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
<g transform="translate(130, 100)">
<path d="M-20,-20 L0,-40 L20,-20 Z" fill="url(#fishGradient)" />
<circle cx="0" cy="-30" r="3" fill="#FFFFFF" />
<path d="M-15,-25 L-5,-30 Q0,-35 5,-30 L15,-25" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
<g transform="translate(190, 100)">
<path d="M-20,-20 L0,-40 L20,-20 Z" fill="url(#fishGradient)" />
<circle cx="0" cy="-30" r="3" fill="#FFFFFF" />
<path d="M-15,-25 L-5,-30 Q0,-35 5,-30 L15,-25" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F0F0F0;stop-opacity:1" />
</radialGradient>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1E5799;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00002A;stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="3" fill="white" />
<circle cx="17" cy="5" r="2" fill="white" />
<circle cx="2" cy="15" r="1.5" fill="white" />
<circle cx="15" cy="17" r="2" fill="white" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(100,150)">
<circle cx="0" cy="0" r="50" fill="url(#cloudGradient)" />
<path d="M -50 0 C -25 20, 25 20, 50 0 C 25 -20, -25 -20, -50 0" fill="url(#cloudGradient)" />
</g>
<g transform="translate(100,150)">
<path d="M 0 0 Q 25 -30 50 0 Q 25 30 0 0" fill="#FFD700" />
<path d="M 0 -10 Q 25 -40 50 -10 Q 25 20 0 -10" fill="#FFD700" />
<circle cx="0" cy="0" r="15" fill="#FFD700" />
<circle cx="50" cy="0" r="15" fill="#FFD700" />
<circle cx="25" cy="20" r="5" fill="white" />
<circle cx="25" cy="-20" r="5" fill="white" />
<path d="M 25 -10 C 25 -15 35 -25 40 -30" stroke="black" stroke-width="2" fill="none" />
<path d="M 25 -10 C 25 -15 15 -25 10 -30" stroke="black" stroke-width="2" fill="none" />
<path d="M 25 -10 C 25 -15 35 -5 40 0" stroke="black" stroke-width="2" fill="none" />
<path d="M 25 -10 C 25 -15 15 -5 10 0" stroke="black" stroke-width="2" fill="none" />
</g>
<g transform="translate(100,150)">
<circle cx="0" cy="0" r="10" fill="url(#stars)" />
<circle cx="25" cy="0" r="10" fill="url(#stars)" />
<circle cx="50" cy="0" r="10" fill="url(#stars)" />
</g>
<g transform="translate(100,150)">
<circle cx="0" cy="0" r="10" fill="white" />
<circle cx="25" cy="0" r="10" fill="white" />
<circle cx="50" cy="0" r="10" fill="white" />
</g>
<g transform="translate(100,150)">
<circle cx="0" cy="0" r="10" fill="url(#stars)" />
<circle cx="25" cy="0" r="10" fill="url(#stars)" />
<circle cx="50" cy="0" r="10" fill="url(#stars)" />
</g>
<rect width="100%" height="100%" fill="url(#stars)" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's image more closely adheres to the prompt with a discernible cat figure reclining on a cloud, juggling fish.
The design is straightforward and captures the whimsy of the scene.
Player 2's image lacks clarity in depicting the cat, cloud, and juggling fish, making it less effective in conveying the theme.
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
"Upside-down castle floating amongst clouds"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"
"Rainbow zebra on a unicycle juggling flamingos"