Creative Challenge
"A bicycle with butterfly wings gliding over a cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient definitions -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a2980" />
<stop offset="100%" stop-color="#26d0ce" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#2c3e50" />
<stop offset="100%" stop-color="#4ca1af" />
</linearGradient>
<linearGradient id="wingGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff9966" />
<stop offset="100%" stop-color="#ff5e62" />
</linearGradient>
<linearGradient id="wingGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7F00FF" />
<stop offset="100%" stop-color="#E100FF" />
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="windowPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="1" y="1" width="8" height="8" fill="#fffce8" opacity="0.6" />
</pattern>
</defs>
<!-- Background sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Starry night -->
<g>
<circle cx="30" cy="40" r="1" fill="white" opacity="0.8" />
<circle cx="60" cy="20" r="1.2" fill="white" opacity="0.7" />
<circle cx="100" cy="50" r="0.8" fill="white" opacity="0.9" />
<circle cx="140" cy="30" r="1" fill="white" opacity="0.7" />
<circle cx="190" cy="15" r="1.3" fill="white" opacity="0.8" />
<circle cx="220" cy="40" r="0.9" fill="white" opacity="0.9" />
<circle cx="250" cy="25" r="1.1" fill="white" opacity="0.7" />
<circle cx="280" cy="45" r="0.7" fill="white" opacity="0.8" />
</g>
<!-- City silhouette -->
<g>
<!-- Buildings -->
<rect x="10" y="180" width="30" height="120" fill="url(#buildingGradient)" />
<rect x="40" y="160" width="40" height="140" fill="url(#buildingGradient)" opacity="0.9" />
<rect x="80" y="200" width="25" height="100" fill="url(#buildingGradient)" />
<rect x="105" y="150" width="35" height="150" fill="url(#buildingGradient)" opacity="0.95" />
<rect x="140" y="220" width="20" height="80" fill="url(#buildingGradient)" opacity="0.85" />
<rect x="160" y="170" width="30" height="130" fill="url(#buildingGradient)" />
<rect x="190" y="190" width="45" height="110" fill="url(#buildingGradient)" opacity="0.9" />
<rect x="235" y="160" width="25" height="140" fill="url(#buildingGradient)" opacity="0.95" />
<rect x="260" y="210" width="30" height="90" fill="url(#buildingGradient)" opacity="0.85" />
<!-- Windows -->
<rect x="15" y="190" width="20" height="100" fill="url(#windowPattern)" />
<rect x="45" y="170" width="30" height="120" fill="url(#windowPattern)" />
<rect x="85" y="210" width="15" height="80" fill="url(#windowPattern)" />
<rect x="110" y="160" width="25" height="130" fill="url(#windowPattern)" />
<rect x="145" y="230" width="10" height="60" fill="url(#windowPattern)" />
<rect x="165" y="180" width="20" height="110" fill="url(#windowPattern)" />
<rect x="195" y="200" width="35" height="90" fill="url(#windowPattern)" />
<rect x="240" y="170" width="15" height="120" fill="url(#windowPattern)" />
<rect x="265" y="220" width="20" height="70" fill="url(#windowPattern)" />
</g>
<!-- Bicycle with butterfly wings -->
<g transform="translate(150, 130) scale(0.7)">
<!-- Butterfly wing 1 (left) -->
<path d="M-40,0 C-60,-30 -90,-40 -110,-20 C-130,0 -120,30 -90,40 C-60,50 -40,30 -40,0 Z"
fill="url(#wingGradient1)" opacity="0.8" />
<!-- Butterfly wing 2 (right) -->
<path d="M40,0 C60,-30 90,-40 110,-20 C130,0 120,30 90,40 C60,50 40,30 40,0 Z"
fill="url(#wingGradient2)" opacity="0.8" />
<!-- Wing details -->
<path d="M-40,0 C-50,-15 -70,-20 -80,-15 M-80,-15 C-90,-5 -85,15 -70,20 M-70,20 C-55,25 -45,20 -40,0"
stroke="white" stroke-width="1" fill="none" opacity="0.6" />
<path d="M40,0 C50,-15 70,-20 80,-15 M80,-15 C90,-5 85,15 70,20 M70,20 C55,25 45,20 40,0"
stroke="white" stroke-width="1" fill="none" opacity="0.6" />
<!-- Wing patterns -->
<circle cx="-75" cy="0" r="5" fill="white" opacity="0.5" />
<circle cx="-65" cy="15" r="3" fill="white" opacity="0.4" />
<circle cx="-55" cy="5" r="4" fill="white" opacity="0.6" />
<circle cx="75" cy="0" r="5" fill="white" opacity="0.5" />
<circle cx="65" cy="15" r="3" fill="white" opacity="0.4" />
<circle cx="55" cy="5" r="4" fill="white" opacity="0.6" />
<!-- Bicycle frame -->
<g fill="none" stroke="#333" stroke-width="3">
<circle cx="-30" cy="40" r="25" /> <!-- Rear wheel -->
<circle cx="30" cy="40" r="25" /> <!-- Front wheel -->
<path d="M-30,40 L0,0 L30,40 M0,0 L-10,40 M0,0 L15,15" /> <!-- Frame -->
<path d="M30,40 L30,15" /> <!-- Handlebar stem -->
<path d="M20,15 L40,15" /> <!-- Handlebar -->
<path d="M-10,40 C-10,45 -15,45 -20,40" /> <!-- Pedal crank -->
</g>
<!-- Wheel spokes -->
<g stroke="#777" stroke-width="1">
<path d="M-30,40 L-30,15 M-30,40 L-30,65 M-30,40 L-5,40 M-30,40 L-55,40 M-30,40 L-15,25 M-30,40 L-45,25 M-30,40 L-15,55 M-30,40 L-45,55" />
<path d="M30,40 L30,15 M30,40 L30,65 M30,40 L5,40 M30,40 L55,40 M30,40 L15,25 M30,40 L45,25 M30,40 L15,55 M30,40 L45,55" />
</g>
<!-- Pedals -->
<rect x="-25" y="40" width="10" height="3" fill="#555" />
<!-- Bicycle seat -->
<ellipse cx="-10" cy="0" rx="5" ry="2" fill="#222" />
<!-- Glowing effect for movement -->
<g filter="url(#glow)">
<path d="M-120,-10 C-90,0 -60,5 -40,0 M-120,-10 L-130,-5 M-120,-10 L-125,-15" stroke="#fff" stroke-width="1" opacity="0.6" />
<path d="M120,-10 C90,0 60,5 40,0 M120,-10 L130,-5 M120,-10 L125,-15" stroke="#fff" stroke-width="1" opacity="0.6" />
</g>
</g>
<!-- Reflections on buildings -->
<g opacity="0.3">
<ellipse cx="60" cy="180" rx="15" ry="5" fill="#ff9966" />
<ellipse cx="120" cy="160" rx="20" ry="7" fill="#E100FF" />
<ellipse cx="200" cy="190" rx="17" ry="6" fill="#ff5e62" />
</g>
<!-- Moon -->
<circle cx="250" cy="50" r="15" fill="#fffce8" />
<circle cx="245" cy="45" r="5" fill="#1a2980" opacity="0.3" />
<circle cx="255" cy="55" r="3" fill="#1a2980" opacity="0.2" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Defining gradients -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#1E90FF"/>
</linearGradient>
<linearGradient id="wingGradientLeft" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFB6C1"/>
<stop offset="100%" stop-color="#FF69B4"/>
</linearGradient>
<linearGradient id="wingGradientRight" x1="1" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#00BFFF"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" stop-color="#2F4F4F"/>
<stop offset="100%" stop-color="#708090"/>
</linearGradient>
<pattern id="roadPattern" patternUnits="userSpaceOnUse" width="20" height="10">
<rect width="20" height="10" fill="#808080"/>
<rect x="5" y="4" width="10" height="2" fill="#ffffff"/>
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Cityscape -->
<g id="cityscape" transform="translate(0,200)">
<rect x="20" y="-100" width="40" height="100" fill="url(#buildingGradient)" />
<rect x="80" y="-150" width="50" height="150" fill="url(#buildingGradient)" />
<rect x="150" y="-120" width="30" height="120" fill="url(#buildingGradient)" />
<rect x="200" y="-180" width="40" height="180" fill="url(#buildingGradient)" />
<rect x="260" y="-80" width="30" height="80" fill="url(#buildingGradient)" />
</g>
<!-- Road -->
<rect x="0" y="270" width="300" height="30" fill="url(#roadPattern)" />
<!-- Bicycle body -->
<g id="bicycle" transform="translate(150,200)">
<!-- Wheels -->
<circle cx="-50" cy="0" r="20" stroke="#000" stroke-width="2" fill="#fff"/>
<circle cx="50" cy="0" r="20" stroke="#000" stroke-width="2" fill="#fff"/>
<!-- Frame -->
<line x1="-50" y1="0" x2="0" y2="-30" stroke="#000" stroke-width="2"/>
<line x1="0" y1="-30" x2="50" y2="0" stroke="#000" stroke-width="2"/>
<line x1="0" y1="-30" x2="-20" y2="-30" stroke="#000" stroke-width="2"/>
<line x1="0" y1="-30" x2="0" y2="-10" stroke="#000" stroke-width="2"/>
<!-- Handlebars and seat -->
<line x1="-20" y1="-30" x2="-30" y2="-40" stroke="#000" stroke-width="2"/>
<line x1="-30" y1="-40" x2="-25" y2="-45" stroke="#000" stroke-width="2"/>
<line x1="0" y1="-30" x2="0" y2="-40" stroke="#000" stroke-width="2"/>
<circle cx="0" cy="-40" r="3" fill="#000"/>
<!-- Butterfly wings -->
<g id="wings">
<!-- Left wing -->
<path d="M-50,0
C-80,-50 -100,50 -50,30
C-70,10 -60,0 -50,0"
fill="url(#wingGradientLeft)" opacity="0.8"/>
<!-- Right wing -->
<path d="M50,0
C80,-50 100,50 50,30
C70,10 60,0 50,0"
fill="url(#wingGradientRight)" opacity="0.8"/>
</g>
</g>
<!-- Decorative elements -->
<!-- Butterflies around -->
<g id="decorativeButterflies">
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="3" fill="#FFD700"/>
<path d="M0,-5 L2,-2 L0,0 L-2,-2 Z" fill="#FFD700" opacity="0.6"/>
</g>
<g transform="translate(200,80)">
<circle cx="0" cy="0" r="3" fill="#ADFF2F"/>
<path d="M0,-5 L2,-2 L0,0 L-2,-2 Z" fill="#ADFF2F" opacity="0.6"/>
</g>
<g transform="translate(250,150)">
<circle cx="0" cy="0" r="3" fill="#FF69B4"/>
<path d="M0,-5 L2,-2 L0,0 L-2,-2 Z" fill="#FF69B4" opacity="0.6"/>
</g>
</g>
<!-- Shadow under bicycle -->
<ellipse cx="150" cy="200" rx="50" ry="10" fill="rgba(0,0,0,0.2)" blur="2"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the prompt with a clear depiction of a bicycle with butterfly wings gliding over a detailed cityscape.
The use of vibrant colors for the wings adds creativity and visual appeal, while the moonlit sky enhances the overall composition.
In contrast, Player 2's image is simpler and lacks the imaginative elements that make Player 1's submission stand out.
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
"Flamingo playing a saxophone on a lily pad under a crescent moon"
"Jellyfish troupe performing ballet on a grassy hill"
"Sky-high penguin on a carousel horse"
"Penguin in a top hat juggling snowballs at sunrise"
"Floating island with a tree, roots trailing into space"
"A whale made of swirling, colorful origami paper"