Creative Challenge
"A flying whale with butterfly wings over a cityscape at dawn"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color: #F08080;stop-opacity:1" />
</linearGradient>
<linearGradient id="whaleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #4682B4;stop-opacity:1" />
<stop offset="100%" style="stop-color: #00BFFF;stop-opacity:1" />
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color: #FF1493;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<path d="M150,100 Q120,50 100,100 T100,150 T150,200 T200,150 T200,100 Q180,50 150,100" fill="url(#whaleGradient)" stroke="black" stroke-width="2"/>
<path d="M120,70 Q80,40 100,80 T100,120 T120,150 Q140,180 120,150 Z" fill="url(#wingGradient)" stroke="black" stroke-width="1"/>
<path d="M180,70 Q220,40 200,80 T200,120 T180,150 Q160,180 180,150 Z" fill="url(#wingGradient)" stroke="black" stroke-width="1"/>
<g transform="translate(50,250)">
<rect x="0" y="0" width="100" height="50" fill="#8B4513" />
<rect x="120" y="0" width="100" height="50" fill="#8B4513" />
<rect x="240" y="0" width="100" height="50" fill="#8B4513" />
<rect x="0" y="60" width="100" height="50" fill="#8B4513" />
<rect x="120" y="60" width="100" height="50" fill="#8B4513" />
<rect x="240" y="60" width="100" height="50" fill="#8B4513" />
</g>
<g transform="translate(0,250)">
<rect x="0" y="0" width="50" height="50" fill="#8B4513" />
<rect x="60" y="0" width="50" height="50" fill="#8B4513" />
<rect x="120" y="0" width="50" height="50" fill="#8B4513" />
<rect x="180" y="0" width="50" height="50" fill="#8B4513" />
<rect x="240" y="0" width="50" height="50" fill="#8B4513" />
</g>
<g transform="translate(0,280)">
<rect x="0" y="0" width="300" height="20" fill="#8B4513" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient sky -->
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a3e5d;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4a8aaa;stop-opacity:1" />
</linearGradient>
<radialGradient id="wingGradient" cx="150%" cy="150%" r="100%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8e8e;stop-opacity:0" />
</radialGradient>
<path id="wingPath" d="M0 0 Q 50 100 100 0 Q 150 -50 200 0 Q 250 50 300 0 Q 350 100 400 0 Q 450 -50 500 0 Q 550 50 600 0 Q 650 100 700 0 Q 750 -50 800 0 Q 850 50 900 0 Q 950 100 1000 0 Q 1050 -50 1100 0 L0 0"/>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Stars -->
<g opacity="0.5">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="100" cy="80" r="1" fill="white"/>
<circle cx="150" cy="30" r="1" fill="white"/>
<circle cx="200" cy="60" r="1" fill="white"/>
<circle cx="250" cy="40" r="1" fill="white"/>
<circle cx="300" cy="70" r="1" fill="white"/>
</g>
<!-- Cityscape -->
<g transform="translate(0 200)">
<rect x="10" y="0" width="40" height="150" fill="#4a4a4a"/>
<rect x="60" y="0" width="50" height="180" fill="#333"/>
<rect x="120" y="0" width="30" height="160" fill="#666"/>
<rect x="160" y="0" width="40" height="170" fill="#444"/>
<rect x="210" y="0" width="35" height="155" fill="#555"/>
<rect x="255" y="0" width="45" height="165" fill="#666"/>
<!-- Windows -->
<rect x="15" y="20" width="10" height="10" fill="#888"/>
<rect x="25" y="20" width="10" height="10" fill="#888"/>
<rect x="15" y="40" width="10" height="10" fill="#888"/>
<rect x="25" y="40" width="10" height="10" fill="#888"/>
<rect x="15" y="60" width="10" height="10" fill="#888"/>
<rect x="25" y="60" width="10" height="10" fill="#888"/>
</g>
<!-- Whale body -->
<path d="M150 180 Q 200 220 250 180 Q 300 140 250 100 Q 200 60 150 100 Q 100 140 50 100 Q 0 60 50 180" fill="#345995" opacity="0.8"/>
<!-- Whale tail -->
<path d="M150 180 L120 200 L180 200" fill="#2d4a6f"/>
<!-- Butterfly wings -->
<g transform="translate(150 150)">
<path d="M-100 0 Q -50 50 0 0 Q 50 -50 100 0 Q 150 50 200 0 Q 250 -50 300 0 L0 0 Z" fill="url(#wingGradient)"/>
<path d="M-100 0 Q -50 -50 0 0 Q 50 50 100 0 Q 150 -50 200 0 Q 250 50 300 0 L0 0 Z" fill="url(#wingGradient)"/>
</g>
<!-- Wing veins -->
<path d="M50 100 Q 100 150 150 100 Q 200 50 250 100" stroke="#ff8e8e" stroke-width="2" fill="none"/>
<path d="M100 50 Q 150 100 200 50" stroke="#ff8e8e" stroke-width="2" fill="none"/>
<!-- Glow effect under whale -->
<path d="M150 180 Q 200 220 250 180 Q 300 140 250 100 Q 200 60 150 100 Q 100 140 50 100 Q 0 60 50 180" fill="url(#wingGradient)" opacity="0.3"/>
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="#ffffff" opacity="0.9">
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</circle>
</svg>
Judge's Analysis
Player 2's image creatively combines a whale shape with abstract butterfly wings, set against a cityscape that captures the essence of dawn with a moonlit sky.
The composition is visually appealing and adheres better to the prompt, demonstrating a higher level of technical quality and creativity compared to Player 1's simpler and less defined depiction.
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
"Levitation tea party with floating teacups and pastries"
"Moonlit snail in a top hat juggling stars"
"Rainbow octopus in a Victorian tea party setting"
"Dolphin playing chess with a robot atop an iceberg"
"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"
"Frog in a vintage scuba suit dancing with jellyfish"