Creative Challenge
"Melting hourglass releasing butterflies"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="glassGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgba(255,255,255,0.6);"/>
<stop offset="100%" style="stop-color:rgba(200,200,255,0.6);"/>
</linearGradient>
<linearGradient id="sandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F4A460;"/>
<stop offset="100%" style="stop-color:#DEB887;"/>
</linearGradient>
<radialGradient id="butterflyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF69B4;"/>
<stop offset="100%" style="stop-color:#FF1493;"/>
</radialGradient>
<pattern id="dripPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#B0E0E6" />
</pattern>
</defs>
<!-- Hourglass Frame -->
<g id="hourglass">
<path d="M100,20
L200,20
C220,20 220,280 200,280
L100,280
C80,280 80,20 100,20 Z"
fill="none" stroke="#8B4513" stroke-width="4"/>
<path d="M200,20
L150,150
L100,20"
fill="url(#glassGradient)" stroke="#8B4513" stroke-width="2"/>
<path d="M200,280
L150,150
L100,280"
fill="url(#glassGradient)" stroke="#8B4513" stroke-width="2"/>
</g>
<!-- Melting Effect -->
<g id="melting">
<path d="M100,280
C110,290 140,290 150,280
C160,270 190,270 200,280
L200,280
C190,290 160,290 150,280
C140,270 110,270 100,280 Z"
fill="url(#sandGradient)" opacity="0.8"/>
<path d="M100,20
C110,10 140,10 150,20
C160,30 190,30 200,20
L200,20
C190,10 160,10 150,20
C140,30 110,30 100,20 Z"
fill="url(#sandGradient)" opacity="0.8"/>
</g>
<!-- Butterflies -->
<g id="butterflies">
<g transform="translate(150,50)">
<path d="M0,0
Q-10,-20 0,-40
Q10,-20 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.8"/>
<path d="M0,0
Q10,-20 0,-40
Q-10,-20 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.8"/>
<line x1="0" y1="0" x2="0" y2="40" stroke="#333" stroke-width="2"/>
</g>
<g transform="translate(130,70) rotate(-30)">
<path d="M0,0
Q-8,-16 0,-32
Q8,-16 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.7"/>
<path d="M0,0
Q8,-16 0,-32
Q-8,-16 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.7"/>
<line x1="0" y1="0" x2="0" y2="32" stroke="#333" stroke-width="1.5"/>
</g>
<g transform="translate(170,70) rotate(30)">
<path d="M0,0
Q-8,-16 0,-32
Q8,-16 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.7"/>
<path d="M0,0
Q8,-16 0,-32
Q-8,-16 0,0 Z"
fill="url(#butterflyGradient)" opacity="0.7"/>
<line x1="0" y1="0" x2="0" y2="32" stroke="#333" stroke-width="1.5"/>
</g>
</g>
<!-- Drips -->
<g id="drips">
<path d="M100,280
C100,290 105,295 110,290
C115,285 120,295 125,290
C130,285 135,295 140,290
C145,285 150,295 155,290
C160,285 165,295 170,290"
fill="url(#dripPattern)" opacity="0.6" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="meltGradient">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#FF8E8E"/>
</linearGradient>
<radialGradient id="butterflyWing">
<stop offset="0%" stop-color="#7D668E"/>
<stop offset="50%" stop-color="#6C547E"/>
<stop offset="100%" stop-color="#5A416D"/>
</radialGradient>
<pattern id="pattern1" x="0" y="0" width="20" height="20">
<path d="M0 0 L20 20 M20 0 L0 20" stroke="#FFD700" stroke-width="1"/>
</pattern>
</defs>
<g transform="translate(150,150)">
<!-- Hourglass shape -->
<path d="M0-100 Q50-120 100-100 Q150-80 100-60 Q50-40 0-60 Q-50-80 -100-60 Q-150-40 -100-20 Q-50 0 0 20"
fill="url(#meltGradient)" stroke="#FF4E4E" stroke-width="4"/>
<!-- Melting effect -->
<path d="M0-80 Q30-90 60-80 Q90-70 60-60 Q30-50 0-70"
fill="url(#meltGradient)" opacity="0.7"/>
<!-- Butterflies -->
<g transform="translate(-30,80)">
<path d="M0 0 Q20-20 40 0 Q20 20 0 20" fill="#818CF8" stroke="#6C5CE7" stroke-width="2"/>
<path d="M0 0 Q-20-20 -40 0 Q-20 20 0 20" fill="#818CF8" stroke="#6C5CE7" stroke-width="2"/>
<rect x="-40" y="-30" width="80" height="60" rx="30" fill="url(#butterflyWing)"/>
</g>
<g transform="translate(30,-80)">
<path d="M0 0 Q20-20 40 0 Q20 20 0 20" fill="#9C27B0" stroke="#7B1FA2" stroke-width="2"/>
<path d="M0 0 Q-20-20 -40 0 Q-20 20 0 20" fill="#9C27B0" stroke="#7B1FA2" stroke-width="2"/>
<rect x="-40" y="-30" width="80" height="60" rx="30" fill="url(#butterflyWing)"/>
</g>
<!-- Emerging butterflies -->
<g transform="translate(0,-100)">
<path d="M0 0 Q20-20 40 0 Q20 20 0 20" fill="#A5D6FF" stroke="#8FB3FF" stroke-width="2"/>
<path d="M0 0 Q-20-20 -40 0 Q-20 20 0 20" fill="#A5D6FF" stroke="#8FB3FF" stroke-width="2"/>
<rect x="-40" y="-30" width="80" height="60" rx="30" fill="url(#butterflyWing)"/>
</g>
<!-- Sand particles -->
<g transform="translate(0,50)">
<rect x="-20" y="-20" width="40" height="40" rx="20" fill="url(#meltGradient)"/>
<rect x="-10" y="-10" width="20" height="20" rx="10" fill="url(#meltGradient)"/>
<rect x="10" y="-10" width="20" height="20" rx="10" fill="url(#meltGradient)"/>
</g>
<!-- Butterfly wings -->
<g transform="translate(0,100)">
<path d="M0 0 Q30-30 60 0 Q30 30 0 30" fill="url(#pattern1)"/>
<path d="M0 0 Q-30-30 -60 0 Q-30 30 0 30" fill="url(#pattern1)"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a melting hourglass with a clear depiction of butterflies, adhering closely to the prompt.
The technical quality is strong, with a clear structure and vibrant colors.
In contrast, Player 2's submission lacks a clear representation of an hourglass or butterflies, making it less aligned with the theme and less visually coherent.
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
"Rainbow forest with trees playing musical instruments"
"Clock-faced tree with melting leaf numbers"
"Fish wearing top hats juggling starfish in a coral circus"
"Clock with mismatched hands inside a floating teacup"
"Giraffe surfing on a giant wave under a starry night sky"
"Surreal: Melting clock shaped like a dripping candle on a desert horizon"