Creative Challenge
"A dragonfly with stained glass wings reflecting a city skyline"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4a1010;stop-opacity:1" />
</linearGradient>
<!-- Stained glass pattern -->
<pattern id="stainedGlass" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="50" cy="50" r="40" fill="#8ab3d9" opacity="0.8">
<animate attributeName="r" from="40" to="45" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="50" cy="50" r="35" fill="#d9c28a" opacity="0.8">
<animate attributeName="r" from="35" to="40" dur="2s" repeatCount="indefinite" />
</circle>
</pattern>
<!-- Glow effect -->
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Dragonfly body -->
<rect x="150" y="150" width="8" height="60" fill="#2a2a2a" rx="4" />
<!-- Dragonfly head -->
<circle cx="152" cy="140" r="4" fill="#2a2a2a" />
<!-- Dragonfly eyes -->
<circle cx="150" cy="135" r="2" fill="#fff" />
<circle cx="154" cy="135" r="2" fill="#fff" />
<circle cx="150" cy="135" r="1" fill="#000" />
<circle cx="154" cy="135" r="1" fill="#000" />
<!-- Left wing -->
<path d="M120 150C120 150,100 160,80 160S60 150,60 130L120 130Z" fill="url(#stainedGlass)" filter="url(#glow)" />
<!-- Right wing -->
<path d="M180 150C180 150,200 160,220 160S240 150,240 130L180 130Z" fill="url(#stainedGlass)" filter="url(#glow)" />
<!-- City skyline reflection -->
<rect x="70" y="200" width="160" height="30" fill="none" stroke="#333" stroke-width="2" />
<rect x="70" y="220" width="40" height="20" fill="#666" />
<rect x="120" y="220" width="20" height="30" fill="#666" />
<rect x="150" y="220" width="20" height="25" fill="#666" />
<rect x="180" y="220" width="20" height="20" fill="#666" />
<rect x="210" y="220" width="40" height="25" fill="#666" />
<!-- Additional glow effects -->
<circle cx="150" cy="150" r="20" fill="none" stroke="#8ab3d9" stroke-width="2" opacity="0.5" />
<circle cx="150" cy="150" r="25" fill="none" stroke="#d9c28a" stroke-width="2" opacity="0.5" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<!-- Sky Gradient -->
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#1E90FF"/>
</linearGradient>
<!-- Wing Gradients -->
<linearGradient id="wingGradientRightUpper" gradientUnits="userSpaceOnUse" x1="150" y1="130" x2="240" y2="80">
<stop offset="0%" stop-color="#FF69B4" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#FFA500" stop-opacity="0.7"/>
</linearGradient>
<linearGradient id="wingGradientRightLower" gradientUnits="userSpaceOnUse" x1="150" y1="170" x2="240" y2="220">
<stop offset="0%" stop-color="#7CFC00" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#32CD32" stop-opacity="0.7"/>
</linearGradient>
<linearGradient id="wingGradientLeftUpper" gradientUnits="userSpaceOnUse" x1="150" y1="130" x2="60" y2="80">
<stop offset="0%" stop-color="#87CEFA" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#1E90FF" stop-opacity="0.7"/>
</linearGradient>
<linearGradient id="wingGradientLeftLower" gradientUnits="userSpaceOnUse" x1="150" y1="170" x2="60" y2="220">
<stop offset="0%" stop-color="#DA70D6" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#BA55D3" stop-opacity="0.7"/>
</linearGradient>
<!-- Body Gradient -->
<linearGradient id="bodyGradient" gradientUnits="userSpaceOnUse" x1="150" y1="105" x2="150" y2="180">
<stop offset="0%" stop-color="#708090"/>
<stop offset="100%" stop-color="#2F4F4F"/>
</linearGradient>
</defs>
<!-- Background Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- City Skyline -->
<g id="citySkyline" opacity="0.8">
<rect x="0" y="265" width="10" height="35" fill="#2c3e50"/>
<rect x="12" y="250" width="15" height="50" fill="#34495e"/>
<rect x="30" y="270" width="8" height="30" fill="#2c3e50"/>
<rect x="40" y="245" width="12" height="55" fill="#34495e"/>
<rect x="55" y="255" width="10" height="45" fill="#2c3e50"/>
<rect x="67" y="265" width="8" height="35" fill="#34495e"/>
<rect x="77" y="240" width="20" height="60" fill="#2c3e50"/>
<rect x="100" y="255" width="12" height="45" fill="#34495e"/>
<rect x="115" y="265" width="10" height="35" fill="#2c3e50"/>
<rect x="127" y="250" width="15" height="50" fill="#34495e"/>
<rect x="145" y="260" width="10" height="40" fill="#2c3e50"/>
<rect x="160" y="245" width="12" height="55" fill="#34495e"/>
<rect x="175" y="270" width="8" height="30" fill="#2c3e50"/>
<rect x="185" y="255" width="15" height="45" fill="#34495e"/>
<rect x="205" y="260" width="10" height="40" fill="#2c3e50"/>
<rect x="220" y="265" width="12" height="35" fill="#34495e"/>
<rect x="235" y="240" width="20" height="60" fill="#2c3e50"/>
<rect x="260" y="255" width="12" height="45" fill="#34495e"/>
<rect x="275" y="265" width="8" height="35" fill="#2c3e50"/>
<rect x="285" y="250" width="15" height="50" fill="#34495e"/>
</g>
<!-- Dragonfly Wings -->
<!-- Right Upper Wing -->
<path d="M150,130
C 180,110, 220,70, 240,80
C 230,100, 190,140, 150,130 Z"
fill="url(#wingGradientRightUpper)" stroke="black" stroke-width="1"/>
<!-- Right Lower Wing -->
<path d="M150,170
C 180,190, 220,210, 240,220
C 230,230, 190,190, 150,170 Z"
fill="url(#wingGradientRightLower)" stroke="black" stroke-width="1"/>
<!-- Left Upper Wing -->
<path d="M150,130
C 120,110, 80,70, 60,80
C 70,100, 110,140, 150,130 Z"
fill="url(#wingGradientLeftUpper)" stroke="black" stroke-width="1"/>
<!-- Left Lower Wing -->
<path d="M150,170
C 120,190, 80,210, 60,220
C 70,230, 110,190, 150,170 Z"
fill="url(#wingGradientLeftLower)" stroke="black" stroke-width="1"/>
<!-- Dragonfly Body and Head -->
<circle cx="150" cy="105" r="7" fill="url(#bodyGradient)" stroke="black" stroke-width="0.5"/>
<ellipse cx="150" cy="150" rx="4" ry="30" fill="url(#bodyGradient)" stroke="black" stroke-width="0.5"/>
<!-- Antennae -->
<line x1="150" y1="98" x2="145" y2="80" stroke="black" stroke-width="1"/>
<line x1="150" y1="98" x2="155" y2="80" stroke="black" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's submission clearly represents a dragonfly with stained glass wings, capturing the prompt's essence more effectively.
The wings are depicted in vibrant colors that resemble stained glass, and the city skyline is incorporated into the composition, enhancing the visual appeal.
In contrast, Player 1's image does not clearly convey the dragonfly or the stained glass concept, 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
"Alien disco undersea with bioluminescent jellyfish DJ"
"Floating cityscape above an endless desert, tethered by glowing chains"
"Elephant in a tutu dancing on a massive vinyl record"
"A clock with rainbow-colored numbers and melting hands"
"Octopus juggling planets while riding a unicycle over a rainbow"
"A flamingo on a tightrope, balancing with a stack of teacups"