Creative Challenge
"An octopus holding a bouquet of balloons underwater."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Water Background Gradient -->
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ACE5EE; stop-opacity:1" /> <!-- Sky blue-ish -->
<stop offset="40%" style="stop-color:#4682B4; stop-opacity:1" /> <!-- Steel blue -->
<stop offset="100%" style="stop-color:#003366; stop-opacity:1" /> <!-- Dark Navy -->
</linearGradient>
<!-- Octopus Skin Gradient -->
<radialGradient id="octopusSkin" cx="0.5" cy="0.5" r="0.7" fx="0.3" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#FF7F50; stop-opacity:1" /> <!-- Coral -->
<stop offset="100%" style="stop-color:#DC143C; stop-opacity:1" /> <!-- Crimson -->
</radialGradient>
<!-- Sucker Fill -->
<radialGradient id="suckerFill" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#FFEBCD;" /> <!-- Bisque -->
<stop offset="100%" style="stop-color:#F5DEB3; stop-opacity:0.7" /> <!-- Wheat -->
</radialGradient>
<!-- Balloon Gradients -->
<radialGradient id="redBalloonFill" cx="0.5" cy="0.4" r="0.6" fx="0.6" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#FFB6C1; stop-opacity:1" /> <!-- LightPink -->
<stop offset="100%" style="stop-color:#FF1493; stop-opacity:1" /> <!-- DeepPink -->
</radialGradient>
<radialGradient id="yellowBalloonFill" cx="0.5" cy="0.4" r="0.6" fx="0.6" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#FFFACD; stop-opacity:1" /> <!-- LemonChiffon -->
<stop offset="100%" style="stop-color:#FFD700; stop-opacity:1" /> <!-- Gold -->
</radialGradient>
<radialGradient id="blueBalloonFill" cx="0.5" cy="0.4" r="0.6" fx="0.6" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#ADD8E6; stop-opacity:1" /> <!-- LightBlue -->
<stop offset="100%" style="stop-color:#1E90FF; stop-opacity:1" /> <!-- DodgerBlue -->
</radialGradient>
<radialGradient id="greenBalloonFill" cx="0.5" cy="0.4" r="0.6" fx="0.6" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#98FB98; stop-opacity:1" /> <!-- PaleGreen -->
<stop offset="100%" style="stop-color:#32CD32; stop-opacity:1" /> <!-- LimeGreen -->
</radialGradient>
<radialGradient id="purpleBalloonFill" cx="0.5" cy="0.4" r="0.6" fx="0.6" fy="0.3" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:#E6E6FA; stop-opacity:1" /> <!-- Lavender -->
<stop offset="100%" style="stop-color:#9370DB; stop-opacity:1" /> <!-- MediumPurple -->
</radialGradient>
<!-- Bubble Fill -->
<radialGradient id="bubbleFill" cx="0.3" cy="0.3" r="0.7" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:white; stop-opacity:0.6" />
<stop offset="100%" style="stop-color:#ADD8E6; stop-opacity:0.2" />
</radialGradient>
<!-- Light Ray Fill -->
<linearGradient id="lightRayFill" x1="0%" y1="0%" x2="0%" y2="100%" gradientUnits="objectBoundingBox">
<stop offset="0%" style="stop-color:rgba(255,255,224,0.4);" />
<stop offset="100%" style="stop-color:rgba(255,255,224,0);" />
</linearGradient>
<pattern id="sandPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="1" cy="1" r="0.5" fill="#F0E68C" fill-opacity="0.3"/>
<circle cx="5" cy="5" r="0.7" fill="#DEB887" fill-opacity="0.2"/>
<circle cx="8" cy="3" r="0.4" fill="#F0E68C" fill-opacity="0.3"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#waterGradient)" />
<!-- Light Rays -->
<g opacity="0.7">
<polygon points="50,0 100,0 150,300 100,300" fill="url(#lightRayFill)" transform="skewX(-10)"/>
<polygon points="150,0 200,0 200,300 150,300" fill="url(#lightRayFill)" transform="skewX(5)"/>
<polygon points="220,0 270,0 250,300 200,300" fill="url(#lightRayFill)" transform="skewX(15)"/>
</g>
<!-- Seabed -->
<path d="M0,270 Q150,250 300,270 L300,300 L0,300 Z" fill="#D2B48C" opacity="0.8"/>
<rect x="0" y="270" width="300" height="30" fill="url(#sandPattern)" opacity="0.5"/>
<!-- Seaweed -->
<g id="seaweed" fill="none" stroke-linecap="round" opacity="0.8">
<path d="M40,275 C40,250 50,250 50,275 S60,250 60,275 C60,250 70,250 70,275" stroke="#006400" stroke-width="4">
<animate attributeName="d" values="M40,275 C40,250 50,250 50,275 S60,250 60,275 C60,250 70,250 70,275; M40,275 C40,252 50,248 50,275 S60,252 60,275 C60,248 70,252 70,275; M40,275 C40,250 50,250 50,275 S60,250 60,275 C60,250 70,250 70,275" dur="6s" repeatCount="indefinite"/>
</path>
<path d="M42,275 C42,255 48,255 48,275 S58,255 58,275 C58,255 68,255 68,275" stroke="#2E8B57" stroke-width="2">
<animate attributeName="d" values="M42,275 C42,255 48,255 48,275 S58,255 58,275 C58,255 68,255 68,275; M42,275 C42,257 48,253 48,275 S58,257 58,275 C58,253 68,257 68,275; M42,275 C42,255 48,255 48,275 S58,255 58,275 C58,255 68,255 68,275" dur="5.5s" repeatCount="indefinite"/>
</path>
<path d="M250,270 C250,240 260,240 260,270 S270,240 270,270" stroke="#556B2F" stroke-width="3.5">
<animate attributeName="d" values="M250,270 C250,240 260,240 260,270 S270,240 270,270; M250,270 C250,242 260,238 260,270 S270,242 270,270; M250,270 C250,240 260,240 260,270 S270,240 270,270" dur="6.2s" repeatCount="indefinite"/>
</path>
<path d="M251,270 C251,245 259,245 259,270 S269,245 269,270" stroke="#8FBC8F" stroke-width="1.5">
<animate attributeName="d" values="M251,270 C251,245 259,245 259,270 S269,245 269,270; M251,270 C251,247 259,243 259,270 S269,247 269,270; M251,270 C251,245 259,245 259,270 S269,245 269,270" dur="5.8s" repeatCount="indefinite"/>
</path>
</g>
<!-- Bubbles -->
<g id="bubbles">
<circle cx="30" cy="150" r="5" fill="url(#bubbleFill)" ><animateTransform attributeName="transform" type="translate" values="0 0; 0 -50; 0 0" begin="0s" dur="5s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="5s" repeatCount="indefinite"/></circle>
<circle cx="50" cy="200" r="3" fill="url(#bubbleFill)" ><animateTransform attributeName="transform" type="translate" values="0 0; 0 -60; 0 0" begin="1s" dur="6s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="6s" repeatCount="indefinite"/></circle>
<circle cx="250" cy="100" r="4" fill="url(#bubbleFill)"><animateTransform attributeName="transform" type="translate" values="0 0; 0 -40; 0 0" begin="0.5s" dur="4s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="4s" repeatCount="indefinite"/></circle>
<circle cx="280" cy="220" r="6" fill="url(#bubbleFill)"><animateTransform attributeName="transform" type="translate" values="0 0; 0 -70; 0 0" begin="1.5s" dur="7s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="7s" repeatCount="indefinite"/></circle>
</g>
<!-- Octopus -->
<g id="octopus" transform="translate(0, 20)">
<g id="tentacles" fill="url(#octopusSkin)" stroke="#A52A2A" stroke-width="1.5" stroke-linejoin="round" stroke-linecap="round">
<path d="M150,200 Q130,180 110,150 C100,120 120,90 130,70"><animate attributeName="d" values="M150,200 Q130,180 110,150 C100,120 120,90 130,70; M150,200 Q128,182 112,148 C102,122 118,92 128,72; M150,200 Q130,180 110,150 C100,120 120,90 130,70" dur="5s" repeatCount="indefinite"/></path>
<circle cx="125" cy="165" r="3" fill="url(#suckerFill)"/><circle cx="115" cy="140" r="2.5" fill="url(#suckerFill)"/><circle cx="120" cy="110" r="2" fill="url(#suckerFill)"/><circle cx="128" cy="85" r="1.5" fill="url(#suckerFill)"/>
<path d="M150,200 Q170,180 190,150 C200,120 180,90 170,70"><animate attributeName="d" values="M150,200 Q170,180 190,150 C200,120 180,90 170,70; M150,200 Q172,182 188,148 C198,122 182,92 172,72; M150,200 Q170,180 190,150 C200,120 180,90 170,70" dur="5.2s" repeatCount="indefinite"/></path>
<circle cx="175" cy="165" r="3" fill="url(#suckerFill)"/><circle cx="185" cy="140" r="2.5" fill="url(#suckerFill)"/><circle cx="180" cy="110" r="2" fill="url(#suckerFill)"/><circle cx="172" cy="85" r="1.5" fill="url(#suckerFill)"/>
<path d="M150,200 Q120,220 100,230 C80,240 70,220 60,200"><animate attributeName="d" values="M150,200 Q120,220 100,230 C80,240 70,220 60,200; M150,200 Q118,222 102,228 C82,238 68,222 62,198; M150,200 Q120,220 100,230 C80,240 70,220 60,200" dur="4.8s" repeatCount="indefinite"/></path>
<circle cx="110" cy="220" r="3.5" fill="url(#suckerFill)"/><circle cx="90" cy="228" r="3" fill="url(#suckerFill)"/><circle cx="70" cy="215" r="2.5" fill="url(#suckerFill)"/>
<path d="M150,200 Q180,220 200,230 C220,240 230,220 240,200"><animate attributeName="d" values="M150,200 Q180,220 200,230 C220,240 230,220 240,200; M150,200 Q182,222 198,228 C218,238 232,222 238,198; M150,200 Q180,220 200,230 C220,240 230,220 240,200" dur="5.1s" repeatCount="indefinite"/></path>
<circle cx="190" cy="220" r="3.5" fill="url(#suckerFill)"/><circle cx="210" cy="228" r="3" fill="url(#suckerFill)"/><circle cx="230" cy="215" r="2.5" fill="url(#suckerFill)"/>
<path d="M150,200 Q140,230 130,240 C120,250 130,260 140,265" opacity="0.7"><animate attributeName="d" values="M150,200 Q140,230 130,240 C120,250 130,260 140,265; M150,200 Q138,232 132,238 C122,248 128,262 138,263; M150,200 Q140,230 130,240 C120,250 130,260 140,265" dur="5.3s" repeatCount="indefinite"/></path>
<circle cx="135" cy="235" r="3" fill="url(#suckerFill)" opacity="0.7"/><circle cx="133" cy="250" r="2.5" fill="url(#suckerFill)" opacity="0.7"/>
<path d="M150,200 Q160,230 170,240 C180,250 170,260 160,265" opacity="0.7"><animate attributeName="d" values="M150,200 Q160,230 170,240 C180,250 170,260 160,265; M150,200 Q162,232 168,238 C178,248 172,262 162,263; M150,200 Q160,230 170,240 C180,250 170,260 160,265" dur="4.9s" repeatCount="indefinite"/></path>
<circle cx="165" cy="235" r="3" fill="url(#suckerFill)" opacity="0.7"/><circle cx="167" cy="250" r="2.5" fill="url(#suckerFill)" opacity="0.7"/>
<path d="M150,200 Q120,205 100,200 C90,195 90,180 100,175"><animate attributeName="d" values="M150,200 Q120,205 100,200 C90,195 90,180 100,175; M150,200 Q122,203 98,198 C92,193 88,182 98,173; M150,200 Q120,205 100,200 C90,195 90,180 100,175" dur="4.5s" repeatCount="indefinite"/></path>
<circle cx="110" cy="200" r="2.5" fill="url(#suckerFill)"/><circle cx="100" cy="188" r="2" fill="url(#suckerFill)"/>
<path d="M150,200 Q180,205 200,200 C210,195 210,180 200,175"><animate attributeName="d" values="M150,200 Q180,205 200,200 C210,195 210,180 200,175; M150,200 Q178,203 202,198 C208,193 212,182 202,173; M150,200 Q180,205 200,200 C210,195 210,180 200,175" dur="4.7s" repeatCount="indefinite"/></path>
<circle cx="190" cy="200" r="2.5" fill="url(#suckerFill)"/><circle cx="200" cy="188" r="2" fill="url(#suckerFill)"/>
</g>
<ellipse cx="150" cy="200" rx="45" ry="40" fill="url(#octopusSkin)" stroke="#A52A2A" stroke-width="1.5"/>
<g id="eyes">
<ellipse cx="130" cy="195" rx="12" ry="15" fill="white"/><ellipse cx="130" cy="195" rx="7" ry="9" fill="#333"/><circle cx="128" cy="192" r="2.5" fill="white" fill-opacity="0.9"/>
<ellipse cx="170" cy="195" rx="12" ry="15" fill="white"/><ellipse cx="170" cy="195" rx="7" ry="9" fill="#333"/><circle cx="168" cy="192" r="2.5" fill="white" fill-opacity="0.9"/>
</g>
<path d="M145,215 Q150,220 155,215" stroke="#61200B" stroke-width="1.5" fill="none" stroke-linecap="round"/>
</g>
<g id="balloon-bouquet">
<path d="M130,90 Q130,70 135,57" stroke="#666" stroke-width="1" fill="none"/>
<path d="M170,90 Q165,70 160,53" stroke="#666" stroke-width="1" fill="none"/>
<path d="M140,95 Q140,75 142,58" stroke="#666" stroke-width="1" fill="none"/>
<path d="M160,95 Q158,75 155,61" stroke="#666" stroke-width="1" fill="none"/>
<path d="M150,92 Q150,70 150,49" stroke="#666" stroke-width="1" fill="none"/>
<g> <ellipse cx="135" cy="35" rx="18" ry="22" fill="url(#redBalloonFill)" stroke="#C70039" stroke-width="0.5"/> <path d="M135,57 l-2,3 l4,0 z" fill="#C70039"/> <animateTransform attributeName="transform" type="translate" values="0 0; 0 -2; 0 0" dur="3s" repeatCount="indefinite" additive="sum"/> </g>
<g> <ellipse cx="160" cy="30" rx="17" ry="23" fill="url(#yellowBalloonFill)" stroke="#DAA520" stroke-width="0.5"/> <path d="M160,53 l-2,3 l4,0 z" fill="#DAA520"/> <animateTransform attributeName="transform" type="translate" values="0 0; 0 -2.2; 0 0" dur="3.2s" repeatCount="indefinite" additive="sum"/> </g>
<g> <ellipse cx="142" cy="38" rx="16" ry="20" fill="url(#blueBalloonFill)" stroke="#104E8B" stroke-width="0.5"/> <path d="M142,58 l-2,3 l4,0 z" fill="#104E8B"/> <animateTransform attributeName="transform" type="translate" values="0 0; 0 -1.8; 0 0" dur="2.8s" repeatCount="indefinite" additive="sum"/> </g>
<g> <ellipse cx="155" cy="40" rx="18" ry="21" fill="url(#greenBalloonFill)" stroke="#228B22" stroke-width="0.5"/> <path d="M155,61 l-2,3 l4,0 z" fill="#228B22"/> <animateTransform attributeName="transform" type="translate" values="0 0; 0 -2.1; 0 0" dur="3.1s" repeatCount="indefinite" additive="sum"/> </g>
<g> <ellipse cx="150" cy="25" rx="20" ry="24" fill="url(#purpleBalloonFill)" stroke="#6A0DAD" stroke-width="0.5"/> <path d="M150,49 l-2,3 l4,0 z" fill="#6A0DAD"/> <animateTransform attributeName="transform" type="translate" values="0 0; 0 -2.5; 0 0" dur="3.5s" repeatCount="indefinite" additive="sum"/> </g>
</g>
<g id="foreground-bubbles" opacity="0.8">
<circle cx="70" cy="80" r="7" fill="url(#bubbleFill)" ><animateTransform attributeName="transform" type="translate" values="0 0; 0 -80; 0 0" begin="0.2s" dur="8s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="8s" repeatCount="indefinite"/></circle>
<circle cx="220" cy="120" r="5" fill="url(#bubbleFill)" ><animateTransform attributeName="transform" type="translate" values="0 0; 0 -65; 0 0" begin="1.2s" dur="6.5s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="6.5s" repeatCount="indefinite"/></circle>
<circle cx="150" cy="280" r="4" fill="url(#bubbleFill)" transform-origin="150px 280px"><animateTransform attributeName="transform" type="translate" values="0 0; 5 -70; 0 0" begin="0.8s" dur="7s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0;1" dur="7s" repeatCount="indefinite"/></circle>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#4facfe"/>
<stop offset="100%" stop-color="#00f2fe"/>
</linearGradient>
<radialGradient id="bodyGrad" cx="50%" cy="40%" r="50%">
<stop offset="0%" stop-color="#d084ff"/>
<stop offset="100%" stop-color="#7e2fff"/>
</radialGradient>
<radialGradient id="balloon1" cx="30%" cy="30%" r="50%">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</radialGradient>
<radialGradient id="balloon2" cx="30%" cy="30%" r="50%">
<stop offset="0%" stop-color="#a1c4fd"/>
<stop offset="100%" stop-color="#c2e9fb"/>
</radialGradient>
<radialGradient id="balloon3" cx="30%" cy="30%" r="50%">
<stop offset="0%" stop-color="#fbc2eb"/>
<stop offset="100%" stop-color="#a6c1ee"/>
</radialGradient>
<pattern id="bubbles" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="3" fill="rgba(255,255,255,0.3)" />
<circle cx="30" cy="25" r="2" fill="rgba(255,255,255,0.2)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)" />
<rect width="300" height="300" fill="url(#bubbles)" />
<!-- Seaweed -->
<path d="M20,300 C25,250 10,200 20,150" stroke="#2e7d32" stroke-width="4" fill="none"/>
<path d="M40,300 C50,240 30,190 40,140" stroke="#388e3c" stroke-width="3" fill="none"/>
<path d="M280,300 C275,260 290,210 280,160" stroke="#2e7d32" stroke-width="4" fill="none"/>
<path d="M260,300 C255,250 270,200 260,150" stroke="#388e3c" stroke-width="3" fill="none"/>
<!-- Balloons -->
<g transform="translate(200,80)">
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#balloon1)" stroke="#fff" stroke-width="1"/>
<path d="M0,40 L0,100" stroke="#8b5cf6" stroke-width="2"/>
</g>
<g transform="translate(160,100)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="url(#balloon2)" stroke="#fff" stroke-width="1"/>
<path d="M0,35 L20,100" stroke="#3b82f6" stroke-width="2"/>
</g>
<g transform="translate(220,130)">
<ellipse cx="0" cy="0" rx="28" ry="38" fill="url(#balloon3)" stroke="#fff" stroke-width="1"/>
<path d="M0,38 L-20,100" stroke="#ec4899" stroke-width="2"/>
</g>
<!-- Octopus Body -->
<g transform="translate(120,180)">
<ellipse cx="0" cy="0" rx="50" ry="40" fill="url(#bodyGrad)" />
<!-- Eyes -->
<circle cx="-20" cy="-10" r="8" fill="#fff"/>
<circle cx="20" cy="-10" r="8" fill="#fff"/>
<circle cx="-20" cy="-10" r="4" fill="#2c2c2c"/>
<circle cx="20" cy="-10" r="4" fill="#2c2c2c"/>
<!-- Tentacles -->
<path d="M-30,10 C-60,40 -80,80 -60,90" stroke="url(#bodyGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M-10,15 C-30,50 -20,90 0,100" stroke="url(#bodyGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M10,15 C10,50 30,80 40,90" stroke="url(#bodyGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M30,10 C60,40 80,70 70,90" stroke="url(#bodyGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
</g>
<!-- Balloon Strings held by tentacle -->
<path d="M40,100 C50,120 70,140 95,80" stroke="#8b5cf6" stroke-width="1" fill="none"/>
<path d="M20,110 C30,130 60,150 85,90" stroke="#3b82f6" stroke-width="1" fill="none"/>
<path d="M60,120 C70,140 90,160 105,100" stroke="#ec4899" stroke-width="1" fill="none"/>
</svg>
Judge's Analysis
Player 1's submission is more visually appealing and adheres better to the prompt.
The octopus is clearly defined, with expressive features and holding a colorful bouquet of balloons underwater.
Player 2's submission, while creative, lacks the same level of detail and clarity in depicting the octopus and balloons, making Player 1's rendition stronger overall.
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
"A sunflower wearing sunglasses in a desert under a smiling crescent moon."
"A giraffe painting a self-portrait on a tall canvas."
"A tree growing on a floating island, roots dangling into the clouds below."