QE SVG ฝ้าย-กชกร
✨ NekoRabu sama
<html> <svg width="600" height="600"> <rect x="200" width="30" height="200" transform="rotate(10)" style="fill:#121212"></rect> <rect x="20" y="150" rx="20" width="250" height="300" style="fill:#b2422e"></rect> <rect x="95" y="290" rx="20" ry="20" width="100" height="150" style="fill:#60180b"></rect> <rect x="230" y="250" rx="20" ry="20" width="350" height="200" style="fill:#b2422e"></rect> <rect x="290" y="300" rx="20" ry="20" width="120" height="140" style="fill:#e6d4d1"></rect> <rect x="435" y="300" rx="20" ry="20" width="120" height="140" style="fill:#e6d4d1"></rect> <circle cx="170" cy="360" r="10" fill="#300e08"></circle> <rect y="150" width="290" height="20" style="fill:#d9d0ce"></rect> <rect x="270" y="250" width="500" height="20" style="fill:#d9d0ce"></rect> </svg> </html>