<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"> <!-- Background --> <rect width="400" height="400" fill="#f0f0f0"/> <!-- Horseshoe Garden Bed --> <path d="M 100 100 h 200 v 50 h -150 v 150 h 150 v 50 h -200 v -250" fill="#8B4513" stroke="#000" stroke-width="2"/> <!-- Dimensions --> <line x1="50" y1="100" x2="50" y2="350" stroke="#333" stroke-width="1"/> <text x="30" y="225" transform="rotate(-90,30,225)" font-size="14">12 ft</text> <line x1="100" y1="370" x2="300" y2="370" stroke="#333" stroke-width="1"/> <text x="180" y="385" font-size="14">8 ft</text> <line x1="320" y1="150" x2="320" y2="300" stroke="#333" stroke-width="1"/> <text x="335" y="225" font-size="14">8 ft</text> <!-- Width markers --> <line x1="80" y1="125" x2="120" y2="125" stroke="#333" stroke-width="1"/> <text x="140" y="130" font-size="14">2 ft wide</text> <!-- Title --> <text x="200" y="50" text-anchor="middle" font-size="18" font-weight="bold">Horseshoe Garden Layout</text> <!-- Legend --> <rect x="50" y="20" width="20" height="20" fill="#8B4513"/> <text x="80" y="35" font-size="14">Garden Bed</text> </svg>