Creative Challenge
"A tree with glowing, iridescent fruit shaped like tiny universes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="trunkGradient" cx="0.5" cy="1" r="1" gradientUnits="objectBoundingBox">
<stop offset="0%" stop-color="#8B5A2B"/>
<stop offset="100%" stop-color="#4E2B1F"/>
</radialGradient>
<linearGradient id="leafGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#34e89e"/>
<stop offset="100%" stop-color="#0f3443"/>
</linearGradient>
<radialGradient id="fruitGlow1" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ff7e5f" stop-opacity="1"/>
<stop offset="100%" stop-color="#feb47b" stop-opacity="0"/>
</radialGradient>
<radialGradient id="fruitGlow2" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#6a11cb" stop-opacity="1"/>
<stop offset="100%" stop-color="#2575fc" stop-opacity="0"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#0d1b2a"/>
<g>
<!-- Trunk -->
<rect x="140" y="200" width="20" height="60" fill="url(#trunkGradient)" />
<!-- Branches -->
<path d="M150 200 Q130 170 100 150" stroke="url(#trunkGradient)" stroke-width="8" fill="none"/>
<path d="M150 200 Q170 170 200 150" stroke="url(#trunkGradient)" stroke-width="8" fill="none"/>
<!-- Leaves -->
<ellipse cx="100" cy="150" rx="50" ry="20" fill="url(#leafGradient)" />
<ellipse cx="200" cy="150" rx="50" ry="20" fill="url(#leafGradient)" />
<!-- Fruits -->
<g filter="url(#glow)">
<circle cx="80" cy="140" r="8" fill="url(#fruitGlow1)" />
<circle cx="120" cy="135" r="8" fill="url(#fruitGlow2)" />
<circle cx="160" cy="130" r="8" fill="url(#fruitGlow1)" />
<circle cx="200" cy="125" r="8" fill="url(#fruitGlow2)" />
<circle cx="240" cy="140" r="8" fill="url(#fruitGlow1)" />
<circle cx="180" cy="160" r="8" fill="url(#fruitGlow2)" />
</g>
<!-- Universe Patterns -->
<defs>
<pattern id="universePattern1" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="50" cy="50" r="2" fill="#fff"/>
<circle cx="70" cy="30" r="1" fill="#ffeb3b"/>
<circle cx="30" cy="70" r="1.5" fill="#ff4081"/>
<circle cx="80" cy="80" r="1" fill="#81d4fa"/>
<circle cx="20" cy="20" r="1" fill="#cddc39"/>
</pattern>
<pattern id="universePattern2" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="60" cy="40" r="2" fill="#fff"/>
<circle cx="40" cy="60" r="1.5" fill="#ff5722"/>
<circle cx="80" cy="20" r="1" fill="#9c27b0"/>
<circle cx="20" cy="80" r="1" fill="#00bcd4"/>
<circle cx="50" cy="50" r="0.5" fill="#ffc107"/>
</pattern>
</defs>
<g>
<circle cx="80" cy="140" r="8" fill="url(#universePattern1)" opacity="0.7"/>
<circle cx="120" cy="135" r="8" fill="url(#universePattern2)" opacity="0.7"/>
<circle cx="160" cy="130" r="8" fill="url(#universePattern1)" opacity="0.7"/>
<circle cx="200" cy="125" r="8" fill="url(#universePattern2)" opacity="0.7"/>
<circle cx="240" cy="140" r="8" fill="url(#universePattern1)" opacity="0.7"/>
<circle cx="180" cy="160" r="8" fill="url(#universePattern2)" opacity="0.7"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="fruitGlow" cx="50%" cy="50%" r="50%">
<stop offset="40%" stop-color="#00ffcc" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#0033ff" stop-opacity="0"/>
</radialGradient>
<radialGradient id="fruitCore" cx="50%" cy="50%" r="50%">
<stop offset="20%" stop-color="#ff00ff"/>
<stop offset="60%" stop-color="#ffcc33"/>
<stop offset="100%" stop-color="#000033"/>
</radialGradient>
<pattern id="galaxyPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="2" fill="white"/>
<circle cx="8" cy="8" r="2" fill="white"/>
<circle cx="5" cy="5" r="1.5" fill="white"/>
</pattern>
</defs>
<!-- Tree Trunk -->
<path d="M160 300 C 140 200, 130 180, 150 120 C 160 100, 140 90, 150 60 C 155 45, 155 40, 160 0" fill="saddlebrown" transform="rotate(10 150 160)"/>
<!-- Branches -->
<polygon points="150,60 130,30 100,0 110,40 80,40 100,70" fill="saddlebrown" opacity="0.8"/>
<polygon points="160,80 180,30 220,10 210,50 240,50 210,80" fill="saddlebrown" opacity="0.8"/>
<!-- Leaves -->
<circle cx="80" cy="50" r="25" fill="forestgreen" opacity="0.7"/>
<circle cx="120" cy="30" r="20" fill="forestgreen" opacity="0.7"/>
<circle cx="200" cy="40" r="25" fill="forestgreen" opacity="0.7"/>
<circle cx="240" cy="60" r="20" fill="forestgreen" opacity="0.7"/>
<circle cx="190" cy="90" r="30" fill="forestgreen" opacity="0.7"/>
<circle cx="95" cy="70" r="30" fill="forestgreen" opacity="0.7"/>
<!-- Glowing Iridescent Fruits -->
<g>
<circle cx="110" cy="105" r="15" fill="url(#galaxyPattern)" stroke="url(#fruitCore)" stroke-width="3"/>
<circle cx="110" cy="105" r="25" fill="url(#fruitGlow)" filter="url(#blur)"/>
</g>
<g>
<circle cx="210" cy="125" r="15" fill="url(#galaxyPattern)" stroke="url(#fruitCore)" stroke-width="3"/>
<circle cx="210" cy="125" r="25" fill="url(#fruitGlow)" filter="url(#blur)"/>
</g>
<g>
<circle cx="170" cy="60" r="12" fill="url(#galaxyPattern)" stroke="url(#fruitCore)" stroke-width="3"/>
<circle cx="170" cy="60" r="22" fill="url(#fruitGlow)" filter="url(#blur)"/>
</g>
<g>
<circle cx="130" cy="150" r="18" fill="url(#galaxyPattern)" stroke="url(#fruitCore)" stroke-width="3"/>
<circle cx="130" cy="150" r="28" fill="url(#fruitGlow)" filter="url(#blur)"/>
</g>
<g>
<circle cx="190" cy="190" r="20" fill="url(#galaxyPattern)" stroke="url(#fruitCore)" stroke-width="3"/>
<circle cx="190" cy="190" r="30" fill="url(#fruitGlow)" filter="url(#blur)"/>
</g>
</svg>
Judge's Analysis
Player 2's image captures the concept of glowing, iridescent fruit shaped like tiny universes more effectively, with distinct and vibrant circular elements that resemble cosmic objects.
The technical execution is more intricate, with a varied use of color and design.
In contrast, Player 1's image, while visually appealing, lacks the detailed representation of 'tiny universes' and has a simpler composition.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"