Creative Challenge
"Whimsical tree with clock faces as fruits, branches ticking in sync"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="trunkGrad" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#964B00" />
<stop offset="100%" stop-color="#786C3B" />
</linearGradient>
<radialGradient id="clockGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFA07A" />
<stop offset="100%" stop-color="#FEF2C5" />
</radialGradient>
<pattern id="leafPat" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#3E8E41" />
<path d="M 5 0 L 10 10" stroke="#34C759" stroke-width="2" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#A1C9F2" />
<g id="tree">
<rect x="150" y="200" width="20" height="50" fill="url(#trunkGrad)" rx="2" />
<g id="branches">
<line x1="170" y1="230" x2="220" y2="130" stroke="#964B00" stroke-width="4" />
<line x1="130" y1="230" x2="80" y2="130" stroke="#964B00" stroke-width="4" />
<animateTransform attributeName="transform" type="rotate" from="0 150 250" to="360 150 250" dur="60s" repeatCount="indefinite" />
</g>
<g id="clocks">
<g id="clock1" transform="translate(220, 130)">
<circle cx="0" cy="0" r="20" fill="url(#clockGrad)" />
<line x1="0" y1="0" x2="0" y2="-15" stroke="#FEF2C5" stroke-width="2" />
<line x1="0" y1="0" x2="-10" y2="0" stroke="#FEF2C5" stroke-width="2" />
</g>
<g id="clock2" transform="translate(80, 130)">
<circle cx="0" cy="0" r="20" fill="url(#clockGrad)" />
<line x1="0" y1="0" x2="0" y2="-15" stroke="#FEF2C5" stroke-width="2" />
<line x1="0" y1="0" x2="-10" y2="0" stroke="#FEF2C5" stroke-width="2" />
</g>
<animateTransform attributeName="transform" type="rotate" from="0 150 250" to="360 150 250" dur="60s" repeatCount="indefinite" />
</g>
<g id="leaves">
<rect x="110" y="100" width="50" height="50" fill="url(#leafPat)" />
<rect x="180" y="50" width="50" height="50" fill="url(#leafPat)" />
<animateTransform attributeName="transform" type="rotate" from="0 150 250" to="360 150 250" dur="60s" repeatCount="indefinite" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="treeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2E7D32;stop-opacity:1" />
</linearGradient>
<pattern id="fruitPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="8" fill="#FFEB3B" />
<circle cx="10" cy="10" r="4" fill="#FF9800" />
</pattern>
<filter id="tickFilter">
<feFlood flood-color="black" result="color" />
<feBlend in="SourceGraphic" in2="color" mode="multiply" />
</filter>
<radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFF" stop-opacity="1"/>
<stop offset="100%" stop-color="#B0BEC5" stop-opacity="1"/>
</radialGradient>
</defs>
<g>
<path d="M150 250 C120 180, 180 180, 150 100 C130 60, 170 60, 160 20 C140 0, 160 0, 150 0 C140 0, 160 0, 140 20 C130 60, 70 60, 80 100 C70 180, 130 180, 100 250 Z"
fill="url(#treeGradient)" stroke="#3E8C24" stroke-width="2" />
<g id="fruits">
<g transform="translate(100,50)">
<circle cx="0" cy="0" r="20" fill="url(#clockFaceGradient)" filter="url(#tickFilter)" />
<line x1="0" y1="0" x2="0" y2="-10" stroke="#000" stroke-width="2" />
<line x1="0" y1="0" x2="5" y2="5" stroke="#000" stroke-width="2" />
<text x="-5" y="5" font-family="Arial" font-size="10" fill="#000">12</text>
<text x="-5" y="-10" font-family="Arial" font-size="10" fill="#000">1</text>
</g>
<g transform="translate(140,70)">
<circle cx="0" cy="0" r="20" fill="url(#clockFaceGradient)" filter="url(#tickFilter)" />
<line x1="0" y1="0" x2="0" y2="-10" stroke="#000" stroke-width="2" />
<line x1="0" y1="0" x2="5" y2="5" stroke="#000" stroke-width="2" />
<text x="-5" y="5" font-family="Arial" font-size="10" fill="#000">6</text>
<text x="-5" y="-10" font-family="Arial" font-size="10" fill="#000">7</text>
</g>
<g transform="translate(50,120)">
<circle cx="0" cy="0" r="20" fill="url(#clockFaceGradient)" filter="url(#tickFilter)" />
<line x1="0" y1="0" x2="0" y2="-10" stroke="#000" stroke-width="2" />
<line x1="0" y1="0" x2="5" y2="5" stroke="#000" stroke-width="2" />
<text x="-5" y="5" font-family="Arial" font-size="10" fill="#000">4</text>
<text x="-5" y="-10" font-family="Arial" font-size="10" fill="#000">5</text>
</g>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image better adheres to the prompt with visible clock faces as fruits on the branches, which aligns with the whimsical concept.
The composition effectively combines the elements of a tree and clocks, making it visually appealing and technically coherent.
Player 2's submission, while creative, lacks clear representation of clock faces as fruits, 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
"Octopus DJing at an underwater rave, with starfish dancers"
"Skateboarding octopus, undersea rink, wearing sunglasses"
"A floating island with a twisted tree and a single hanging lantern"
"A clock melting in a desert under a double rainbow"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"