Creative Challenge
"Cactus knight jousting atop galloping armadillos in a desert moonlit arena"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0a0a3a" />
<stop offset="60%" stop-color="#1a1a5a" />
<stop offset="100%" stop-color="#3a284d" />
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
<stop offset="0%" stop-color="#fffce6" />
<stop offset="80%" stop-color="#fff4b3" />
<stop offset="100%" stop-color="#ffe066" />
</radialGradient>
<linearGradient id="sandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#a17236" />
<stop offset="20%" stop-color="#c19a56" />
<stop offset="100%" stop-color="#e6c78c" />
</linearGradient>
<pattern id="cactusPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#2d8c3c" />
<path d="M0,0 L5,5 L10,0 M0,10 L5,5 L10,10" stroke="#1e6429" stroke-width="0.5" fill="none" />
</pattern>
<pattern id="armadilloPattern" patternUnits="userSpaceOnUse" width="8" height="8">
<rect width="8" height="8" fill="#786d5f" />
<path d="M0,4 H8 M4,0 V8" stroke="#5a5347" stroke-width="0.5" />
</pattern>
<pattern id="armorPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#a7a7a7" />
<circle cx="5" cy="5" r="2" fill="#818181" />
</pattern>
<filter id="dustCloud">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" />
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="url(#moonGradient)" />
<circle cx="240" cy="40" r="5" fill="#e6c78c" opacity="0.3" />
<circle cx="255" cy="60" r="7" fill="#e6c78c" opacity="0.3" />
<circle cx="265" cy="45" r="4" fill="#e6c78c" opacity="0.3" />
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="30" r="1.2" />
<circle cx="80" cy="60" r="0.8" />
<circle cx="120" cy="20" r="1.5" />
<circle cx="180" cy="40" r="1.0" />
<circle cx="220" cy="70" r="0.7" />
<circle cx="30" cy="80" r="1.1" />
<circle cx="150" cy="60" r="0.9" />
<circle cx="280" cy="90" r="1.3" />
<circle cx="70" cy="20" r="0.6" />
<circle cx="200" cy="25" r="1.4" />
<circle cx="100" cy="40" r="0.8" />
<circle cx="170" cy="15" r="1.0" />
<circle cx="135" cy="35" r="0.7" />
<circle cx="260" cy="30" r="1.2" />
<circle cx="110" cy="75" r="0.9" />
</g>
<!-- Desert -->
<path d="M0,180 C50,160 100,170 150,160 C200,150 250,160 300,155 L300,300 L0,300 Z" fill="url(#sandGradient)" />
<!-- Arena -->
<ellipse cx="150" cy="240" rx="130" ry="40" fill="#c9a87e" stroke="#8c795b" stroke-width="2" />
<ellipse cx="150" cy="240" rx="110" ry="30" fill="#e6c78c" stroke="#8c795b" stroke-width="1" />
<!-- Desert cacti in background -->
<g transform="translate(30, 190) scale(0.5)">
<rect x="0" y="-30" width="15" height="30" rx="3" ry="3" fill="#2d8c3c" />
<path d="M15,-20 L25,-25 L25,-10 L15,-15" fill="#2d8c3c" />
<line x1="5" y1="-25" x2="5" y2="-5" stroke="#1e6429" stroke-width="1" />
<line x1="10" y1="-25" x2="10" y2="-5" stroke="#1e6429" stroke-width="1" />
<line x1="20" y1="-20" x2="20" y2="-15" stroke="#1e6429" stroke-width="1" />
</g>
<g transform="translate(270, 185) scale(0.6)">
<rect x="0" y="-40" width="15" height="40" rx="3" ry="3" fill="#2d8c3c" />
<path d="M0,-25 L-10,-30 L-10,-15 L0,-20" fill="#2d8c3c" />
<line x1="5" y1="-35" x2="5" y2="-5" stroke="#1e6429" stroke-width="1" />
<line x1="10" y1="-35" x2="10" y2="-5" stroke="#1e6429" stroke-width="1" />
<line x1="-5" y1="-25" x2="-5" y2="-20" stroke="#1e6429" stroke-width="1" />
</g>
<!-- Arena decorations -->
<path d="M20,240 L20,225 L25,225 L25,240" stroke="#8c5a37" stroke-width="2" fill="none" />
<path d="M280,240 L280,225 L275,225 L275,240" stroke="#8c5a37" stroke-width="2" fill="none" />
<path d="M20,225 L275,225" stroke="#8c5a37" stroke-width="2" fill="none" />
<rect x="140" y="225" width="20" height="15" fill="#d10000" />
<path d="M140,225 L150,220 L160,225" fill="#d10000" />
<!-- Crowd (cacti spectators) -->
<g transform="translate(50, 220)">
<rect x="0" y="-20" width="10" height="20" rx="2" ry="2" fill="#2d8c3c" />
<path d="M5,-20 L5,-30 L3,-30" stroke="#2d8c3c" stroke-width="5" stroke-linecap="round" fill="none" />
<circle cx="3" cy="-25" r="1" fill="#ffffff" opacity="0.7" />
<circle cx="7" cy="-15" r="1" fill="#ffffff" opacity="0.7" />
<!-- Mexican hat -->
<ellipse cx="5" cy="-32" rx="10" ry="3" fill="#f9d71c" />
<ellipse cx="5" cy="-35" rx="5" ry="3" fill="#f9d71c" />
</g>
<g transform="translate(35, 225)">
<rect x="0" y="-15" width="8" height="15" rx="2" ry="2" fill="#2d8c3c" />
<line x1="0" y1="-10" x2="-3" y2="-10" stroke="#1e6429" stroke-width="1" />
<line x1="8" y1="-10" x2="11" y2="-10" stroke="#1e6429" stroke-width="1" />
<circle cx="4" cy="-10" r="1" fill="#ffffff" opacity="0.7" />
</g>
<g transform="translate(65, 225)">
<rect x="0" y="-18" width="9" height="18" rx="2" ry="2" fill="#2d8c3c" />
<path d="M0,-12 L-5,-17" stroke="#2d8c3c" stroke-width="4" stroke-linecap="round" fill="none" />
<line x1="9" y1="-12" x2="12" y2="-12" stroke="#1e6429" stroke-width="1" />
<circle cx="4" cy="-12" r="1" fill="#ffffff" opacity="0.7" />
<!-- Tiny flag -->
<rect x="0" y="-22" width="6" height="4" fill="#d10000" />
<line x1="0" y1="-22" x2="0" y2="-27" stroke="#8c5a37" stroke-width="1" />
</g>
<g transform="translate(250, 215)">
<rect x="0" y="-20" width="10" height="20" rx="2" ry="2" fill="#2d8c3c" />
<path d="M5,-20 L5,-30 L8,-25" stroke="#2d8c3c" stroke-width="5" stroke-linecap="round" fill="none" />
<circle cx="3" cy="-15" r="1" fill="#ffffff" opacity="0.7" />
<circle cx="7" cy="-10" r="1" fill="#ffffff" opacity="0.7" />
<!-- Tiny crown -->
<path d="M2,-32 L5,-35 L8,-32 L7,-30 L3,-30 Z" fill="#f9d71c" stroke="#8c5a37" stroke-width="0.5" />
</g>
<g transform="translate(235, 220)">
<rect x="0" y="-15" width="8" height="15" rx="2" ry="2" fill="#2d8c3c" />
<line x1="0" y1="-10" x2="-3" y2="-10" stroke="#1e6429" stroke-width="1" />
<line x1="8" y1="-10" x2="11" y2="-10" stroke="#1e6429" stroke-width="1" />
<circle cx="4" cy="-10" r="1" fill="#ffffff" opacity="0.7" />
<!-- Cheering arm -->
<path d="M0,-15 C-5,-20 -10,-15 -8,-12" stroke="#2d8c3c" stroke-width="2" fill="none" />
</g>
<g transform="translate(265, 220)">
<rect x="0" y="-18" width="9" height="18" rx="2" ry="2" fill="#2d8c3c" />
<path d="M9,-12 L14,-17" stroke="#2d8c3c" stroke-width="4" stroke-linecap="round" fill="none" />
<line x1="0" y1="-12" x2="-3" y2="-12" stroke="#1e6429" stroke-width="1" />
<circle cx="4" cy="-12" r="1" fill="#ffffff" opacity="0.7" />
<!-- Tiny flag -->
<rect x="14" y="-17" width="6" height="4" fill="#f9d71c" />
<line x1="14" y1="-17" x2="14" y2="-22" stroke="#8c5a37" stroke-width="1" />
</g>
<!-- First Armadillo (background) -->
<g transform="translate(80, 240) scale(0.8) rotate(-5)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#armadilloPattern)" stroke="#5a5347" stroke-width="1" />
<!-- Shell segments -->
<path d="M-20,-5 C-20,-12 20,-12 20,-5" stroke="#5a5347" stroke-width="1.5" fill="none" />
<path d="M-22,-3 C-22,-10 22,-10 22,-3" stroke="#5a5347" stroke-width="1.5" fill="none" />
<path d="M-24,-1 C-24,-8 24,-8 24,-1" stroke="#5a5347" stroke-width="1.5" fill="none" />
<path d="M-24,1 C-24,-6 24,-6 24,1" stroke="#5a5347" stroke-width="1.5" fill="none" />
<path d="M-22,3 C-22,-4 22,-4 22,3" stroke="#5a5347" stroke-width="1.5" fill="none" />
<path d="M-20,5 C-20,-2 20,-2 20,5" stroke="#5a5347" stroke-width="1.5" fill="none" />
<!-- Head -->
<ellipse cx="-30" cy="0" rx="10" ry="8" fill="#786d5f" stroke="#5a5347" stroke-width="1" />
<circle cx="-35" cy="-2" r="1.5" fill="#000000" /> <!-- Eye -->
<path d="M-40,0 L-42,2" stroke="#5a5347" stroke-width="1" /> <!-- Nose -->
<!-- Legs -->
<path d="M-15,15 L-20,25" stroke="#786d5f" stroke-width="5" stroke-linecap="round" />
<path d="M-5,15 L-10,25" stroke="#786d5f" stroke-width="5" stroke-linecap="round" />
<path d="M5,15 L10,25" stroke="#786d5f" stroke-width="5" stroke-linecap="round" />
<path d="M15,15 L20,25" stroke="#786d5f" stroke-width="5" stroke-linecap="round" />
<!-- Tail -->
<path d="M25,5 C35,5 40,10 40,15" stroke="#786d5f" stroke-width="4" stroke-linecap="round" fill="none" />
<!-- Simple knight -->
<g transform="translate(0, -25) scale(0.7)">
<rect x="-5" y="-15" width="10" height="15" fill="#2d8c3c" />
<circle cx="0" cy="-20" r="5" fill="#2d8c3c" />
<rect x="-4" y="-22" width="8" height="3" fill="#a7a7a7" />
<line x1="-5" y1="-10" x2="-15" y2="-15" stroke="#2d8c3c" stroke-width="3" />
<line x1="5" y1="-10" x2="15" y2="-15" stroke="#2d8c3c" stroke-width="3" />
<line x1="15" y1="-15" x2="25" y2="-15" stroke="#a7a7a7" stroke-width="2" />
</g>
</g>
<!-- Dust clouds behind racing armadillos -->
<ellipse cx="150" cy="255" rx="15" ry="5" fill="#e6c78c" opacity="0.6" filter="url(#dustCloud)" />
<ellipse cx="130" cy="250" rx="10" ry="3" fill="#e6c78c" opacity="0.4" filter="url(#dustCloud)" />
<ellipse cx="180" cy="260" rx="20" ry="7" fill="#e6c78c" opacity="0.5" filter="url(#dustCloud)" />
<!-- Second Armadillo (foreground with knight) -->
<g transform="translate(180, 230)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="18" fill="url(#armadilloPattern)" stroke="#5a5347" stroke-width="1.5" />
<!-- Shell segments -->
<path d="M-24,-6 C-24,-14 24,-14 24,-6" stroke="#5a5347" stroke-width="2" fill="none" />
<path d="M-26,-3 C-26,-12 26,-12 26,-3" stroke="#5a5347" stroke-width="2" fill="none" />
<path d="M-28,-1 C-28,-10 28,-10 28,-1" stroke="#5a5347" stroke-width="2" fill="none" />
<path d="M-28,1 C-28,-8 28,-8 28,1" stroke="#5a5347" stroke-width="2" fill="none" />
<path d="M-26,3 C-26,-6 26,-6 26,3" stroke="#5a5347" stroke-width="2" fill="none" />
<path d="M-24,6 C-24,-3 24,-3 24,6" stroke="#5a5347" stroke-width="2" fill="none" />
<!-- Head -->
<ellipse cx="-35" cy="0" rx="12" ry="10" fill="#786d5f" stroke="#5a5347" stroke-width="1.5" />
<circle cx="-40" cy="-2" r="2" fill="#000000" /> <!-- Eye -->
<path d="M-47,0 L-50,2" stroke="#5a5347" stroke-width="1.5" /> <!-- Nose -->
<!-- Determined expression -->
<path d="M-42,-5 L-38,-4" stroke="#5a5347" stroke-width="1" />
<!-- Legs (in galloping position) -->
<path d="M-15,18 L-25,28" stroke="#786d5f" stroke-width="6" stroke-linecap="round" />
<path d="M-5,18 L-15,23" stroke="#786d5f" stroke-width="6" stroke-linecap="round" />
<path d="M5,18 L15,28" stroke="#786d5f" stroke-width="6" stroke-linecap="round" />
<path d="M15,18 L5,23" stroke="#786d5f" stroke-width="6" stroke-linecap="round" />
<!-- Tail -->
<path d="M30,5 C40,0 45,10 48,20" stroke="#786d5f" stroke-width="5" stroke-linecap="round" fill="none" />
<!-- Saddle -->
<ellipse cx="0" cy="-18" rx="20" ry="10" fill="#8c5a37" stroke="#5a3a20" stroke-width="1" />
<path d="M-20,-18 C-20,-25 20,-25 20,-18" stroke="#5a3a20" stroke-width="1" fill="none" />
<path d="M-15,-18 L-15,-28 M-5,-18 L-5,-28 M5,-18 L5,-28 M15,-18 L15,-28" stroke="#5a3a20" stroke-width="1" />
<!-- Armadillo armor -->
<path d="M-15,-10 L15,-10 L20,-5 L15,0 L-15,0 L-20,-5 Z" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" opacity="0.8" />
<circle cx="-35" cy="-5" r="5" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" opacity="0.8" />
</g>
<!-- Motion lines -->
<path d="M140,230 L130,230 M145,220 L135,220 M150,240 L140,240" stroke="#000000" stroke-width="1" opacity="0.3" />
<!-- More dust clouds -->
<ellipse cx="220" cy="245" rx="8" ry="3" fill="#e6c78c" opacity="0.5" filter="url(#dustCloud)" />
<ellipse cx="210" cy="250" rx="5" ry="2" fill="#e6c78c" opacity="0.3" filter="url(#dustCloud)" />
<!-- Cactus Knight -->
<g transform="translate(180, 210)">
<!-- Main body (cactus) -->
<rect x="-10" y="-40" width="20" height="40" rx="5" ry="5" fill="url(#cactusPattern)" stroke="#1e6429" stroke-width="1" />
<!-- Arms -->
<path d="M-10,-25 L-20,-30 L-25,-20" stroke="#2d8c3c" stroke-width="10" stroke-linecap="round" fill="none" />
<path d="M10,-25 L25,-20" stroke="#2d8c3c" stroke-width="10" stroke-linecap="round" fill="none" />
<!-- Armor pieces -->
<rect x="-12" y="-40" width="24" height="10" rx="3" ry="3" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" />
<rect x="-12" y="-20" width="24" height="10" rx="3" ry="3" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" />
<circle cx="0" cy="-30" r="8" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" />
<!-- Helmet -->
<path d="M-8,-45 C-8,-55 8,-55 8,-45 L8,-40 L-8,-40 Z" fill="url(#armorPattern)" stroke="#606060" stroke-width="1" />
<rect x="-4" y="-50" width="8" height="5" fill="#d10000" />
<!-- Lance -->
<line x1="30" y1="-22" x2="60" y2="-22" stroke="#8c5a37" stroke-width="3" />
<path d="M60,-22 L75,-22 L70,-19 L70,-25 Z" fill="#a7a7a7" stroke="#606060" stroke-width="1" />
<!-- Shield -->
<path d="M-25,-20 C-30,-15 -30,-5 -25,0 C-20,5 -18,5 -15,0 C-12,-5 -12,-15 -17,-20 Z" fill="#d10000" stroke="#8c5a37" stroke-width="2" />
<path d="M-25,-15 L-17,-15 M-21,-10 L-17,-10" stroke="#f9d71c" stroke-width="1.5" />
<circle cx="-21" cy="-20" r="2" fill="#f9d71c" />
<!-- Cactus face -->
<circle cx="-3" cy="-45" r="1.5" fill="#000000" /> <!-- Left eye -->
<circle cx="3" cy="-45" r="1.5" fill="#000000" /> <!-- Right eye -->
<path d="M-2,-40 C-1,-39 1,-39 2,-40" stroke="#000000" stroke-width="1" fill="none" /> <!-- Determined smile -->
<!-- Cactus spines -->
<line x1="-10" y1="-35" x2="-15" y2="-35" stroke="#1e6429" stroke-width="1" />
<line x1="-10" y1="-30" x2="-15" y2="-30" stroke="#1e6429" stroke-width="1" />
<line x1="-10" y1="-25" x2="-15" y2="-25" stroke="#1e6429" stroke-width="1" />
<line x1="10" y1="-35" x2="15" y2="-35" stroke="#1e6429" stroke-width="1" />
<line x1="10" y1="-30" x2="15" y2="-30" stroke="#1e6429" stroke-width="1" />
<line x1="10" y1="-25" x2="15" y2="-25" stroke="#1e6429" stroke-width="1" />
<!-- Decorative armor details -->
<path d="M-8,-45 L8,-45" stroke="#d10000" stroke-width="1" />
<circle cx="0" cy="-30" r="3" fill="#d10000" />
<path d="M-12,-35 L-12,-25 M12,-35 L12,-25" stroke="#606060" stroke-width="0.5" />
</g>
<!-- Sand particles -->
<circle cx="100" cy="250" r="1" fill="#e6c78c" />
<circle cx="120" cy="245" r="1.5" fill="#e6c78c" />
<circle cx="170" cy="255" r="1" fill="#e6c78c" />
<circle cx="200" cy="250" r="2" fill="#e6c78c" />
<circle cx="160" cy="240" r="1" fill="#e6c78c" />
<circle cx="140" cy="260" r="1.5" fill="#e6c78c" />
<circle cx="90" cy="255" r="1.2" fill="#e6c78c" />
<circle cx="210" cy="240" r="1.7" fill="#e6c78c" />
<circle cx="230" cy="255" r="1.3" fill="#e6c78c" />
<!-- Flying small banner -->
<path d="M120,200 C125,195 125,205 130,200" stroke="#8c5a37" stroke-width="0.5" fill="none" />
<path d="M130,200 L140,200 L140,195 L130,195 Z" fill="#d10000" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#c9c9c9" />
</radialGradient>
<linearGradient id="desertGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#ffe6b3" />
<stop offset="100%" stop-color="#cc9966" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#desertGradient)" />
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" />
<!-- Armadillo 1 -->
<ellipse cx="100" cy="250" rx="40" ry="20" fill="#8c5b41" />
<path d="M90,230 C100,220 110,220 120,230" fill="none" stroke="#654321" stroke-width="3"/>
<ellipse cx="90" cy="250" rx="5" ry="5" fill="#4d3319" />
<ellipse cx="110" cy="250" rx="5" ry="5" fill="#4d3319" />
<!-- Armadillo 2 -->
<ellipse cx="200" cy="250" rx="40" ry="20" fill="#8c5b41" />
<path d="M190,230 C200,220 210,220 220,230" fill="none" stroke="#654321" stroke-width="3"/>
<ellipse cx="190" cy="250" rx="5" ry="5" fill="#4d3319" />
<ellipse cx="210" cy="250" rx="5" ry="5" fill="#4d3319" />
<!-- Cactus Knight -->
<g transform="translate(75,130)">
<rect x="10" y="0" width="20" height="60" rx="10" ry="10" fill="#4b8b3b" stroke="#39733b" stroke-width="2"/>
<rect x="5" y="20" width="2" height="40" rx="1" ry="1" fill="#39733b" />
<rect x="23" y="20" width="2" height="40" rx="1" ry="1" fill="#39733b" />
<ellipse cx="20" cy="-5" rx="10" ry="5" fill="#4b8b3b" />
<path d="M18,60 L0,100 L40,100 L22,60" fill="#8c5b41" />
<line x1="20" y1="60" x2="80" y2="40" stroke="#d4a373" stroke-width="3"/>
</g>
<!-- Cactus Knight 2 -->
<g transform="translate(175,130)">
<rect x="10" y="0" width="20" height="60" rx="10" ry="10" fill="#4b8b3b" stroke="#39733b" stroke-width="2"/>
<rect x="5" y="20" width="2" height="40" rx="1" ry="1" fill="#39733b" />
<rect x="23" y="20" width="2" height="40" rx="1" ry="1" fill="#39733b" />
<ellipse cx="20" cy="-5" rx="10" ry="5" fill="#4b8b3b" />
<path d="M18,60 L0,100 L40,100 L22,60" fill="#8c5b41" />
<line x1="20" y1="60" x2="80" y2="40" stroke="#d4a373" stroke-width="3"/>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the whimsical and detailed nature of the prompt with a clear depiction of a cactus knight jousting on an armadillo in a desert moonlit arena.
The setting is well-defined with additional elements like the moon and stars, adding to the atmosphere.
Player 2's image, while creative, lacks detail and context, making it less effective in visual storytelling and adherence to 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
"Surreal clock with melting wings, suspended in a candy sky"
"Dancing skyscrapers under a swirling, cosmic sky"
"Flying cactus wearing headphones"
"Mushroom with skyscrapers growing as windows"
"A penguin with a jetpack, soaring over an erupting volcano at sunset"
"A snail with a transparent shell showing a galaxy inside"