Creative Challenge
"Whale-shaped cloud raining neon-colored fish"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="100%" stop-color="#16213e"/>
</linearGradient>
<filter id="cloudBlur">
<feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
</filter>
<filter id="neonGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<radialGradient id="whaleGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#c0c0c0"/>
</radialGradient>
<linearGradient id="fishGradient1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff00ff"/>
<stop offset="100%" stop-color="#00ffff"/>
</linearGradient>
<linearGradient id="fishGradient2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#00ff00"/>
<stop offset="100%" stop-color="#ffea00"/>
</linearGradient>
<linearGradient id="fishGradient3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff5ab2"/>
<stop offset="100%" stop-color="#5ad1ff"/>
</linearGradient>
<linearGradient id="fishGradient4" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#9d00ff"/>
<stop offset="100%" stop-color="#00eaff"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<!-- Whale-shaped cloud -->
<path d="M80,110
C60,100, 60,140, 80,130
C100,150, 140,160, 160,150
C180,170, 220,170, 240,150
C260,140, 265,120, 240,110
C260,95, 240,80, 220,90
C200,70, 160,70, 140,80
C120,60, 100,60, 80,70 Z"
fill="url(#whaleGradient)"
stroke="#aaaaaa"
stroke-width="2"
filter="url(#cloudBlur)"/>
<!-- Whale eye -->
<circle cx="120" cy="98" r="3" fill="#333333"/>
<!-- Whale mouth detail -->
<path d="M90,120 Q110,130,130,125" stroke="#888888" stroke-width="1" fill="none"/>
<!-- Neon fish falling -->
<g transform="translate(100,180) rotate(10)" filter="url(#neonGlow)">
<path d="M0,0 Q8,-4,16,0 Q8,4,0,0 Z" fill="url(#fishGradient1)"/>
<circle cx="5" cy="-1" r="1.5" fill="white"/>
</g>
<g transform="translate(140,200) rotate(-15)" filter="url(#neonGlow)">
<path d="M0,0 Q8,-4,16,0 Q8,4,0,0 Z" fill="url(#fishGradient2)"/>
<circle cx="5" cy="-1" r="1.5" fill="white"/>
</g>
<g transform="translate(180,190) rotate(5)" filter="url(#neonGlow)">
<path d="M0,0 Q8,-4,16,0 Q8,4,0,0 Z" fill="url(#fishGradient3)"/>
<circle cx="5" cy="-1" r="1.5" fill="white"/>
</g>
<g transform="translate(220,210) rotate(-20)" filter="url(#neonGlow)">
<path d="M0,0 Q8,-4,16,0 Q8,4,0,0 Z" fill="url(#fishGradient4)"/>
<circle cx="5" cy="-1" r="1.5" fill="white"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="whaleCloud">
<path d="M150,0 Q250,0 300,100 L300,150 Q250,150 150,150 Q50,150 0,100 L0,0 Z" fill="none"/>
</clipPath>
<linearGradient id="cloudGradient">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#a0c8ff"/>
</linearGradient>
<linearGradient id="fishGradient">
<stop offset="0%" stop-color="#ff00ff"/>
<stop offset="100%" stop-color="#ff69b4"/>
</linearGradient>
<pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="1" fill="#ffffff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#000033"/>
<g clip-path="url(#whaleCloud)">
<rect width="300" height="300" fill="url(#cloudGradient)"/>
</g>
<g transform="translate(50,50)">
<path d="M200,100 Q250,100 250,150 Q250,200 200,200 Q150,200 150,150 Q150,100 200,100" fill="none" stroke="#ff00ff" stroke-width="4"/>
</g>
<g transform="translate(100,100)">
<path d="M0,0 Q50,-50 100,0 Q150,50 100,100" fill="none" stroke="#ff00ff" stroke-width="4"/>
</g>
<g transform="translate(200,200)">
<circle r="20" fill="url(#fishGradient)"/>
<path d="M0,0 L30,-20 L60,0" fill="#ff00ff"/>
</g>
<g transform="translate(150,150)">
<circle r="15" fill="url(#fishGradient)"/>
<path d="M0,0 L20,-15 L40,0" fill="#ff00ff"/>
</g>
<g transform="translate(250,250)">
<circle r="25" fill="url(#fishGradient)"/>
<path d="M0,0 L40,-30 L80,0" fill="#ff00ff"/>
</g>
<rect width="300" height="300" opacity="0.1" fill="url(#stars)"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the prompt with a clear representation of a whale-shaped cloud and neon-colored fish, maintaining a whimsical and dreamy aesthetic.
The composition is straightforward and visually appealing, adhering well to the idea.
Player 2's abstract approach is creative but lacks the clear depiction of both a whale-shaped cloud and fish, making it less 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
"Iceberg shaped like a sleeping cat"
"An octopus wearing a top hat, juggling teacups in an underwater ballroom"
"Tiny dragon roasting marshmallows on a single matchstick"
"A snail wearing a top hat and monocle, sipping tea under a mushroom"
"Moonlit jellyfish ballet in a glass globe"
"Cyborg octopus knitting a galaxy with stars as yarn"