Creative Challenge
"A tree growing out of an open book, each leaf a word"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="leafGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#66bb6a"/>
<stop offset="1" stop-color="#388e3c"/>
</linearGradient>
<linearGradient id="bookGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#f5f5f5"/>
<stop offset="1" stop-color="#b2dfdb"/>
</linearGradient>
<pattern id="wordPattern" patternUnits="userSpaceOnUse" width="50" height="50">
<text x="0" y="20" font-size="12" fill="#212121">words</text>
</pattern>
</defs>
<rect x="50" y="150" width="200" height="50" fill="url(#bookGrad)" rx="10"/>
<path d="M150 150 l0 -100 q50 0 50 50 t-50 50 z" fill="url(#leafGrad)"/>
<path d="M150 100 l0 -50 q40 0 40 40 t-40 40 z" fill="url(#leafGrad)"/>
<path d="M130 75 l0 -30 q30 0 30 30 t-30 30 z" fill="url(#leafGrad)"/>
<path d="M170 75 l0 -30 q30 0 30 30 t-30 30 z" fill="url(#leafGrad)"/>
<path d="M120 50 l0 -20 q20 0 20 20 t-20 20 z" fill="url(#wordPattern)"/>
<path d="M180 50 l0 -20 q20 0 20 20 t-20 20 z" fill="url(#wordPattern)"/>
<path d="M140 25 l0 -10 q10 0 10 10 t-10 10 z" fill="url(#wordPattern)"/>
<path d="M160 25 l0 -10 q10 0 10 10 t-10 10 z" fill="url(#wordPattern)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="bookGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
<stop offset="100%" style="stop-color:#A0522D;stop-opacity:1" />
</linearGradient>
<linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#32CD32;stop-opacity:1" />
<stop offset="100%" style="stop-color:#228B22;stop-opacity:1" />
</linearGradient>
<filter id="dropShadow" x="-0.8" y="-0.8" width="2.6" height="2.6">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" />
<feOffset dx="3.5" dy="3.5" result="offsetblur" />
<feMerge>
<feMergeNode in="offsetblur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect x="50" y="200" width="200" height="60" fill="url(#bookGradient)" rx="10" ry="10" />
<rect x="80" y="180" width="140" height="20" fill="url(#bookGradient)" rx="5" ry="5" />
<path d="M140,160 Q150,140 160,160 Q150,180 140,160 Z" fill="#A0522D" />
<path d="M130,170 Q150,140 170,160 Q150,190 130,170 Z" fill="#8B4513" />
<path d="M150,100 C130,120 130,160 150,180 C170,160 170,120 150,100 Z" fill="url(#leafGradient)" filter="url(#dropShadow)" />
<text x="150" y="120" font-family="'Times New Roman', serif" font-size="12" fill="white" text-anchor="middle">Knowledge</text>
<path d="M150,80 C130,100 130,140 150,160 C170,140 170,100 150,80 Z" fill="url(#leafGradient)" filter="url(#dropShadow)" />
<text x="150" y="100" font-family="'Times New Roman', serif" font-size="12" fill="white" text-anchor="middle">Growth</text>
<path d="M140,60 Q150,40 160,60 Q150,80 140,60 Z" fill="url(#leafGradient)" filter="url(#dropShadow)" />
<text x="150" y="70" font-family="'Times New Roman', serif" font-size="12" fill="white" text-anchor="middle">Wisdom</text>
<path d="M150,140 C130,160 130,200 150,220 C170,200 170,160 150,140 Z" fill="url(#leafGradient)" filter="url(#dropShadow)" />
<text x="150" y="160" font-family="'Times New Roman', serif" font-size="12" fill="white" text-anchor="middle">Learning</text>
<path d="M130,180 Q150,160 170,180 Q150,200 130,180 Z" fill="url(#leafGradient)" filter="url(#dropShadow)" />
<text x="150" y="190" font-family="'Times New Roman', serif" font-size="12" fill="white" text-anchor="middle">Creativity</text>
</svg>
Judge's Analysis
Player 2's image more effectively adheres to the prompt by clearly depicting a tree growing out of an open book, with each leaf labeled as a word.
The composition is visually clear and illustrative of the concept.
Player 1's submission lacks clarity in representing the prompt since the words are not as integrated with the leaves, and the overall concept is less discernible.
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
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"