Creative Challenge
"A melting clock shaped like a pancake with syrup dripping off."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="pancakeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f4d496"/>
<stop offset="100%" stop-color="#c69b56"/>
</linearGradient>
<linearGradient id="syrupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8b4513"/>
<stop offset="100%" stop-color="#5e2605"/>
</linearGradient>
<filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
<feOffset dx="2" dy="2" result="offsetblur"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.5"/>
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="gooey">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo"/>
</filter>
</defs>
<!-- Plate -->
<ellipse cx="150" cy="180" rx="130" ry="30" fill="#f0f0f0" filter="url(#dropShadow)"/>
<!-- Pancake/Clock Base -->
<ellipse cx="150" cy="165" rx="100" ry="25" fill="url(#pancakeGradient)" filter="url(#dropShadow)"/>
<ellipse cx="150" cy="140" rx="90" ry="35" fill="url(#pancakeGradient)" filter="url(#dropShadow)"/>
<!-- Melting Clock Face -->
<g transform="translate(150, 140) scale(0.85) translate(-150, -140)">
<ellipse cx="150" cy="140" rx="80" ry="30" fill="#f9e8c0" filter="url(#dropShadow)"/>
<!-- Clock Numbers - Melting -->
<g fill="#8b4513" font-family="Arial" font-weight="bold">
<text x="150" y="120" text-anchor="middle" font-size="14" transform="rotate(-5, 150, 140)">12</text>
<text x="190" y="140" text-anchor="middle" font-size="14" transform="rotate(15, 190, 140) translate(0, 5)">3</text>
<text x="150" y="165" text-anchor="middle" font-size="14" transform="rotate(5, 150, 140) translate(0, 5)">6</text>
<text x="110" y="140" text-anchor="middle" font-size="14" transform="rotate(-15, 110, 140) translate(0, 2)">9</text>
</g>
<!-- Clock Hands - Melting -->
<g stroke="#5e2605" stroke-width="3" stroke-linecap="round">
<path d="M150,140 C160,125 170,115 175,110" fill="none" transform="rotate(30, 150, 140)"/>
<path d="M150,140 C155,150 160,170 165,180" fill="none" transform="rotate(-60, 150, 140)" stroke-width="2"/>
</g>
</g>
<!-- Syrup Drips -->
<g filter="url(#gooey)">
<path d="M120,140 C115,145 110,170 105,190 C100,210 95,230 90,240" fill="url(#syrupGradient)" opacity="0.9"/>
<path d="M150,145 C145,160 140,190 140,220" fill="url(#syrupGradient)" opacity="0.9"/>
<path d="M180,140 C185,150 190,170 195,190 C200,210 205,230 210,240" fill="url(#syrupGradient)" opacity="0.9"/>
<!-- Syrup Puddle -->
<ellipse cx="150" cy="180" rx="110" ry="20" fill="url(#syrupGradient)" opacity="0.7"/>
</g>
<!-- Butter Pat - Melting -->
<g transform="translate(190, 110)">
<rect x="-15" y="-10" width="30" height="20" rx="5" ry="5" fill="#f9e076" filter="url(#dropShadow)"/>
<path d="M-15,5 C-10,10 0,15 15,10" fill="#f9e076"/>
</g>
<!-- Steam -->
<g opacity="0.6">
<path d="M130,100 C125,90 130,80 135,85 C140,75 145,80 140,90 C145,85 150,75 145,65" fill="none" stroke="#ccc" stroke-width="2"/>
<path d="M160,95 C155,85 160,75 165,80 C170,70 175,75 170,85" fill="none" stroke="#ccc" stroke-width="2"/>
</g>
<!-- Highlights -->
<ellipse cx="130" cy="130" rx="20" ry="10" fill="white" opacity="0.3" transform="rotate(-10, 130, 130)"/>
<ellipse cx="170" cy="150" rx="15" ry="8" fill="white" opacity="0.2" transform="rotate(15, 170, 150)"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="pancakeGrad" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#fddc9a"/>
<stop offset="100%" stop-color="#d49e00"/>
</radialGradient>
<linearGradient id="syrupGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8b4513"/>
<stop offset="100%" stop-color="#3d1f05"/>
</linearGradient>
</defs>
<!-- subtle shadow under pancake -->
<ellipse cx="150" cy="235" rx="100" ry="18" fill="rgba(0,0,0,0.1)"/>
<!-- pancake shape wavy border -->
<path d="
M50,150
Q80,120 110,130
T170,120
Q200,130 230,120
T250,150
Q230,180 200,170
T140,180
Q100,170 60,180
T50,150
Z"
fill="url(#pancakeGrad)" stroke="#b08800" stroke-width="3"/>
<!-- clock ticks -->
<g transform="translate(150,150)">
<g stroke="#6b3a00" stroke-width="2">
<g>
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
<g transform="rotate(30)">
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
<g transform="rotate(60)">
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
<g transform="rotate(90)">
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
<g transform="rotate(120)">
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
<g transform="rotate(150)">
<line x1="0" y1="-40" x2="0" y2="-50"/>
<line x1="0" y1="40" x2="0" y2="50"/>
<line x1="-40" y1="0" x2="-50" y2="0"/>
<line x1="40" y1="0" x2="50" y2="0"/>
</g>
</g>
</g>
<!-- clock hands -->
<g transform="translate(150,150)" stroke="#6b3a00" stroke-linecap="round">
<line x1="0" y1="0" x2="0" y2="-25" stroke-width="4" transform="rotate(-60)"/>
<line x1="0" y1="0" x2="0" y2="-35" stroke-width="2" transform="rotate(-15)"/>
<circle cx="0" cy="0" r="3" fill="#6b3a00"/>
</g>
<!-- syrup drips -->
<path d="M80,180 C75,200 85,210 80,230 C90,225 95,215 95,205 C90,195 85,185 80,180Z" fill="url(#syrupGrad)"/>
<path d="M150,185 C145,205 155,215 150,235 C160,230 165,220 165,210 C160,200 155,190 150,185Z" fill="url(#syrupGrad)"/>
<path d="M220,175 C215,195 225,205 220,225 C230,220 235,210 235,200 C230,190 225,180 220,175Z" fill="url(#syrupGrad)"/>
<!-- highlights on syrup -->
<path d="M80,180 C75,200 85,210 80,230" fill="none" stroke="rgba(255,230,200,0.5)" stroke-width="2"/>
<path d="M150,185 C145,205 155,215 150,235" fill="none" stroke="rgba(255,230,200,0.5)" stroke-width="2"/>
<path d="M220,175 C215,195 225,205 220,225" fill="none" stroke="rgba(255,230,200,0.5)" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt by incorporating clear pancake elements like syrup, a pat of butter, and steam, while also resembling a clock with a melting appearance.
It is visually appealing and technically well-executed.
Player 2's image is creative but lacks clarity in depicting syrup and pancake elements, 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
"A castle made entirely of candy, glowing under a crescent moon."
"Two penguins having a snowball fight on a floating iceberg."
"A single tree growing on a tiny floating island in a vast, star-filled cosmic void."
"Robot playing chess with an octopus under a single spotlight."