Creative Challenge
"An astronaut planting a flag on a slice of floating watermelon in space."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Watermelon gradients -->
<radialGradient id="melonRed" cx="50%" cy="60%" r="100%">
<stop offset="0%" stop-color="#FF749C"/>
<stop offset="70%" stop-color="#FF4062"/>
<stop offset="100%" stop-color="#A1002D"/>
</radialGradient>
<radialGradient id="melonGreen" cx="50%" cy="40%" r="100%">
<stop offset="0%" stop-color="#87FF9D"/>
<stop offset="80%" stop-color="#00B150"/>
<stop offset="100%" stop-color="#1C611C"/>
</radialGradient>
<linearGradient id="rindWhite" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FBFBE7"/>
<stop offset="100%" stop-color="#B4FFBC"/>
</linearGradient>
<!-- Space background gradient -->
<radialGradient id="spaceBg" cx="60%" cy="20%" r="100%">
<stop offset="0%" stop-color="#3D1B69"/>
<stop offset="80%" stop-color="#13032A"/>
<stop offset="100%" stop-color="#070011"/>
</radialGradient>
<!-- Astronaut suit -->
<radialGradient id="suitBody" cx="60%" cy="60%" r="100%">
<stop offset="10%" stop-color="#F8F8FA"/>
<stop offset="100%" stop-color="#CED4DB"/>
</radialGradient>
<!-- Visor -->
<radialGradient id="visorBlue" cx="60%" cy="40%" r="100%">
<stop offset="10%" stop-color="#A0D6FB"/>
<stop offset="90%" stop-color="#224866"/>
</radialGradient>
<!-- Flag gradient -->
<linearGradient id="flag" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#73FFEB"/>
<stop offset="40%" stop-color="#278CEE"/>
<stop offset="100%" stop-color="#161B92"/>
</linearGradient>
<!-- Glow effect for watermelon -->
<radialGradient id="melonGlow" cx="50%" cy="70%" r="70%">
<stop offset="10%" stop-color="#FFF8F0" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#FF749C" stop-opacity="0"/>
</radialGradient>
<!-- Star burst -->
<radialGradient id="starburst" cx="50%" cy="50%" r="100%">
<stop offset="0%" stop-color="#FFFCE2"/>
<stop offset="100%" stop-color="#FFFCE200" stop-opacity="0"/>
</radialGradient>
<!-- Pink Seed gradient -->
<radialGradient id="seed" cx="60%" cy="40%" r="100%">
<stop offset="10%" stop-color="#3B090E" />
<stop offset="100%" stop-color="#84111E"/>
</radialGradient>
</defs>
<!-- Space background -->
<rect width="300" height="300" fill="url(#spaceBg)"/>
<!-- Floating watermelon slice w/ glow -->
<ellipse filter="url(#glowWatermelon)" cx="150" cy="200" rx="105" ry="40" fill="url(#melonGlow)" opacity="0.7"/>
<!-- Watermelon slice group -->
<g>
<!-- Melon flesh -->
<path
d="M50 210 Q150 80, 250 210 Q150 260, 50 210 Z"
fill="url(#melonRed)" stroke="#ffb0c8" stroke-width="2"/>
<!-- Rind white -->
<path
d="M54 214 Q150 95, 246 214 Q150 252, 54 214 Z"
fill="url(#rindWhite)" />
<!-- Rind green -->
<path
d="M50 210 Q150 80, 250 210 Q150 278, 50 210 Z"
fill="url(#melonGreen)" stroke="#048B46" stroke-width="2"/>
<!-- Seeds -->
<g>
<ellipse cx="95" cy="183" rx="7" ry="13" fill="url(#seed)" transform="rotate(-28 95 183)"/>
<ellipse cx="115" cy="160" rx="5" ry="11" fill="url(#seed)" transform="rotate(-19 115 160)"/>
<ellipse cx="145" cy="140" rx="7" ry="15" fill="url(#seed)" transform="rotate(-7 145 140)"/>
<ellipse cx="185" cy="155" rx="6" ry="13" fill="url(#seed)" transform="rotate(9 185 155)"/>
<ellipse cx="206" cy="180" rx="6" ry="11" fill="url(#seed)" transform="rotate(15 206 180)"/>
</g>
</g>
<!-- Floating watermelon "shadow" -->
<ellipse cx="150" cy="218" rx="90" ry="13" fill="#1F4839" opacity="0.3"/>
<!-- Stars (static + starbursts) -->
<g>
<!-- Little dots -->
<circle cx="44" cy="29" r="1.2" fill="#fff"/>
<circle cx="172" cy="20" r="1.6" fill="#C9EEFF"/>
<circle cx="90" cy="60" r="0.9" fill="#E2D6EE"/>
<circle cx="220" cy="45" r="1.1" fill="#fff"/>
<circle cx="260" cy="90" r="1.4" fill="#B2D1F7"/>
<circle cx="37" cy="89" r="1.0" fill="#fff"/>
<circle cx="105" cy="39" r="0.5" fill="#FEFEFE"/>
<!-- Starbursts -->
<g opacity="0.45">
<ellipse cx="230" cy="34" rx="8" ry="4" fill="url(#starburst)"/>
<ellipse cx="160" cy="66" rx="7.2" ry="2.6" fill="url(#starburst)" transform="rotate(-24 160 66)"/>
<ellipse cx="42" cy="170" rx="7" ry="3.5" fill="url(#starburst)" transform="rotate(15 42 170)"/>
<ellipse cx="250" cy="250" rx="10" ry="5" fill="url(#starburst)" transform="rotate(-13 250 250)"/>
</g>
<circle cx="184" cy="228" r="1.1" fill="#fff"/>
<circle cx="110" cy="240" r="0.7" fill="#C9EEFF"/>
<circle cx="285" cy="150" r="1.4" fill="#fff"/>
<circle cx="49" cy="268" r="1.3" fill="#BBBBBB"/>
<circle cx="69" cy="210" r="0.5" fill="#D1BEEA"/>
<circle cx="270" cy="120" r="0.7" fill="#fff"/>
<circle cx="223" cy="86" r="0.9" fill="#fff"/>
</g>
<!-- Astronaut -->
<g>
<!-- Shadow on melon -->
<ellipse cx="128" cy="195" rx="18" ry="7" fill="#3B2028" opacity="0.25"/>
<!-- Astronaut lower torso -->
<ellipse cx="128" cy="172" rx="13" ry="11" fill="url(#suitBody)" stroke="#B9C2DB" stroke-width="1.1"/>
<!-- Astronaut head (helmet) -->
<ellipse cx="128" cy="151" rx="13" ry="14" fill="url(#suitBody)" stroke="#B9C2DB" stroke-width="1.6"/>
<!-- Visor -->
<ellipse cx="129.5" cy="152" rx="8.4" ry="9" fill="url(#visorBlue)" opacity="0.88"/>
<!-- Visor shine -->
<ellipse cx="132" cy="149" rx="2.2" ry="4.5" fill="#fcfdff" opacity="0.6" transform="rotate(8 132 149)"/>
<!-- Astronaut backpack -->
<rect x="116" y="165" width="7" height="17" rx="3" fill="#B9D2DF" opacity="0.7" />
<!-- Oxygen tank/hose -->
<path d="M122.5 180 Q113 184 119 192" stroke="#B9C2DB" stroke-width="2" fill="none" opacity="0.9"/>
<!-- Torso upper body -->
<ellipse cx="128" cy="165.5" rx="9.5" ry="11" fill="url(#suitBody)" stroke="#B9C2DB" stroke-width="1"/>
<!-- Belt -->
<rect x="119" y="176.2" width="18" height="3.2" rx="1.6" fill="#97ACCA" opacity="0.8"/>
<circle cx="128.5" cy="177.8" r="2" fill="#e4f8ff" opacity="0.86"/>
<!-- Legs (bent to show planting action) -->
<g>
<!-- Left leg -->
<rect x="121.2" y="182" width="5.5" height="18" rx="3" fill="url(#suitBody)" stroke="#697399" stroke-width="0.9" transform="rotate(-8 124.5 191)"/>
<!-- Boot -->
<ellipse cx="123" cy="200.9" rx="4" ry="2.1" fill="#52587d"/>
<!-- Right leg -->
<rect x="130.5" y="183" width="6" height="15" rx="2.8" fill="url(#suitBody)" stroke="#697399" stroke-width="0.9" transform="rotate(8 133.6 191)"/>
<!-- Boot -->
<ellipse cx="133" cy="198.4" rx="4" ry="2.1" fill="#52587d"/>
</g>
<!-- Arms -->
<g>
<!-- Right arm (reaching to flag) -->
<rect x="135" y="157.4" width="5.4" height="22" rx="2.5" fill="url(#suitBody)" stroke="#B9C2DB" stroke-width="1" transform="rotate(28 137 159)" />
<!-- Glove -->
<ellipse cx="142.7" cy="176.8" rx="3.1" ry="3.7" fill="#F8F8FA" stroke="#B9C2DB" stroke-width="0.6"/>
<!-- Left arm (planted for balance) -->
<rect x="120.2" y="161.2" width="5.3" height="20" rx="2.4" fill="url(#suitBody)" stroke="#B9C2DB" stroke-width="1" transform="rotate(-16 122 171)" />
<!-- Glove -->
<ellipse cx="119.5" cy="180.5" rx="3.1" ry="3.7" fill="#F8F8FA" stroke="#B9C2DB" stroke-width="0.6"/>
</g>
<!-- Detail: suit lines -->
<path d="M123 170 Q128 169, 133 170" stroke="#B9C2DB" stroke-width="0.7" fill="none"/>
<!-- Button panel -->
<ellipse cx="135.5" cy="172.5" rx="1.2" ry="0.6" fill="#3ffbf7"/>
<ellipse cx="131" cy="172.5" rx="1.2" ry="0.6" fill="#e14247"/>
<!-- Side panel on helmet -->
<circle cx="138.7" cy="153" r="1.1" fill="#C1CFD5"/>
</g>
<!-- Flag (planted into watermelon) -->
<g>
<!-- Flag pole -->
<rect x="142" y="161" width="2" height="32" rx="1" fill="#B6B7CE" stroke="#6B799A" stroke-width="0.4"/>
<!-- Flag cloth, wavy -->
<path
d="M144 165
Q167 159 165 173
Q170 180 150 177
Q140 174 144 165
Z"
fill="url(#flag)" stroke="#0f1c61" stroke-width="1"/>
<!-- Watermelon logo on flag -->
<ellipse cx="158" cy="172" rx="6" ry="2.4" fill="url(#melonRed)" />
<ellipse cx="158" cy="172" rx="6.5" ry="2.7" fill="none" stroke="#2EB56F" stroke-width="1"/>
<ellipse cx="158" cy="172" rx="5" ry="1.4" fill="#fff" opacity="0.14"/>
<!-- Flag highlight -->
<path d="M159 166 Q162 169 158 171" stroke="#fff" stroke-width="0.5" fill="none" opacity="0.45"/>
</g>
<!-- Melon rind's shadow-floating effect (reflection) -->
<ellipse cx="150" cy="244" rx="62" ry="10" fill="#98FFC4" opacity="0.14"/>
<!-- Tiny floating melon "crumbs"/bubbles for whimsy -->
<ellipse cx="65" cy="190" rx="3" ry="1.1" fill="url(#melonRed)" opacity="0.6"/>
<ellipse cx="240" cy="195" rx="2.4" ry="1.2" fill="url(#melonGreen)" opacity="0.6"/>
<ellipse cx="165" cy="250" rx="1.8" ry="0.7" fill="url(#melonRed)" opacity="0.6"/>
<ellipse cx="85" cy="242" rx="1.2" ry="0.6" fill="url(#melonGreen)" opacity="0.3"/>
<!-- Comet shooting by -->
<g>
<ellipse cx="213" cy="124" rx="4" ry="2" fill="#FFFECC" opacity="0.75"/>
<path d="M217 126 Q239 120 230 117" stroke="#fff7b9" stroke-width="1.8" fill="none" opacity="0.65"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for space background -->
<linearGradient id="spaceGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<!-- Gradient for watermelon -->
<linearGradient id="watermelonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff4e00"/>
<stop offset="100%" stop-color="#ff1a00"/>
</linearGradient>
<!-- Gradient for watermelon inner -->
<linearGradient id="innerWatermelonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f9d71c"/>
<stop offset="100%" stop-color="#f9a029"/>
</linearGradient>
<!-- Gradient for astronaut suit -->
<linearGradient id="suitGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#d0d0d0"/>
</linearGradient>
<!-- Gradient for flag -->
<linearGradient id="flagGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4facfe"/>
<stop offset="100%" stop-color="#00f2fe"/>
</linearGradient>
</defs>
<!-- Space background -->
<rect width="300" height="300" fill="url(#spaceGradient)" />
<!-- Floating watermelon slice -->
<g transform="translate(150, 140)">
<!-- Watermelon rind -->
<ellipse cx="0" cy="0" rx="80" ry="50" fill="url(#watermelonGradient)" stroke="#006400" stroke-width="4"/>
<!-- Inner flesh -->
<ellipse cx="0" cy="0" rx="75" ry="45" fill="url(#innerWatermelonGradient)"/>
<!-- Watermelon seeds -->
<circle cx="-20" cy="-10" r="3" fill="#000"/>
<circle cx="10" cy="5" r="2.5" fill="#000"/>
<circle cx="0" cy="15" r="2" fill="#000"/>
<circle cx="30" cy="-5" r="2.5" fill="#000"/>
<circle cx="-25" cy="20" r="2" fill="#000"/>
</g>
<!-- Astronaut: helmet -->
<g transform="translate(150, 70)">
<circle cx="0" cy="0" r="20" fill="#B0C4DE" stroke="#333" stroke-width="2"/>
<!-- Helmet visor -->
<ellipse cx="0" cy="3" rx="12" ry="8" fill="#87CEFA" opacity="0.8"/>
<!-- Helmet top -->
<path d="M -20 0 Q 0 -20 20 0 Q 0 20 -20 0 Z" fill="#B0C4DE" opacity="0.2"/>
</g>
<!-- Astronaut body -->
<g transform="translate(150, 100)">
<!-- Suit body -->
<rect x="-10" y="0" width="20" height="40" fill="url(#suitGradient)" rx="4" ry="4"/>
<!-- Arms -->
<line x1="-10" y1="10" x2="-20" y2="30" stroke="#ccc" stroke-width="4"/>
<line x1="10" y1="10" x2="20" y2="30" stroke="#ccc" stroke-width="4"/>
<!-- Legs -->
<line x1="-5" y1="40" x2="-5" y2="60" stroke="#ccc" stroke-width="4"/>
<line x1="5" y1="40" x2="5" y2="60" stroke="#ccc" stroke-width="4"/>
</g>
<!-- Astronaut's left arm holding flag -->
<g transform="translate(150, 100)">
<line x1="-10" y1="15" x2="-50" y2="10" stroke="#ccc" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Flagpole -->
<line x1="-50" y1="10" x2="-50" y2="50" stroke="#8B4513" stroke-width="2"/>
<!-- Flag -->
<g transform="translate(-50, 50)">
<rect width="40" height="20" fill="url(#flagGradient)" stroke="#333" stroke-width="1"/>
<!-- Flag pattern: a star -->
<polygon points="10,3 13,9 20,9 15,14 17,21 10,17 3,21 5,14 0,9 7,9" fill="#fff" stroke="#fff" stroke-width="0"/>
</g>
</svg>
Judge's Analysis
Player 1's submission showcases a more detailed and visually appealing depiction of the prompt, with a well-designed astronaut, a clear watermelon slice, and a space background filled with small stars and objects adding depth.
Player 2's submission, while adhering to the prompt, lacks the same level of detail and creativity, with a simpler, less refined composition that feels incomplete by comparison.
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.