Creative Challenge
"Fish wearing a top hat, blowing bubbles shaped like musical notes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and subtle patterns -->
<defs>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" style="stop-color:#a1c9fd;stop-opacity:1" />
<stop offset="1" style="stop-color:#2a4b8e;stop-opacity:1" />
</linearGradient>
<path id="bubblePath" d="M50,50 Q60,45 70,50 Q75,55 65,60 L65,60 Q60,55 50,50Z" />
<linearGradient id="fishGradient" x1="0" y1="0" x2="100%" y2="100%">
<stop offset="0" style="stop-color:#ff8c00;stop-opacity:1" />
<stop offset="1" style="stop-color:#ffa500;stop-opacity:1" />
</linearGradient>
<linearGradient id="hatGradient" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0" style="stop-color:#333;stop-opacity:1" />
<stop offset="1" style="stop-color:#000;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#waterGradient)" />
<!-- Subtle sparkles -->
<g id="sparkles" opacity="0.3">
<circle cx="30" cy="50" r="2" fill="white" />
<circle cx="80" cy="80" r="2" fill="white" />
<circle cx="150" cy="70" r="2" fill="white" />
<circle cx="200" cy="30" r="2" fill="white" />
</g>
<!-- Fish body -->
<g transform="translate(150,150)">
<!-- Fish body -->
<ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#fishGradient)" />
<!-- Tail -->
<path d="M-40,0 Q-20,-10 0,0 Q-10,10 -20,0 L-40,0 Z" fill="#8b008b" opacity="0.8" />
<!-- Fins -->
<path d="M20,10 L30,0 L20,-10 Z" fill="url(#fishGradient)" opacity="0.9" />
<path d="M-20,10 L-30,0 L-20,-10 Z" fill="url(#fishGradient)" opacity="0.9" />
<!-- Top hat -->
<g transform="translate(0,-80)">
<rect x="-25" y="0" width="50" height="40" fill="url(#hatGradient)" />
<path d="M-25,40 Q-15,45 0,40 Q15,45 25,40 L25,40 Q20,35 -5,30 L-25,40 Z" fill="#fff" opacity="0.8" />
</g>
</g>
<!-- Musical bubbles -->
<g id="bubbles">
<!-- Bubble 1 -->
<g transform="translate(100,100)" opacity="0.7">
<circle cx="0" cy="0" r="20" fill="url(#waterGradient)" opacity="0.5" />
<path d="M-10,0 L0,10 L10,0 L0,-10 Z" fill="#fff" stroke="#000" stroke-width="2" />
</g>
<!-- Bubble 2 -->
<g transform="translate(200,150)" opacity="0.6">
<circle cx="0" cy="0" r="25" fill="url(#waterGradient)" opacity="0.4" />
<path d="M0,0 Q10,-5 0,-10 Q-10,-5 0,0 M0,-10 Q5,-15 10,-10 Z" fill="#fff" stroke="#000" stroke-width="2" />
</g>
<!-- Bubble 3 -->
<g transform="translate(50,200)" opacity="0.8">
<circle cx="0" cy="0" r="15" fill="url(#waterGradient)" opacity="0.6" />
<path d="M0,0 Q5,5 0,10 Q-5,5 0,0 M0,0 Q-5,5 -10,0" fill="#fff" stroke="#000" stroke-width="2" />
</g>
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Definitions -->
<defs>
<radialGradient id="fishGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#4FC3F7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0288D1;stop-opacity:1" />
</radialGradient>
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#424242;stop-opacity:1" />
<stop offset="100%" style="stop-color:#212121;stop-opacity:1" />
</linearGradient>
<linearGradient id="bubbleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#e0e0e0;stop-opacity:0.8" />
</linearGradient>
<pattern id="stripes" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,0 l10,10" stroke="#ffffff" stroke-width="2"/>
</pattern>
</defs>
<!-- Fish Body -->
<ellipse cx="150" cy="150" rx="80" ry="50" fill="url(#fishGradient)" />
<!-- Tail -->
<path d="M70,150
l-30,-40
a10,40 0 0,1 60,0
z" fill="#0277BD" />
<!-- Fins -->
<path d="M150,100
l-20,-30
a20,30 0 0,1 40,0
z" fill="#0288D1" />
<path d="M150,200
l20,30
a20,30 0 0,1 -40,0
z" fill="#0288D1" />
<!-- Eye -->
<circle cx="180" cy="130" r="10" fill="#ffffff" />
<circle cx="180" cy="130" r="5" fill="#000000" />
<!-- Top Hat -->
<g transform="translate(110,80)">
<rect x="0" y="0" width="80" height="20" fill="url(#hatGradient)" />
<rect x="10" y="-30" width="60" height="30" fill="url(#hatGradient)" />
<rect x="0" y="-25" width="80" height="5" fill="url(#stripes)" />
</g>
<!-- Bubbles -->
<g>
<!-- Bubble 1 -->
<circle cx="220" cy="90" r="15" fill="url(#bubbleGradient)" stroke="#90A4AE" stroke-width="2"/>
<path d="M214,86
a1,1 0 0,1 12,0
M220,86
v12
M220,86
l-3,3
M220,86
l3,3" stroke="#455A64" stroke-width="2" />
<!-- Bubble 2 -->
<circle cx="240" cy="70" r="10" fill="url(#bubbleGradient)" stroke="#90A4AE" stroke-width="2"/>
<path d="M234,69
a1,1 0 0,1 6,0
M240,69
v6
M240,69
l-2,2
M240,69
l2,2" stroke="#455A64" stroke-width="1.5" />
<!-- Bubble 3 -->
<circle cx="260" cy="50" r="12" fill="url(#bubbleGradient)" stroke="#90A4AE" stroke-width="2"/>
<path d="M254,49
a1,1 0 0,1 12,0
M260,49
v12
M260,49
l-2.5,2.5
M260,49
l2.5,2.5" stroke="#455A64" stroke-width="1.5" />
</g>
<!-- Water Waves -->
<path d="M50,250
Q75,230 100,250
T150,250
T200,250
T250,250" fill="none" stroke="#81D4FA" stroke-width="4" opacity="0.6"/>
</svg>
Judge's Analysis
Player 2's image exhibits greater creativity and adherence to the prompt, with a well-defined fish wearing a top hat and clearly depicted musical note-shaped bubbles.
The technical quality is higher, with smoother lines and a more cohesive composition, making it visually appealing.
Player 1's image lacks clarity in bubble shapes and overall execution.
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
"A flying cat wearing a UFO as a hat, hovering above candy mountains"
"Umbrella growing from a teacup"
"A neon jellyfish orbiting a giant silver apple under a starry sky"
"Flying fish with balloon wings over a cityscape"
"Astronaut penguin juggling planets in space"
"Surreal clock with melting numbers and flying teacup"