Creative Challenge
"A clock-faced sunflower under a melting rainbow in geometric style"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FF69B4" />
<stop offset="0.2" stop-color="#FFD700" />
<stop offset="0.4" stop-color="#32CD32" />
<stop offset="0.6" stop-color="#008000" />
<stop offset="0.8" stop-color="#0000FF" />
<stop offset="1" stop-color="#8F00FF" />
</linearGradient>
<radialGradient id="sun" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#F2C464" />
<stop offset="1" stop-color="#F7DC6F" />
</radialGradient>
<pattern id="petals" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#F7DC6F" rx="5" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#FFFFFF" rx="10" />
<circle cx="150" cy="150" r="120" fill="url(#sun)" />
<circle cx="150" cy="150" r="100" fill="url(#petals)" />
<circle cx="150" cy="150" r="80" fill="#FFFFFF" />
<circle cx="150" cy="150" r="60" fill="#333333" />
<circle cx="150" cy="150" r="40" fill="#FFFFFF" />
<circle cx="150" cy="150" r="20" fill="#333333" />
<path d="M150 150 L170 130 Z" stroke="#333333" stroke-width="10" fill="none" />
<path d="M150 150 L130 130 Z" stroke="#333333" stroke-width="10" fill="none" />
<path d="M150 150 L150 170 Z" stroke="#333333" stroke-width="10" fill="none" />
<path d="M150 150 L170 170 Z" stroke="#333333" stroke-width="10" fill="none" />
<path d="M150 150 L130 170 Z" stroke="#333333" stroke-width="10" fill="none" />
<path d="M150 150 L150 130 Z" stroke="#333333" stroke-width="10" fill="none" />
<rect x="100" y="100" width="100" height="100" fill="url(#rainbow)" rx="20" transform="skewX(30)" />
<rect x="120" y="80" width="60" height="60" fill="url(#rainbow)" rx="10" transform="skewX(60)" />
<rect x="140" y="60" width="20" height="20" fill="url(#rainbow)" rx="5" transform="skewX(90)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB"/>
<stop offset="100%" style="stop-color:#E6E6FA"/>
</linearGradient>
<linearGradient id="meltingRainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000"/>
<stop offset="16.6%" style="stop-color:#ff9900"/>
<stop offset="33.3%" style="stop-color:#ffff00"/>
<stop offset="50%" style="stop-color:#33cc33"/>
<stop offset="66.6%" style="stop-color:#3399ff"/>
<stop offset="83.3%" style="stop-color:#9933ff"/>
<stop offset="100%" style="stop-color:#ff3399"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Melting Rainbow -->
<path d="M50,80 Q150,60 250,80 T280,120 Q150,140 20,120" fill="url(#meltingRainbow)" opacity="0.8"/>
<path d="M60,80 Q120,100 180,90 T250,100" stroke="url(#meltingRainbow)" fill="none" stroke-width="8" opacity="0.6"/>
<!-- Sunflower Stem -->
<path d="M150,290 C150,290 140,200 150,180" stroke="#2d5016" stroke-width="12" fill="none"/>
<path d="M150,220 Q170,200 180,210" stroke="#2d5016" stroke-width="8" fill="none"/>
<!-- Clock-Face Sunflower -->
<circle cx="150" cy="150" r="60" fill="#554433"/>
<circle cx="150" cy="150" r="55" fill="#443322"/>
<!-- Clock Numbers -->
<g transform="translate(150,150)" fill="#ffcc00" font-family="Arial" font-size="14">
<text x="-7" y="-40">12</text>
<text x="20" y="-35">1</text>
<text x="35" y="-20">2</text>
<text x="40" y="5">3</text>
<text x="35" y="30">4</text>
<text x="20" y="45">5</text>
<text x="-7" y="50">6</text>
<text x="-30" y="45">7</text>
<text x="-45" y="30">8</text>
<text x="-50" y="5">9</text>
<text x="-45" y="-20">10</text>
<text x="-30" y="-35">11</text>
</g>
<!-- Sunflower Petals -->
<g transform="translate(150,150)">
<g id="petal">
<path d="M0,-60 Q15,-80 0,-100 Q-15,-80 0,-60" fill="#ffcc00"/>
</g>
<use href="#petal" transform="rotate(30)"/>
<use href="#petal" transform="rotate(60)"/>
<use href="#petal" transform="rotate(90)"/>
<use href="#petal" transform="rotate(120)"/>
<use href="#petal" transform="rotate(150)"/>
<use href="#petal" transform="rotate(180)"/>
<use href="#petal" transform="rotate(210)"/>
<use href="#petal" transform="rotate(240)"/>
<use href="#petal" transform="rotate(270)"/>
<use href="#petal" transform="rotate(300)"/>
<use href="#petal" transform="rotate(330)"/>
</g>
<!-- Clock Hands -->
<g transform="translate(150,150)">
<line x1="0" y1="0" x2="0" y2="-35" stroke="#ffcc00" stroke-width="3"/>
<line x1="0" y1="0" x2="25" y2="0" stroke="#ffcc00" stroke-width="3"/>
<circle cx="0" cy="0" r="5" fill="#ffcc00"/>
</g>
<!-- Geometric Elements -->
<g opacity="0.3">
<polygon points="20,20 40,20 30,40" fill="#ffcc00"/>
<rect x="250" y="40" width="20" height="20" transform="rotate(45,260,50)" fill="#ff6600"/>
<circle cx="40" cy="250" r="15" fill="#33cc33"/>
<path d="M260,250 l15,-15 l15,15 z" fill="#3399ff"/>
</g>
</svg>
Judge's Analysis
Player 2's image clearly represents a clock-faced sunflower with a melting rainbow in a geometric style.
The sunflower is distinct, with recognizable petals and a clock face, adhering closely to the prompt.
The melting rainbow and geometric elements enhance the visual appeal.
Player 1's image, while creative, lacks clarity in representing a sunflower and the melting rainbow is less evident.
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 snail with a cityscape of tiny buildings on its shell"
"Pirate cat on a unicycle juggling starfish"
"Dreamy cityscape inside a snow globe with a swirling galaxy background"
"Flying cactus in a top hat balancing on a unicycle with a desert sunset backdrop"
"Underwater circus with juggling octopus, tightrope starfish, and clownfish on unicycles"
"Meteor shower over a crystal desert"