Back

SVG Drawing Match #2300

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A castle made entirely of fruits and vegetables."

SVG by o3 high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <!-- Background gradients -->
    <linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#b0e0ff"/>
      <stop offset="100%" stop-color="#e6f7ff"/>
    </linearGradient>
    <linearGradient id="ground" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#7adf69"/>
      <stop offset="100%" stop-color="#3aa93a"/>
    </linearGradient>

    <!-- Produce gradients -->
    <linearGradient id="carrotGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffa647"/>
      <stop offset="100%" stop-color="#d66a00"/>
    </linearGradient>

    <radialGradient id="waterRed" cx="0.5" cy="0.6" r="0.65">
      <stop offset="0%" stop-color="#ff6666"/>
      <stop offset="100%" stop-color="#e02828"/>
    </radialGradient>

    <linearGradient id="rindGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#3dd15b"/>
      <stop offset="100%" stop-color="#207a30"/>
    </linearGradient>

    <linearGradient id="pineappleGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffe17d"/>
      <stop offset="100%" stop-color="#f6b30c"/>
    </linearGradient>

    <!-- Pineapple cross-hatch -->
    <pattern id="pineapplePattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <path d="M0 10L10 0" stroke="#d08900" stroke-width="2"/>
      <path d="M-5 5L5 -5" stroke="#d08900" stroke-width="2"/>
      <path d="M5 15L15 5" stroke="#d08900" stroke-width="2"/>
    </pattern>
  </defs>

  <!-- Sky & ground -->
  <rect width="300" height="300" fill="url(#sky)"/>
  <rect y="180" width="300" height="120" fill="url(#ground)"/>

  <!-- Central watermelon keep -->
  <g>
    <path d="M80 180 A70 70 0 0 0 220 180 L220 200 L80 200Z" fill="url(#waterRed)" stroke="#e02828" stroke-width="2"/>
    <path d="M80 200 L220 200 L220 210 L80 210Z" fill="url(#rindGrad)" stroke="#1f6424" stroke-width="2"/>
    <!-- Seed windows -->
    <ellipse cx="130" cy="185" rx="6" ry="12" fill="#20120c" transform="rotate(-15 130 185)"/>
    <ellipse cx="150" cy="175" rx="6" ry="12" fill="#20120c" transform="rotate(5 150 175)"/>
    <ellipse cx="170" cy="185" rx="6" ry="12" fill="#20120c" transform="rotate(15 170 185)"/>
  </g>

  <!-- Left carrot tower -->
  <g>
    <path d="M60 100 L90 100 L80 180 L70 180Z" fill="url(#carrotGrad)" stroke="#c05800" stroke-width="2"/>
    <line x1="62" y1="115" x2="88" y2="115" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <line x1="64" y1="130" x2="86" y2="130" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <line x1="66" y1="145" x2="84" y2="145" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <!-- Leaves -->
    <path d="M65 100 C60 90 68 80 75 90 C80 80 85 80 88 90 C95 80 100 90 90 100Z" fill="#43a047" stroke="#1d6b29" stroke-width="2"/>
    <!-- Flag -->
    <polygon points="75,84 90,90 75,96" fill="#ff4d4d"/>
  </g>

  <!-- Right carrot tower -->
  <g>
    <path d="M210 100 L240 100 L230 180 L220 180Z" fill="url(#carrotGrad)" stroke="#c05800" stroke-width="2"/>
    <line x1="212" y1="115" x2="238" y2="115" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <line x1="214" y1="130" x2="236" y2="130" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <line x1="216" y1="145" x2="234" y2="145" stroke="#c05800" stroke-width="2" opacity="0.5"/>
    <!-- Leaves -->
    <path d="M215 100 C210 90 218 80 225 90 C230 80 235 80 238 90 C245 80 250 90 240 100Z" fill="#43a047" stroke="#1d6b29" stroke-width="2"/>
    <!-- Flag -->
    <polygon points="225,84 240,90 225,96" fill="#ff4d4d"/>
  </g>

  <!-- Pineapple central tower -->
  <g>
    <rect x="135" y="60" width="30" height="90" fill="url(#pineappleGrad)" stroke="#d08900" stroke-width="2"/>
    <rect x="135" y="60" width="30" height="90" fill="url(#pineapplePattern)" opacity="0.6"/>
    <!-- Leaves / crown -->
    <path d="M150 60 C145 50 148 40 150 45 C152 40 155 50 150 60Z" fill="#1b8e3e"/>
    <path d="M140 60 C135 48 140 38 146 46 C149 36 152 46 150 58Z" fill="#22964a"/>
    <path d="M160 60 C165 48 160 38 154 46 C151 36 148 46 150 58Z" fill="#22964a"/>
    <!-- Citrus flag -->
    <circle cx="150" cy="38" r="4" fill="#ffa500" stroke="#d97700" stroke-width="1"/>
  </g>

  <!-- Cucumber walkway -->
  <rect x="90" y="150" width="120" height="15" fill="#3bb54a" stroke="#2a8533" stroke-width="2"/>
  <line x1="100" y1="155" x2="200" y2="155" stroke="#2a8533" stroke-width="2" opacity="0.3"/>

  <!-- Grape gate -->
  <g>
    <circle cx="122" cy="200" r="6" fill="#7d3bb4"/>
    <circle cx="128" cy="188" r="6" fill="#7d3bb4"/>
    <circle cx="140" cy="180" r="6" fill="#7d3bb4"/>
    <circle cx="150" cy="175" r="6" fill="#7d3bb4"/>
    <circle cx="160" cy="180" r="6" fill="#7d3bb4"/>
    <circle cx="172" cy="188" r="6" fill="#7d3bb4"/>
    <circle cx="178" cy="200" r="6" fill="#7d3bb4"/>
    <!-- Doorway -->
    <rect x="128" y="200" width="44" height="20" fill="#3f0f0f"/>
  </g>
</svg>
SVG by Claude 3.7 Sonnet Thinking (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Define gradients and patterns -->
  <defs>
    <!-- Watermelon gradient -->
    <linearGradient id="watermelonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#388E3C" />
      <stop offset="100%" style="stop-color:#2E7D32" />
    </linearGradient>
    
    <!-- Watermelon flesh gradient -->
    <linearGradient id="watermelonFleshGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#F44336" />
      <stop offset="100%" style="stop-color:#E53935" />
    </linearGradient>
    
    <!-- Pumpkin gradient -->
    <linearGradient id="pumpkinGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FF9800" />
      <stop offset="100%" style="stop-color:#F57C00" />
    </linearGradient>
    
    <!-- Cucumber gradient -->
    <linearGradient id="cucumberGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#4CAF50" />
      <stop offset="100%" style="stop-color:#388E3C" />
    </linearGradient>
    
    <!-- Carrot gradient -->
    <linearGradient id="carrotGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FF9800" />
      <stop offset="100%" style="stop-color:#F57C00" />
    </linearGradient>
    
    <!-- Eggplant gradient -->
    <linearGradient id="eggplantGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#5E35B1" />
      <stop offset="100%" style="stop-color:#4527A0" />
    </linearGradient>
    
    <!-- Lettuce gradient -->
    <linearGradient id="lettuceGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#8BC34A" />
      <stop offset="100%" style="stop-color:#7CB342" />
    </linearGradient>
    
    <!-- Strawberry gradient -->
    <linearGradient id="strawberryGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#F44336" />
      <stop offset="100%" style="stop-color:#D32F2F" />
    </linearGradient>
    
    <!-- Blueberry gradient -->
    <linearGradient id="blueberryGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#3F51B5" />
      <stop offset="100%" style="stop-color:#303F9F" />
    </linearGradient>
    
    <!-- Grape gradient -->
    <linearGradient id="grapeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#9C27B0" />
      <stop offset="100%" style="stop-color:#7B1FA2" />
    </linearGradient>
    
    <!-- Corn gradient -->
    <linearGradient id="cornGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFEB3B" />
      <stop offset="100%" style="stop-color:#FBC02D" />
    </linearGradient>

    <!-- Banana gradient -->
    <linearGradient id="bananaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFEB3B" />
      <stop offset="100%" style="stop-color:#FDD835" />
    </linearGradient>

    <!-- Broccoli gradient -->
    <linearGradient id="broccoliGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#4CAF50" />
      <stop offset="100%" style="stop-color:#2E7D32" />
    </linearGradient>

    <!-- Apple gradient -->
    <linearGradient id="appleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#F44336" />
      <stop offset="100%" style="stop-color:#D32F2F" />
    </linearGradient>

    <!-- Cherry gradient -->
    <linearGradient id="cherryGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#D32F2F" />
      <stop offset="100%" style="stop-color:#B71C1C" />
    </linearGradient>

    <!-- Tomato gradient -->
    <linearGradient id="tomatoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#F44336" />
      <stop offset="100%" style="stop-color:#D32F2F" />
    </linearGradient>

    <!-- Pea gradient -->
    <linearGradient id="peaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#8BC34A" />
      <stop offset="100%" style="stop-color:#689F38" />
    </linearGradient>

    <!-- Sky gradient -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#2196F3" />
      <stop offset="100%" style="stop-color:#90CAF9" />
    </linearGradient>

    <!-- Cauliflower pattern -->
    <radialGradient id="cauliflowerGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFFF" />
      <stop offset="80%" style="stop-color:#F5F5F5" />
      <stop offset="100%" style="stop-color:#EEEEEE" />
    </radialGradient>
    
    <!-- Watermelon seeds pattern -->
    <pattern id="watermelonSeeds" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="1" fill="black" />
    </pattern>

    <!-- Onion gradient -->
    <linearGradient id="onionGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#E91E63" />
      <stop offset="100%" style="stop-color:#C2185B" />
    </linearGradient>

    <!-- Celery gradient -->
    <linearGradient id="celeryGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#AED581" />
      <stop offset="100%" style="stop-color:#8BC34A" />
    </linearGradient>

    <!-- Mushroom gradient -->
    <linearGradient id="mushroomGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#EEEEEE" />
      <stop offset="100%" style="stop-color:#BDBDBD" />
    </linearGradient>

    <!-- Mushroom stem gradient -->
    <linearGradient id="mushroomStemGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#F5F5F5" />
      <stop offset="100%" style="stop-color:#E0E0E0" />
    </linearGradient>

    <!-- Lemon gradient -->
    <linearGradient id="lemonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFEB3B" />
      <stop offset="100%" style="stop-color:#FDD835" />
    </linearGradient>
  </defs>
  
  <!-- Background sky -->
  <rect x="0" y="0" width="300" height="200" fill="url(#skyGradient)" />
  
  <!-- Cauliflower clouds -->
  <g id="cloud1" transform="translate(50, 40)">
    <ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#cauliflowerGradient)" />
    <circle cx="-10" cy="-3" r="10" fill="url(#cauliflowerGradient)" />
    <circle cx="10" cy="-5" r="12" fill="url(#cauliflowerGradient)" />
    <circle cx="5" cy="5" r="8" fill="url(#cauliflowerGradient)" />
    <circle cx="-8" cy="5" r="9" fill="url(#cauliflowerGradient)" />
  </g>
  
  <g id="cloud2" transform="translate(250, 60)">
    <ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#cauliflowerGradient)" />
    <circle cx="-15" cy="-5" r="12" fill="url(#cauliflowerGradient)" />
    <circle cx="15" cy="-8" r="14" fill="url(#cauliflowerGradient)" />
    <circle cx="8" cy="8" r="10" fill="url(#cauliflowerGradient)" />
    <circle cx="-10" cy="7" r="11" fill="url(#cauliflowerGradient)" />
  </g>
  
  <g id="cloud3" transform="translate(150, 30)">
    <ellipse cx="0" cy="0" rx="40" ry="15" fill="url(#cauliflowerGradient)" />
    <circle cx="-20" cy="-3" r="12" fill="url(#cauliflowerGradient)" />
    <circle cx="20" cy="-5" r="14" fill="url(#cauliflowerGradient)" />
    <circle cx="10" cy="5" r="10" fill="url(#cauliflowerGradient)" />
    <circle cx="-15" cy="5" r="11" fill="url(#cauliflowerGradient)" />
  </g>
  
  <!-- Ground/grass (lettuce) -->
  <path d="M0,200 C50,180 100,190 150,185 C200,180 250,195 300,190 L300,300 L0,300 Z" fill="url(#lettuceGradient)" />
  
  <!-- Mushroom path -->
  <g id="mushroom1" transform="translate(70, 280)">
    <path d="M0,0 L0,-8" fill="none" stroke="url(#mushroomStemGradient)" stroke-width="3" />
    <ellipse cx="0" cy="-10" rx="5" ry="3" fill="url(#mushroomGradient)" />
  </g>
  
  <g id="mushroom2" transform="translate(90, 285)">
    <path d="M0,0 L0,-6" fill="none" stroke="url(#mushroomStemGradient)" stroke-width="2" />
    <ellipse cx="0" cy="-8" rx="4" ry="2" fill="url(#mushroomGradient)" />
  </g>
  
  <g id="mushroom3" transform="translate(105, 282)">
    <path d="M0,0 L0,-7" fill="none" stroke="url(#mushroomStemGradient)" stroke-width="2.5" />
    <ellipse cx="0" cy="-9" rx="4.5" ry="2.5" fill="url(#mushroomGradient)" />
  </g>
  
  <!-- Main castle structure (cucumber/zucchini walls) -->
  <rect x="80" y="170" width="140" height="90" fill="url(#cucumberGradient)" />
  <rect x="75" y="170" width="150" height="10" fill="url(#cucumberGradient)" />
  
  <!-- Castle wall details (cucumber slices) -->
  <rect x="80" y="180" width="140" height="5" fill="#2E7D32" />
  <rect x="80" y="215" width="140" height="5" fill="#2E7D32" />
  <rect x="80" y="250" width="140" height="5" fill="#2E7D32" />
  
  <!-- Main gate (eggplant) -->
  <path d="M130,260 L130,210 A20,30 0 0,1 170,210 L170,260 Z" fill="url(#eggplantGradient)" />
  <path d="M130,210 A20,5 0 0,1 170,210" fill="none" stroke="#7E57C2" stroke-width="2" />
  
  <!-- Banana drawbridge -->
  <path d="M135,260 C135,280 135,285 150,285 C165,285 165,280 165,260 Z" fill="url(#bananaGradient)" />
  <rect x="140" y="270" width="5" height="10" fill="#8D6E63" />
  <rect x="155" y="270" width="5" height="10" fill="#8D6E63" />
  
  <!-- Corner towers (watermelons) -->
  <!-- Left tower -->
  <g id="leftTower" transform="translate(80, 170)">
    <circle cx="0" cy="0" r="25" fill="url(#watermelonGradient)" />
    <circle cx="0" cy="0" r="20" fill="url(#watermelonFleshGradient)" />
    <circle cx="0" cy="0" r="20" fill="url(#watermelonSeeds)" fill-opacity="0.5" />
    <!-- Watermelon rim -->
    <path d="M-15,15 A20,20 0 0,1 15,15" fill="none" stroke="url(#watermelonGradient)" stroke-width="5" />
  </g>
  
  <!-- Right tower -->
  <g id="rightTower" transform="translate(220, 170)">
    <circle cx="0" cy="0" r="25" fill="url(#watermelonGradient)" />
    <circle cx="0" cy="0" r="20" fill="url(#watermelonFleshGradient)" />
    <circle cx="0" cy="0" r="20" fill="url(#watermelonSeeds)" fill-opacity="0.5" />
    <!-- Watermelon rim -->
    <path d="M-15,15 A20,20 0 0,1 15,15" fill="none" stroke="url(#watermelonGradient)" stroke-width="5" />
  </g>
  
  <!-- Additional smaller towers (onions) -->
  <g id="leftSmallTower" transform="translate(110, 170)">
    <circle cx="0" cy="0" r="15" fill="url(#onionGradient)" />
    <ellipse cx="0" cy="-5" rx="12" ry="8" fill="url(#onionGradient)" stroke="white" stroke-width="0.5" />
    <ellipse cx="0" cy="-10" rx="8" ry="5" fill="url(#onionGradient)" stroke="white" stroke-width="0.5" />
    <path d="M0,-15 L0,-20" stroke="#4CAF50" stroke-width="2" />
  </g>
  
  <g id="rightSmallTower" transform="translate(190, 170)">
    <circle cx="0" cy="0" r="15" fill="url(#onionGradient)" />
    <ellipse cx="0" cy="-5" rx="12" ry="8" fill="url(#onionGradient)" stroke="white" stroke-width="0.5" />
    <ellipse cx="0" cy="-10" rx="8" ry="5" fill="url(#onionGradient)" stroke="white" stroke-width="0.5" />
    <path d="M0,-15 L0,-20" stroke="#4CAF50" stroke-width="2" />
  </g>
  
  <!-- Middle tower (pumpkin) -->
  <g id="middleTower" transform="translate(150, 150)">
    <circle cx="0" cy="0" r="30" fill="url(#pumpkinGradient)" />
    <path d="M-15,0 L15,0" stroke="#5D4037" stroke-width="1" />
    <path d="M-20,-10 L20,-10" stroke="#5D4037" stroke-width="1" />
    <path d="M-22,10 L22,10" stroke="#5D4037" stroke-width="1" />
    <path d="M0,-30 L0,-35" stroke="#4CAF50" stroke-width="3" />
    <path d="M-2,-35 C-5,-45 5,-45 2,-35" fill="#4CAF50" />
  </g>
  
  <!-- Carrot spires -->
  <g id="leftSpire" transform="translate(80, 145)">
    <path d="M0,0 L0,-35" stroke="#4CAF50" stroke-width="3" />
    <path d="M0,-35 L5,-15 L-5,-15 Z" fill="url(#carrotGradient)" />
  </g>
  
  <g id="rightSpire" transform="translate(220, 145)">
    <path d="M0,0 L0,-35" stroke="#4CAF50" stroke-width="3" />
    <path d="M0,-35 L5,-15 L-5,-15 Z" fill="url(#carrotGradient)" />
  </g>
  
  <g id="middleSpire" transform="translate(150, 120)">
    <path d="M0,0 L0,-35" stroke="#4CAF50" stroke-width="3" />
    <path d="M0,-35 L5,-15 L-5,-15 Z" fill="url(#carrotGradient)" />
  </g>
  
  <!-- Celery flags -->
  <g id="leftFlag" transform="translate(80, 110)">
    <path d="M0,0 L0,-20" stroke="#8D6E63" stroke-width="1" />
    <path d="M0,-20 L15,-15 L0,-10 Z" fill="url(#celeryGradient)" />
  </g>
  
  <g id="rightFlag" transform="translate(220, 110)">
    <path d="M0,0 L0,-20" stroke="#8D6E63" stroke-width="1" />
    <path d="M0,-20 L15,-15 L0,-10 Z" fill="url(#celeryGradient)" />
  </g>
  
  <g id="middleFlag" transform="translate(150, 85)">
    <path d="M0,0 L0,-20" stroke="#8D6E63" stroke-width="1" />
    <path d="M0,-20 L15,-15 L0,-10 Z" fill="url(#celeryGradient)" />
  </g>
  
  <!-- Windows (peas) -->
  <circle cx="110" cy="200" r="8" fill="url(#peaGradient)" />
  <circle cx="190" cy="200" r="8" fill="url(#peaGradient)" />
  <circle cx="80" cy="170" r="5" fill="url(#peaGradient)" />
  <circle cx="220" cy="170" r="5" fill="url(#peaGradient)" />
  <circle cx="150" cy="150" r="5" fill="url(#peaGradient)" />
  
  <!-- Apple slice windows -->
  <g id="leftAppleWindow" transform="translate(110, 230)">
    <ellipse cx="0" cy="0" rx="10" ry="8" fill="url(#appleGradient)" />
    <ellipse cx="0" cy="0" rx="7" ry="5" fill="#FFEBEE" />
    <path d="M-3,-3 L3,3 M-3,3 L3,-3" stroke="#D32F2F" stroke-width="0.5" />
  </g>
  
  <g id="rightAppleWindow" transform="translate(190, 230)">
    <ellipse cx="0" cy="0" rx="10" ry="8" fill="url(#appleGradient)" />
    <ellipse cx="0" cy="0" rx="7" ry="5" fill="#FFEBEE" />
    <path d="M-3,-3 L3,3 M-3,3 L3,-3" stroke="#D32F2F" stroke-width="0.5" />
  </g>
  
  <!-- Strawberry decorations/roof tiles -->
  <g id="strawberry1" transform="translate(130, 180)">
    <ellipse cx="0" cy="0" rx="6" ry="8" fill="url(#strawberryGradient)" />
    <path d="M-4,-2 L-3,-3 M-2,-4 L-1,-5 M1,-5 L2,-4 M3,-3 L4,-2" stroke="#F8BBD0" stroke-width="0.5" />
    <path d="M0,-8 L-2,-10 M0,-8 L2,-10" stroke="#4CAF50" stroke-width="1" />
  </g>
  
  <g id="strawberry2" transform="translate(150, 180)">
    <ellipse cx="0" cy="0" rx="6" ry="8" fill="url(#strawberryGradient)" />
    <path d="M-4,-2 L-3,-3 M-2,-4 L-1,-5 M1,-5 L2,-4 M3,-3 L4,-2" stroke="#F8BBD0" stroke-width="0.5" />
    <path d="M0,-8 L-2,-10 M0,-8 L2,-10" stroke="#4CAF50" stroke-width="1" />
  </g>
  
  <g id="strawberry3" transform="translate(170, 180)">
    <ellipse cx="0" cy="0" rx="6" ry="8" fill="url(#strawberryGradient)" />
    <path d="M-4,-2 L-3,-3 M-2,-4 L-1,-5 M1,-5 L2,-4 M3,-3 L4,-2" stroke="#F8BBD0" stroke-width="0.5" />
    <path d="M0,-8 L-2,-10 M0,-8 L2,-10" stroke="#4CAF50" stroke-width="1" />
  </g>
  
  <!-- Grape decorations -->
  <g id="leftGrapes" transform="translate(90, 195)">
    <circle cx="0" cy="-5" r="4" fill="url(#grapeGradient)" />
    <circle cx="7" cy="0" r="4" fill="url(#grapeGradient)" />
    <circle cx="3" cy="7" r="4" fill="url(#grapeGradient)" />
    <circle cx="-4" cy="5" r="4" fill="url(#grapeGradient)" />
    <circle cx="-7" cy="-2" r="4" fill="url(#grapeGradient)" />
    <path d="M0,-9 C-5,-15 5,-15 0,-9" stroke="#4CAF50" stroke-width="1" fill="none" />
  </g>
  
  <g id="rightGrapes" transform="translate(210, 195)">
    <circle cx="0" cy="-5" r="4" fill="url(#grapeGradient)" />
    <circle cx="-7" cy="0" r="4" fill="url(#grapeGradient)" />
    <circle cx="-3" cy="7" r="4" fill="url(#grapeGradient)" />
    <circle cx="4" cy="5" r="4" fill="url(#grapeGradient)" />
    <circle cx="7" cy="-2" r="4" fill="url(#grapeGradient)" />
    <path d="M0,-9 C-5,-15 5,-15 0,-9" stroke="#4CAF50" stroke-width="1" fill="none" />
  </g>
  
  <!-- Cherry lanterns -->
  <g id="leftCherry" transform="translate(65, 170)">
    <circle cx="0" cy="0" r="5" fill="url(#cherryGradient)" />
    <path d="M0,-5 C-2,-10 -8,-8 -5,-15" stroke="#4CAF50" stroke-width="1" fill="none" />
    <circle cx="-5" cy="-15" r="4" fill="url(#cherryGradient)" />
    <ellipse cx="0" cy="0" rx="2" ry="1" fill="#FFCDD2" />
    <ellipse cx="-5" cy="-15" rx="1.5" ry="1" fill="#FFCDD2" />
  </g>
  
  <g id="rightCherry" transform="translate(235, 170)">
    <circle cx="0" cy="0" r="5" fill="url(#cherryGradient)" />
    <path d="M0,-5 C2,-10 8,-8 5,-15" stroke="#4CAF50" stroke-width="1" fill="none" />
    <circle cx="5" cy="-15" r="4" fill="url(#cherryGradient)" />
    <ellipse cx="0" cy="0" rx="2" ry="1" fill="#FFCDD2" />
    <ellipse cx="5" cy="-15" rx="1.5" ry="1" fill="#FFCDD2" />
  </g>
  
  <!-- Corn columns -->
  <g id="leftCorn" transform="translate(100, 235)">
    <rect x="-5" y="-25" width="10" height="50" fill="url(#cornGradient)" />
    <path d="M-5,-25 L5,-25 L5,25 L-5,25 Z" fill="none" stroke="#FBC02D" stroke-width="0.5" stroke-dasharray="2,2" />
    <path d="M-5,-25 L-5,25" stroke="#4CAF50" stroke-width="2" />
  </g>
  
  <g id="rightCorn" transform="translate(200, 235)">
    <rect x="-5" y="-25" width="10" height="50" fill="url(#cornGradient)" />
    <path d="M-5,-25 L5,-25 L5,25 L-5,25 Z" fill="none" stroke="#FBC02D" stroke-width="0.5" stroke-dasharray="2,2" />
    <path d="M-5,-25 L-5,25" stroke="#4CAF50" stroke-width="2" />
  </g>
  
  <!-- Broccoli trees -->
  <g id="leftBroccoli" transform="translate(40, 265)">
    <path d="M0,0 L0,20" stroke="#8D6E63" stroke-width="3" />
    <path d="M0,0 C-10,-10 -15,-25 0,-30 C15,-25 10,-10 0,0 Z" fill="url(#broccoliGradient)" />
    <circle cx="-5" cy="-15" r="6" fill="url(#broccoliGradient)" />
    <circle cx="5" cy="-17" r="7" fill="url(#broccoliGradient)" />
    <circle cx="-8" cy="-22" r="5" fill="url(#broccoliGradient)" />
    <circle cx="3" cy="-25" r="6" fill="url(#broccoliGradient)" />
  </g>
  
  <g id="rightBroccoli" transform="translate(260, 265)">
    <path d="M0,0 L0,20" stroke="#8D6E63" stroke-width="3" />
    <path d="M0,0 C-10,-10 -15,-25 0,-30 C15,-25 10,-10 0,0 Z" fill="url(#broccoliGradient)" />
    <circle cx="-5" cy="-15" r="6" fill="url(#broccoliGradient)" />
    <circle cx="5" cy="-17" r="7" fill="url(#broccoliGradient)" />
    <circle cx="-8" cy="-22" r="5" fill="url(#broccoliGradient)" />
    <circle cx="3" cy="-25" r="6" fill="url(#broccoliGradient)" />
  </g>
  
  <!-- Blueberry pond -->
  <g id="pond" transform="translate(220, 275)">
    <ellipse cx="0" cy="0" rx="40" ry="15" fill="url(#blueberryGradient)" />
    <ellipse cx="10" cy="-3" rx="5" ry="2" fill="#5C6BC0" fill-opacity="0.5" />
    <ellipse cx="-15" cy="2" rx="7" ry="3" fill="#5C6BC0" fill-opacity="0.5" />
    
    <!-- Blueberries in the pond -->
    <circle cx="-5" cy="0" r="3" fill="url(#blueberryGradient)" stroke="#3949AB" stroke-width="0.5" />
    <circle cx="15" cy="5" r="3" fill="url(#blueberryGradient)" stroke="#3949AB" stroke-width="0.5" />
    <circle cx="5" cy="-5" r="2" fill="url(#blueberryGradient)" stroke="#3949AB" stroke-width="0.5" />
  </g>
  
  <!-- Tomato flowers -->
  <g id="leftTomatoes" transform="translate(30, 260)">
    <circle cx="0" cy="0" r="5" fill="url(#tomatoGradient)" />
    <circle cx="8" cy="5" r="5" fill="url(#tomatoGradient)" />
    <circle cx="-5" cy="10" r="5" fill="url(#tomatoGradient)" />
    <path d="M0,-5 L0,-10" stroke="#4CAF50" stroke-width="1" />
    <path d="M8,0 L10,-5" stroke="#4CAF50" stroke-width="1" />
    <path d="M-5,5 L-10,2" stroke="#4CAF50" stroke-width="1" />
    
    <!-- Tomato stems -->
    <path d="M0,-5 C-3,-8 -7,-7 -5,-12" stroke="#4CAF50" stroke-width="0.5" fill="none" />
    <path d="M8,0 C10,-3 14,-3 13,-8" stroke="#4CAF50" stroke-width="0.5" fill="none" />
    <path d="M-5,5 C-10,3 -13,5 -15,0" stroke="#4CAF50" stroke-width="0.5" fill="none" />
  </g>
  
  <g id="rightTomatoes" transform="translate(270, 265)">
    <circle cx="0" cy="0" r="5" fill="url(#tomatoGradient)" />
    <circle cx="-8" cy="5" r="5" fill="url(#tomatoGradient)" />
    <circle cx="5" cy="10" r="5" fill="url(#tomatoGradient)" />
    <path d="M0,-5 L0,-10" stroke="#4CAF50" stroke-width="1" />
    <path d="M-8,0 L-10,-5" stroke="#4CAF50" stroke-width="1" />
    <path d="M5,5 L10,2" stroke="#4CAF50" stroke-width="1" />
    
    <!-- Tomato stems -->
    <path d="M0,-5 C3,-8 7,-7 5,-12" stroke="#4CAF50" stroke-width="0.5" fill="none" />
    <path d="M-8,0 C-10,-3 -14,-3 -13,-8" stroke="#4CAF50" stroke-width="0.5" fill="none" />
    <path d="M5,5 C10,3 13,5 15,0" stroke="#4CAF50" stroke-width="0.5" fill="none" />
  </g>
  
  <!-- Lemon sun -->
  <g id="lemonSun" transform="translate(250, 40)">
    <circle cx="0" cy="0" r="15" fill="url(#lemonGradient)" />
    <path d="M0,-20 L0,-15 M0,15 L0,20 M-20,0 L-15,0 M15,0 L20,0" stroke="#FFD600" stroke-width="2" />
    <path d="M-14,-14 L-11,-11 M-14,14 L-11,11 M14,-14 L11,-11 M14,14 L11,11" stroke="#FFD600" stroke-width="2" />
    <ellipse cx="0" cy="0" rx="10" ry="7" fill="#FFEE58" transform="rotate(30)" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet Thinking (2025-02-19) Player 2

Judge's Analysis

    Player 2's submission is more detailed and visually appealing, incorporating a wider variety of fruits and vegetables in a cohesive castle design.

    The addition of environmental elements like clouds, the sun, and surrounding greenery enhances the overall scene.

    Player 1's submission, while creative, is simpler and less intricate in its representation of a fruit and vegetable castle.

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

Total Shapes

The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.

Player 1
38
Player 2
156
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
6
Player 2
10
Circles

The number of circle elements (circle) in the SVG.

Player 1
8
Player 2
59
Ellipses

The number of ellipse elements (ellipse) in the SVG.

Player 1
3
Player 2
25
Lines

The number of line elements (line) in the SVG.

Player 1
7
Player 2
Polygons

The number of polygon elements (polygon) in the SVG.

Player 1
2
Player 2
Paths

The number of path elements (path) in the SVG.

Player 1
12
Player 2
62
Groups

The number of group elements (g) in the SVG.

Player 1
5
Player 2
34

Visual Effects Metrics

Gradients

The number of gradient definitions (linearGradient, radialGradient) in the SVG.

Player 1
6
Player 2
24
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
1
Player 2
1
Filters

The number of filter definitions (filter) in the SVG.

Player 1
Player 2
Masks

The number of mask definitions (mask) in the SVG.

Player 1
Player 2
Clip Paths

The number of clipping path definitions (clipPath) in the SVG.

Player 1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
8
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
19
Player 2
57

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
27
Player 2
16

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
3
Player 2
35

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
48
Player 2
195
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
7
Player 2
25
Use Elements

The number of use elements (use) in the SVG.

Player 1
Player 2

Text Metrics

Text Elements

The number of text elements (text) in the SVG.

Player 1
Player 2

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