Creative Challenge
"Futuristic cityscape reflected in a giant dragonfly's eye"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#020024"/>
<stop offset="50%" stop-color="#090979"/>
<stop offset="100%" stop-color="#00d4ff"/>
</linearGradient>
<!-- Cityscape gradient -->
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f72585"/>
<stop offset="100%" stop-color="#7209b7"/>
</linearGradient>
<!-- Dragonfly eye gradient -->
<radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#e0e0e0"/>
<stop offset="100%" stop-color="#606060"/>
</radialGradient>
<!-- Pattern for city lights -->
<pattern id="lightPattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
<rect width="2" height="2" fill="#fff" />
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)" />
<!-- Cityscape at the bottom -->
<g id="cityscape">
<!-- Buildings at various positions -->
<rect x="20" y="170" width="15" height="60" fill="url(#cityGradient)" />
<rect x="40" y="150" width="10" height="80" fill="url(#cityGradient)" />
<rect x="55" y="180" width="20" height="50" fill="url(#cityGradient)" />
<rect x="80" y="160" width="15" height="70" fill="url(#cityGradient)" />
<rect x="100" y="140" width="20" height="90" fill="url(#cityGradient)" />
<rect x="125" y="165" width="18" height="65" fill="url(#cityGradient)" />
<rect x="150" y="150" width="25" height="80" fill="url(#cityGradient)" />
<rect x="180" y="170" width="15" height="60" fill="url(#cityGradient)" />
<rect x="200" y="155" width="20" height="75" fill="url(#cityGradient)" />
<rect x="225" y="170" width="10" height="60" fill="url(#cityGradient)" />
<rect x="240" y="150" width="18" height="80" fill="url(#cityGradient)" />
<rect x="260" y="160" width="12" height="70" fill="url(#cityGradient)" />
<!-- City lights overlay -->
<rect x="0" y="140" width="300" height="100" fill="url(#lightPattern)" opacity="0.3"/>
</g>
<!-- Giant dragonfly's eye -->
<g id="dragonfly-eye" transform="translate(150, 100)">
<!-- Outer eye ellipse -->
<ellipse cx="0" cy="0" rx="90" ry="70" fill="url(#eyeGradient)" stroke="#333" stroke-width="3"/>
<!-- Intricate reflective patterns - simulate cityscape reflection -->
<clipPath id="eyeClip">
<ellipse cx="0" cy="0" rx="85" ry="65"/>
</clipPath>
<g clip-path="url(#eyeClip)">
<!-- Reflected cityscape slightly distorted -->
<g transform="scale(1, 0.5) translate(-75, 10)">
<rect x="0" y="90" width="150" height="30" fill="black" opacity="0.7"/>
<g opacity="0.8">
<rect x="5" y="95" width="10" height="15" fill="url(#cityGradient)"/>
<rect x="20" y="90" width="8" height="20" fill="url(#cityGradient)"/>
<rect x="35" y="100" width="12" height="10" fill="url(#cityGradient)"/>
<rect x="50" y="92" width="9" height="18" fill="url(#cityGradient)"/>
<rect x="65" y="88" width="14" height="22" fill="url(#cityGradient)"/>
<rect x="85" y="95" width="10" height="15" fill="url(#cityGradient)"/>
<rect x="100" y="90" width="8" height="20" fill="url(#cityGradient)"/>
<rect x="115" y="97" width="12" height="13" fill="url(#cityGradient)"/>
</g>
</g>
</g>
<!-- Inner details of the eye -->
<ellipse cx="0" cy="0" rx="30" ry="25" fill="none" stroke="#888" stroke-width="2"/>
<circle cx="0" cy="0" r="8" fill="#fff" stroke="#ccc" stroke-width="2"/>
</g>
<!-- Additional futuristic elements: hovering vehicles in the sky -->
<g id="hoverVehicles" opacity="0.7">
<ellipse cx="60" cy="40" rx="8" ry="3" fill="#ffea00" />
<ellipse cx="240" cy="60" rx="10" ry="4" fill="#ffea00" />
<ellipse cx="130" cy="30" rx="7" ry="3" fill="#ffea00" />
</g>
<!-- Final decorative touch: translucent nebula effects -->
<g opacity="0.4">
<circle cx="80" cy="220" r="25" fill="magenta" />
<circle cx="220" cy="210" r="20" fill="cyan" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Gradient Definitions -->
<defs>
<radialGradient id="cityGrad" cx="50%" cy="50%" r="50%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#3f51b5"/>
<stop offset="80%" stop-color="#2196f3"/>
<stop offset="100%" stop-color="#9c27b0"/>
</radialGradient>
<linearGradient id="eyeGrad" x1="50%" y1="0%" x2="50%" y2="100%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#8bc34a"/>
<stop offset="50%" stop-color="#4CAF50"/>
<stop offset="100%" stop-color="#2ecc71"/>
</linearGradient>
<linearGradient id="dragonflyGrad" x1="0%" y1="0%" x2="100%" y2="100%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2ecc71"/>
<stop offset="50%" stop-color="#16a085"/>
<stop offset="100%" stop-color="#4c5154"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#212121"/>
<!-- Cityscape -->
<path d="M 150, 200 L 270, 100 L 230, 80 L 190, 100 L 150, 60 L 110, 100 L 70, 80 L 30, 100 Z" fill="url(#cityGrad)"/>
<path d="M 150, 200 L 160, 230 L 200, 220 L 230, 250 L 260, 220 L 290, 230 L 280, 180 L 230, 150 L 200, 180 L 160, 150 Z" fill="#455a64"/>
<!-- Dragonfly Body -->
<path d="M 100, 200 L 130, 220 L 110, 240 L 80, 220 L 50, 200 L 40, 160 L 50, 120 L 80, 100 L 110, 120 L 130, 160 Z" fill="url(#dragonflyGrad)"/>
<!-- Dragonfly Eye -->
<circle cx="90" cy="100" r="30" fill="url(#eyeGrad)"/>
<!-- Reflection -->
<path d="M 100, 100 L 110, 90 L 90, 80 L 70, 90 L 60, 100 L 70, 110 L 90, 120 L 110, 110 Z" fill="#3e4a52" opacity="0.4" transform="stride(10, -20, 100, 0) "/>
<path d="M 100, 100 L 110, 90 L 90, 80 L 70, 90 L 60, 100 L 70, 110 L 90, 120 L 110, 110 Z" fill="#3e4a52" opacity="0.2" transform="stride(20, -40, 90, 0) "/>
<!-- Details -->
<circle cx="140" cy="160" r="5" fill="#494949"/>
<circle cx="60" cy="160" r="5" fill="#494949"/>
<line x1="150" y1="200" x2="90" y2="100" stroke="#494949" stroke-width="3" stroke-linecap="round"/>
<line x1="150" y1="230" x2="90" y2="130" stroke="#494949" stroke-width="2" stroke-linecap="round"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a futuristic cityscape reflected in a dragonfly's eye, with a clear depiction of urban elements and a reflective surface.
The vibrant colors and structured layout enhance the visual appeal and adherence to the prompt.
Player 2's image, while abstract and creative, does not clearly convey the idea of a cityscape or a dragonfly's eye, making Player 1's submission more 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
"A turtle surfing a rainbow wave under a starry sky"
"Floating island with a tiny village, eclipsed by a colossal hovering jellyfish"
"Skateboarding octopus wearing a top hat, over a crescent moon"
"Floating city on a turtle's back, under a starry sky"
"Floating cityscape on an iceberg, under a starry sky"
"Frog wearing a space helmet, surfing on a comet, with a backdrop of swirling galaxies"