Creative Challenge
"Bonsai tree shaped like a dragon in low-poly geometric style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#4682B4"/>
</linearGradient>
<linearGradient id="dragonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="50%" stop-color="#A0522D"/>
<stop offset="100%" stop-color="#CD853F"/>
</linearGradient>
<linearGradient id="fireGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF4500"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150, 250)">
<polygon points="-50,0 0,-100 50,0" fill="#228B22"/>
<polygon points="-40,10 0,-90 40,10" fill="#32CD32"/>
<polygon points="-30,20 0,-80 30,20" fill="#3CB371"/>
<polygon points="-20,30 0,-70 20,30" fill="#7CFC00"/>
<polygon points="-80,-10 -40,-150 0,-10" fill="#8B4513"/>
<polygon points="-70,-20 -35,-140 10,-20" fill="#A0522D"/>
<polygon points="-60,-30 -30,-130 20,-30" fill="#CD853F"/>
<polygon points="0,-160 -20,-200 20,-200" fill="url(#dragonGradient)"/>
<polygon points="-10,-170 0,-190 10,-170" fill="#556B2F"/>
<polygon points="-5,-180 0,-185 5,-180" fill="#6B8E23"/>
<polygon points="0,-200 10,-220 -10,-220" fill="url(#fireGradient)"/>
<polygon points="0,-210 5,-215 -5,-215" fill="#FF6347"/>
<polygon points="0,-220 2,-222 -2,-222" fill="#FF4500"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4CAF50" />
<stop offset="100%" stop-color="#2E7D32" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF9800" />
<stop offset="100%" stop-color="#F44336" />
</linearGradient>
<linearGradient id="grad3" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" stop-color="#8D6E63" />
<stop offset="100%" stop-color="#5D4037" />
</linearGradient>
</defs>
<polygon points="150,10 160,40 190,50 170,80 180,120 150,100 120,120 130,80 110,50 140,40" fill="url(#grad1)" stroke="#2E7D32" stroke-width="2"/>
<polygon points="150,100 160,130 190,140 170,170 180,210 150,190 120,210 130,170 110,140 140,130" fill="url(#grad2)" stroke="#F44336" stroke-width="2"/>
<polygon points="150,190 155,220 180,230 160,260 140,230 165,220" fill="url(#grad3)" stroke="#5D4037" stroke-width="2"/>
<polygon points="160,40 170,70 200,80 180,110 190,150 160,130" fill="url(#grad1)" stroke="#2E7D32" stroke-width="2"/>
<polygon points="140,40 130,70 100,80 120,110 110,150 140,130" fill="url(#grad1)" stroke="#2E7D32" stroke-width="2"/>
<polygon points="170,80 200,90 210,130 180,120" fill="url(#grad2)" stroke="#F44336" stroke-width="2"/>
<polygon points="130,80 100,90 90,130 120,120" fill="url(#grad2)" stroke="#F44336" stroke-width="2"/>
<polygon points="150,10 140,40 120,30" fill="#81C784" stroke="#388E3C" stroke-width="1"/>
<polygon points="150,10 160,40 180,30" fill="#66BB6A" stroke="#388E3C" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a bonsai tree shaped like a dragon using low-poly geometry.
The composition features a clear dragon-like form with the use of geometric shapes to suggest both the tree and the dragon's body.
In contrast, Player 1's image lacks the distinct dragon shape and visual coherence, making Player 2's image more appealing and 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
"Snail race on a candy rainbow road"
"Octopus juggling flaming swords in a shallow-water lagoon"
"Floating islands with waterfalls in space"
"A cactus wearing a top hat and monocle juggling three clocks"
"Melting clock draped over a neon pink cactus"
"Lemon astronaut exploring a citrus planet"