Creative Challenge
"Flying fish with butterfly wings above a cityscape at sunset"
<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="#ff7e5f"/>
<stop offset="50%" stop-color="#feb47b"/>
<stop offset="100%" stop-color="#ffecd2"/>
</linearGradient>
<linearGradient id="wingGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#a1c4fd"/>
<stop offset="50%" stop-color="#c2e9fb"/>
<stop offset="100%" stop-color="#a1c4fd"/>
</linearGradient>
<linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4facfe"/>
<stop offset="100%" stop-color="#00f2fe"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#4c5c68"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#ffe259">
<animate attributeName="r" from="30" to="35" dur="4s" repeatCount="indefinite" />
</circle>
<!-- Cityscape -->
<g>
<rect x="20" y="200" width="40" height="100" fill="url(#buildingGradient)"/>
<rect x="70" y="180" width="30" height="120" fill="url(#buildingGradient)"/>
<rect x="110" y="190" width="20" height="110" fill="url(#buildingGradient)"/>
<rect x="140" y="160" width="50" height="140" fill="url(#buildingGradient)"/>
<rect x="200" y="210" width="25" height="90" fill="url(#buildingGradient)"/>
<rect x="240" y="190" width="35" height="110" fill="url(#buildingGradient)"/>
</g>
<!-- Flying Fish with Butterfly Wings -->
<g transform="translate(150,100)">
<!-- Wings -->
<ellipse cx="-40" cy="0" rx="30" ry="15" fill="url(#wingGradient)" opacity="0.8">
<animateTransform attributeName="transform" type="scale" values="1;1.1;1" dur="3s" repeatCount="indefinite"/>
</ellipse>
<ellipse cx="40" cy="0" rx="30" ry="15" fill="url(#wingGradient)" opacity="0.8">
<animateTransform attributeName="transform" type="scale" values="1;1.1;1" dur="3s" repeatCount="indefinite"/>
</ellipse>
<!-- Body -->
<path d="M-20,0 Q0,-30 20,0 Q0,30 -20,0 Z" fill="url(#fishGradient)" stroke="#ffffff" stroke-width="2"/>
<!-- Fins -->
<path d="M-10,0 Q-15,-10 -20,0 Q-15,10 -10,0 Z" fill="#ffffff" opacity="0.7"/>
<path d="M10,0 Q15,-10 20,0 Q15,10 10,0 Z" fill="#ffffff" opacity="0.7"/>
<!-- Tail -->
<polygon points="-20,0 -30,-10 -30,10" fill="#00f2fe" opacity="0.8"/>
<!-- Eyes -->
<circle cx="15" cy="-5" r="3" fill="#000"/>
<circle cx="-15" cy="-5" r="3" fill="#000"/>
<!-- Animation: Floating up and down -->
<animateTransform attributeName="transform" type="translate" values="150,110;150,90;150,110" dur="6s" repeatCount="indefinite"/>
</g>
<!-- Reflections on water -->
<path d="M0,220 Q75,200 150,220 T300,220 L300,300 L0,300 Z" fill="rgba(255,255,255,0.2)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunset" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFB347" />
<stop offset="100%" stop-color="#E25822" />
</linearGradient>
<radialGradient id="fishBodyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#7FDBFF" />
<stop offset="100%" stop-color="#0074D9" />
</radialGradient>
<radialGradient id="wingGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFC0CB" />
<stop offset="100%" stop-color="#8A2BE2" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#sunset)" />
<!-- Cityscape -->
<g id="cityscape">
<rect x="10" y="220" width="30" height="80" fill="#2C3E50" />
<rect x="50" y="205" width="20" height="95" fill="#34495E" />
<rect x="80" y="210" width="25" height="90" fill="#2C3E50" />
<rect x="115" y="200" width="35" height="100" fill="#34495E" />
<rect x="160" y="214" width="20" height="86" fill="#22313F" />
<rect x="195" y="205" width="30" height="95" fill="#2C3E50" />
<rect x="235" y="190" width="25" height="110" fill="#34495E" />
<rect x="265" y="210" width="20" height="90" fill="#2C3E50" />
</g>
<!-- Flying Fish with Butterfly Wings -->
<g id="flyingFish" transform="rotate(-20,150,130)">
<path d="M130,130 Q90,100 80,130 Q90,160 130,130 Z" fill="url(#wingGradient)" stroke="#fff" stroke-width="0.5" />
<path d="M170,130 Q210,100 220,130 Q210,160 170,130 Z" fill="url(#wingGradient)" stroke="#fff" stroke-width="0.5" />
<path d="M130,130 Q100,115 90,130" stroke="#fff" stroke-width="0.5" fill="none" />
<path d="M130,130 Q100,145 90,130" stroke="#fff" stroke-width="0.5" fill="none" />
<path d="M170,130 Q200,115 210,130" stroke="#fff" stroke-width="0.5" fill="none" />
<path d="M170,130 Q200,145 210,130" stroke="#fff" stroke-width="0.5" fill="none" />
<ellipse cx="150" cy="130" rx="20" ry="10" fill="url(#fishBodyGradient)" stroke="#0074D9" stroke-width="1" />
<polygon points="130,130 115,125 115,135" fill="url(#fishBodyGradient)" stroke="#0074D9" stroke-width="1" />
<circle cx="165" cy="127" r="2" fill="#fff" />
</g>
</svg>
Judge's Analysis
Player 2's image demonstrates a more vibrant and visually appealing depiction of the flying fish with butterfly wings.
The use of bright colors for the fish and wings creates a striking contrast against the warm sunset background, enhancing the overall composition.
Additionally, the technical execution in Player 2's image is more polished, with a smoother integration of the fish and wings, making it more engaging and dynamic.
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
"Cat wearing a suit, sipping tea on a floating lily pad"
"A cyberpunk octopus playing a violin"
"A geometric tree house shaped like a giant teapot"
"Singing cacti wearing sunglasses under a disco ball in the desert"
"A giraffe in a space helmet, floating among stars with a lollipop"
"A bicycle made of fruit, each wheel a sliced lemon, handlebars as banana"