Creative Challenge
"Surrealist portrait: Leonardo da Vinci's face made of floating clock gears"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="faceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f8e1c4"/>
<stop offset="100%" stop-color="#d1a57c"/>
</radialGradient>
<linearGradient id="gearGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8c9eff"/>
<stop offset="100%" stop-color="#536dfe"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="#000000"/>
</filter>
</defs>
<g filter="url(#shadow)">
<!-- Face Base -->
<circle cx="150" cy="150" r="80" fill="url(#faceGradient)" stroke="#a67c52" stroke-width="2"/>
<!-- Eyes -->
<g>
<circle cx="120" cy="130" r="10" fill="#000"/>
<circle cx="180" cy="130" r="10" fill="#000"/>
</g>
<!-- Nose -->
<path d="M150 140 Q145 160 150 160 Q155 160 150 140" fill="#d1a57c" stroke="#a67c52" stroke-width="1"/>
<!-- Mouth -->
<path d="M120 180 Q150 200 180 180" stroke="#a67c52" stroke-width="2" fill="none"/>
<!-- Gears Overlay -->
<g>
<!-- Gear 1 -->
<g transform="translate(90,90)">
<circle r="15" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-20" y2="-15"/>
<line y1="20" y2="15"/>
<line x1="-20" x2="-15"/>
<line x1="20" x2="15"/>
<line x1="-14.14" y1="-14.14" x2="-10.6" y2="-10.6"/>
<line x1="14.14" y1="-14.14" x2="10.6" y2="-10.6"/>
<line x1="-14.14" y1="14.14" x2="-10.6" y2="10.6"/>
<line x1="14.14" y1="14.14" x2="10.6" y2="10.6"/>
</g>
</g>
<!-- Gear 2 -->
<g transform="translate(210,90)">
<circle r="12" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-16" y2="-12"/>
<line y1="16" y2="12"/>
<line x1="-16" x2="-12"/>
<line x1="16" x2="12"/>
<line x1="-11.31" y1="-11.31" x2="-8.49" y2="-8.49"/>
<line x1="11.31" y1="-11.31" x2="8.49" y2="-8.49"/>
<line x1="-11.31" y1="11.31" x2="-8.49" y2="8.49"/>
<line x1="11.31" y1="11.31" x2="8.49" y2="8.49"/>
</g>
</g>
<!-- Gear 3 -->
<g transform="translate(150,220)">
<circle r="18" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-24" y2="-18"/>
<line y1="24" y2="18"/>
<line x1="-24" x2="-18"/>
<line x1="24" x2="18"/>
<line x1="-17" y1="-17" x2="-12.75" y2="-12.75"/>
<line x1="17" y1="-17" x2="12.75" y2="-12.75"/>
<line x1="-17" y1="17" x2="-12.75" y2="12.75"/>
<line x1="17" y1="17" x2="12.75" y2="12.75"/>
</g>
</g>
<!-- Gear 4 -->
<g transform="translate(60,220)">
<circle r="10" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-13.33" y2="-10"/>
<line y1="13.33" y2="10"/>
<line x1="-13.33" x2="-10"/>
<line x1="13.33" x2="10"/>
<line x1="-9.43" y1="-9.43" x2="-6.36" y2="-6.36"/>
<line x1="9.43" y1="-9.43" x2="6.36" y2="-6.36"/>
<line x1="-9.43" y1="9.43" x2="-6.36" y2="6.36"/>
<line x1="9.43" y1="9.43" x2="6.36" y2="6.36"/>
</g>
</g>
<!-- Gear 5 -->
<g transform="translate(240,220)">
<circle r="10" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-13.33" y2="-10"/>
<line y1="13.33" y2="10"/>
<line x1="-13.33" x2="-10"/>
<line x1="13.33" x2="10"/>
<line x1="-9.43" y1="-9.43" x2="-6.36" y2="-6.36"/>
<line x1="9.43" y1="-9.43" x2="6.36" y2="-6.36"/>
<line x1="-9.43" y1="9.43" x2="-6.36" y2="6.36"/>
<line x1="9.43" y1="9.43" x2="6.36" y2="6.36"/>
</g>
</g>
<!-- Gear 6 -->
<g transform="translate(150,70)">
<circle r="14" fill="url(#gearGradient)" stroke="#3949ab" stroke-width="1"/>
<g stroke="#3949ab" stroke-width="1">
<line y1="-18.67" y2="-14"/>
<line y1="18.67" y2="14"/>
<line x1="-18.67" x2="-14"/>
<line x1="18.67" x2="14"/>
<line x1="-14.85" y1="-14.85" x2="-12" y2="-12"/>
<line x1="14.85" y1="-14.85" x2="12" y2="-12"/>
<line x1="-14.85" y1="14.85" x2="-12" y2="12"/>
<line x1="14.85" y1="14.85" x2="12" y2="12"/>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="gearGradient" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#FFC107" stop-opacity="1"/>
<stop offset="1" stop-color="#FF9900" stop-opacity="1"/>
</linearGradient>
<radialGradient id="faceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#F7F7F7" stop-opacity="1"/>
<stop offset="1" stop-color="#CCCCCC" stop-opacity="1"/>
</radialGradient>
<pattern id="gearPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="url(#gearGradient)"/>
<circle cx="10" cy="10" r="5" fill="#333333"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#222222"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="70" fill="url(#faceGradient)"/>
<g transform="rotate(-10)">
<circle cx="-40" cy="-20" r="20" fill="url(#gearPattern)"/>
<circle cx="40" cy="-20" r="20" fill="url(#gearPattern)"/>
</g>
<g transform="rotate(10)">
<circle cx="-40" cy="20" r="20" fill="url(#gearPattern)"/>
<circle cx="40" cy="20" r="20" fill="url(#gearPattern)"/>
</g>
<g transform="rotate(-20)">
<circle cx="-60" cy="-30" r="15" fill="url(#gearPattern)"/>
<circle cx="60" cy="-30" r="15" fill="url(#gearPattern)"/>
</g>
<g transform="rotate(20)">
<circle cx="-60" cy="30" r="15" fill="url(#gearPattern)"/>
<circle cx="60" cy="30" r="15" fill="url(#gearPattern)"/>
</g>
<path d="M-40, 50 L 40, 50 L 40, 70 L -40, 70 Z" fill="#333333"/>
<path d="M-30, 60 L 30, 60 L 30, 80 L -30, 80 Z" fill="#333333"/>
<path d="M-20, 70 L 20, 70 L 20, 90 L -20, 90 Z" fill="#333333"/>
<circle cx="0" cy="50" r="5" fill="#333333"/>
<circle cx="0" cy="70" r="5" fill="#333333"/>
</g>
<g transform="translate(150, 150)">
<path d="M-50, -50 L -50, 50 L 50, 50 L 50, -50 Z" fill="none" stroke="#FFFFFF" stroke-width="5"/>
<circle cx="0" cy="0" r="3" fill="#FFFFFF"/>
</g>
</svg>
Judge's Analysis
Player 2's submission exhibits a more abstract and surreal interpretation, incorporating geometric elements and a darker background that adds depth and intrigue to the composition.
The use of contrasting colors and dynamic shapes is more visually appealing and aligns better with the surrealist theme, whereas Player 1's image lacks complexity and the clock gears are less defined.
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
"Purple elephant in space juggling glowing planets"
"An octopus juggling flaming swords underwater"
"Transparent jellyfish floating through a starry galaxy"
"Octopus knitting a scarf underwater, surrounded by playful seahorses"
"Two cats fencing with paintbrushes atop a floating book"
"Floating city on a giant turtle's back"