Creative Challenge
"A cat balancing on a unicycle while juggling fish."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(100,100,200);stop-opacity:1" />
<stop offset="30%" style="stop-color:rgb(80,80,180);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(30,30,80);stop-opacity:1" />
</radialGradient>
<linearGradient id="stageFloor" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#CD853F; stop-opacity:1" />
<stop offset="100%" style="stop-color:#A0522D; stop-opacity:1" />
</linearGradient>
<linearGradient id="wheelGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#D0D0D0;" />
<stop offset="50%" style="stop-color:#909090;" />
<stop offset="100%" style="stop-color:#D0D0D0;" />
</linearGradient>
<linearGradient id="seatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF6347;" />
<stop offset="100%" style="stop-color:#E60000;" />
</linearGradient>
<linearGradient id="catFurGradientMain" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFA500;" />
<stop offset="50%" style="stop-color:#FF8C00;" />
<stop offset="100%" style="stop-color:#FFB347;" />
</linearGradient>
<pattern id="catStripesPattern" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(40 5 5)">
<line x1="0" y1="5" x2="10" y2="5" stroke="#D2691E" stroke-width="2" stroke-opacity="0.6"/>
</pattern>
<radialGradient id="catEyeGradient" cx="50%" cy="50%" r="50%" fx="35%" fy="35%">
<stop offset="0%" style="stop-color:#A2FF8F;" />
<stop offset="100%" style="stop-color:#008000;" />
</radialGradient>
<linearGradient id="fish1Gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4682B4;" />
<stop offset="100%" style="stop-color:#B0E0E6;" />
</linearGradient>
<linearGradient id="fish2Gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF4500;" />
<stop offset="100%" style="stop-color:#FFA07A;" />
</linearGradient>
<linearGradient id="fish3Gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3CB371;" />
<stop offset="100%" style="stop-color:#98FB98;" />
</linearGradient>
<g id="fishShape">
<path d="M 0 0 C 10 -10 20 -5 30 0 C 25 5 15 10 0 0 Z" />
<path d="M 28 0 C 35 -3 38 3 30 5 Z" />
<path d="M 10 -2 C 12 -5 15 -5 15 -1 Z" />
<path d="M 12 2 C 14 5 16 5 15 1 Z" />
<circle cx="5" cy="-1" r="1.2" fill="#222" />
<circle cx="4.5" cy="-1.5" r="0.5" fill="white" opacity="0.7"/>
</g>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g id="sparkles">
<circle cx="50" cy="60" r="2" fill="rgba(255,255,220,0.8)"><animate attributeName="r" values="2;3;2" dur="3s" repeatCount="indefinite"/></circle>
<circle cx="250" cy="80" r="3" fill="rgba(255,255,220,0.9)"><animate attributeName="r" values="3;2;3" dur="2.5s" repeatCount="indefinite"/></circle>
<circle cx="100" cy="30" r="1.5" fill="rgba(255,255,220,0.7)"><animate attributeName="r" values="1.5;2.5;1.5" dur="3.5s" repeatCount="indefinite"/></circle>
<circle cx="200" cy="40" r="2.5" fill="rgba(255,255,220,0.85)"><animate attributeName="fill-opacity" values="0.85;0.5;0.85" dur="2s" repeatCount="indefinite"/></circle>
<path d="M 70 100 L 72 98 L 74 100 L 72 102 Z" fill="rgba(255,255,220,0.7)"><animateTransform attributeName="transform" type="rotate" from="0 72 100" to="360 72 100" dur="5s" repeatCount="indefinite"/></path>
<path d="M 230 120 L 232 118 L 234 120 L 232 122 Z" fill="rgba(255,255,220,0.7)"><animateTransform attributeName="transform" type="rotate" from="0 232 120" to="-360 232 120" dur="6s" repeatCount="indefinite"/></path>
</g>
<ellipse cx="150" cy="265" rx="150" ry="45" fill="url(#stageFloor)" stroke="#6F4E37" stroke-width="2"/>
<ellipse cx="150" cy="256" rx="28" ry="6" fill="rgba(0,0,0,0.25)" />
<g id="unicycle" transform="translate(150, 222)">
<circle cx="0" cy="0" r="32" fill="url(#wheelGradient)" stroke="#333" stroke-width="1.5"/>
<circle cx="0" cy="0" r="28" fill="none" stroke="#444" stroke-width="4"/>
<circle cx="0" cy="0" r="5" fill="#555" stroke="#333" stroke-width="1"/>
<g stroke="#888" stroke-width="1.5">
<line x1="0" y1="0" x2="0" y2="-26"/> <line x1="0" y1="0" x2="0" y2="26"/>
<line x1="0" y1="0" x2="-26" y2="0"/> <line x1="0" y1="0" x2="26" y2="0"/>
<line x1="0" y1="0" x2="18.4" y2="-18.4"/> <line x1="0" y1="0" x2="-18.4" y2="18.4"/>
<line x1="0" y1="0" x2="-18.4" y2="-18.4"/> <line x1="0" y1="0" x2="18.4" y2="18.4"/>
</g>
<path d="M -8 -30 L 0 -38 L 8 -30" fill="none" stroke="#707070" stroke-width="5" stroke-linecap="round"/>
<line x1="0" y1="-38" x2="0" y2="-60" stroke="#707070" stroke-width="5"/>
<ellipse cx="0" cy="-65" rx="18" ry="8" fill="url(#seatGradient)" stroke="#A00000" stroke-width="1.5"/>
<g transform="rotate(40)">
<rect x="25" y="-3.5" width="14" height="7" rx="2" ry="2" fill="#666" stroke="#444" stroke-width="1"/>
<line x1="0" y1="0" x2="25" y2="0" stroke="#555" stroke-width="2.5"/>
</g>
<g transform="rotate(220)">
<rect x="25" y="-3.5" width="14" height="7" rx="2" ry="2" fill="#666" stroke="#444" stroke-width="1"/>
<line x1="0" y1="0" x2="25" y2="0" stroke="#555" stroke-width="2.5"/>
</g>
</g>
<g id="cat" transform="translate(150, 130)">
<path d="M 22 -12 Q 45 0 38 28 Q 30 50 8 42" stroke="url(#catFurGradientMain)" stroke-width="10" fill="none" stroke-linecap="round"/>
<ellipse cx="0" cy="0" rx="28" ry="33" fill="url(#catFurGradientMain)" />
<ellipse cx="0" cy="0" rx="28" ry="33" fill="url(#catStripesPattern)" />
<path d="M -12 28 C -18 38 -8 45 0 42" stroke="url(#catFurGradientMain)" stroke-width="9" fill="none" stroke-linecap="round"/>
<path d="M 12 28 C 18 38 8 45 0 42" stroke="url(#catFurGradientMain)" stroke-width="9" fill="none" stroke-linecap="round"/>
<g transform="translate(0, -33)">
<circle cx="0" cy="0" r="22" fill="url(#catFurGradientMain)" />
<circle cx="0" cy="0" r="22" fill="url(#catStripesPattern)" />
<path d="M -22 -2 Q -15 -20 0 -12" fill="url(#catFurGradientMain)" stroke="#A0522D" stroke-width="1"/>
<path d="M 22 -2 Q 15 -20 0 -12" fill="url(#catFurGradientMain)" stroke="#A0522D" stroke-width="1"/>
<path d="M -18 -3 Q -14 -15 -1 -11" fill="#FFB6C1" />
<path d="M 18 -3 Q 14 -15 1 -11" fill="#FFB6C1" />
<ellipse cx="-9" cy="-3" rx="5.5" ry="7.5" fill="url(#catEyeGradient)"/>
<ellipse cx="9" cy="-3" rx="5.5" ry="7.5" fill="url(#catEyeGradient)"/>
<circle cx="-9" cy="-3" r="2.2" fill="black"/>
<circle cx="9" cy="-3" r="2.2" fill="black"/>
<circle cx="-10" cy="-5" r="1" fill="white" opacity="0.9"/>
<circle cx="8" cy="-5" r="1" fill="white" opacity="0.9"/>
<path d="M -3.5 5 Q 0 2 3.5 5" fill="#FFB6C1" stroke="black" stroke-width="0.7"/>
<path d="M 0 2.5 C -5 6 -5 9 0 6" stroke="black" stroke-width="1" fill="none" stroke-linecap="round"/>
<path d="M 0 2.5 C 5 6 5 9 0 6" stroke="black" stroke-width="1" fill="none" stroke-linecap="round"/>
<g stroke="black" stroke-width="0.6" stroke-linecap="round">
<line x1="-16" y1="3" x2="-28" y2="1"/> <line x1="-16" y1="6" x2="-30" y2="6"/> <line x1="-16" y1="9" x2="-28" y2="11"/>
<line x1="16" y1="3" x2="28" y2="1"/> <line x1="16" y1="6" x2="30" y2="6"/> <line x1="16" y1="9" x2="28" y2="11"/>
</g>
</g>
<path d="M -18 -10 C -35 -15 -45 -5 -38 12" stroke="url(#catFurGradientMain)" stroke-width="10" fill="none" stroke-linecap="round" />
<ellipse cx="-40" cy="15" rx="7" ry="5" fill="url(#catFurGradientMain)" transform="rotate(-30, -40, 15)"/>
<path d="M 18 -10 C 35 -15 45 -5 38 12" stroke="url(#catFurGradientMain)" stroke-width="10" fill="none" stroke-linecap="round"/>
<ellipse cx="40" cy="15" rx="7" ry="5" fill="url(#catFurGradientMain)" transform="rotate(30, 40, 15)"/>
</g>
<g class="juggling-arc">
<path d="M 105 120 C 125 60, 175 60, 195 120" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1.5" stroke-dasharray="3 3">
<animate attributeName="stroke-dashoffset" values="0;12" dur="1s" repeatCount="indefinite"/>
</path>
</g>
<g id="fish1" transform="translate(105, 118) rotate(-40) scale(1.3)">
<use href="#fishShape" style="fill:url(#fish1Gradient); stroke:#1C6BA2; stroke-width:0.7;"/>
</g>
<g id="fish2" transform="translate(150, 75) rotate(5) scale(1.3)">
<use href="#fishShape" style="fill:url(#fish2Gradient); stroke:#D43800; stroke-width:0.7;"/>
</g>
<g id="fish3" transform="translate(195, 118) rotate(40) scale(1.3)">
<use href="#fishShape" style="fill:url(#fish3Gradient); stroke:#2A9356; stroke-width:0.7;"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#FF69B4" stop-opacity="1" />
<stop offset="100%" stop-color="#FFC67D" stop-opacity="1" />
</linearGradient>
<radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#32CD32" stop-opacity="1" />
<stop offset="100%" stop-color="#9ACD32" stop-opacity="1" />
</radialGradient>
<pattern id="wave" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0,5c2.5,0,5-2.5,5-5S2.5,0,0,0S-5,2.5-5,5S2.5,10,5,10S10,7.5,10,5" fill="#44A0E6" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#grad1)" rx="10" />
<circle cx="150" cy="280" r="10" fill="#FFC107" />
<path d="M150,250C130,250,110,270,110,290S130,310,150,310S170,290,170,270S150,250,150,250" fill="url(#grad2)" />
<g transform="translate(150, 180)">
<circle cx="0" cy="0" r="20" fill="#F2C464" />
<path d="M-15,0C-20,10,-10,20,0,20S10,10,15,0S10,-10,0,-10S-10,0,-15,0" fill="#F7DC6F" />
<path d="M-30,0C-35,10,-25,20,-15,20S-5,10,0,0S5,-10,15,-10S25,-20,35,-20S30,0,30,0" fill="#F7DC6F" />
<path d="M0,0C5,5,10,10,15,15S20,20,25,25S30,30,35,35S40,40,45,45" fill="#F7DC6F" />
</g>
<g transform="translate(150, 150)">
<path d="M-20,0C-25,5,-20,10,-15,10S-10,5,-5,0S0,-5,5,-5S10,0,15,0S20,5,25,5S20,0,20,0" fill="url(#wave)" />
<path d="M-30,0C-35,5,-30,10,-25,10S-20,5,-15,0S-10,-5,-5,-5S0,0,5,0S10,5,15,5S20,10,25,10S30,5,35,5S30,0,30,0" fill="url(#wave)" />
<path d="M0,0C5,5,10,10,15,15S20,20,25,25S30,30,35,35S40,40,45,45" fill="#44A0E6" />
</g>
<path d="M150,70C160,70,170,80,170,90S160,100,150,100S140,90,140,80S150,70,150,70" fill="#9B59B6" />
<path d="M150,40C160,40,170,50,170,60S160,70,150,70S140,60,140,50S150,40,150,40" fill="#E74C3C" />
<path d="M150,10C160,10,170,20,170,30S160,40,150,40S140,30,140,20S150,10,150,10" fill="#1ABC9C" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts the prompt with a detailed and recognizable cat balancing on a unicycle while juggling fish, demonstrating creativity and technical skill.
In comparison, Player 2's submission is abstract and lacks clear adherence to the prompt, making it less effective in conveying the intended idea.
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 teacup balancing on a sleeping cat's tail under a floating balloon."
"An octopus wearing a crown, juggling three lit candles underwater."
"Two giraffes tangled in an elegant ballet under a crescent moon."