การบ้าน-แม็ก-พงศ์พันธุ์
✨ นายพงศ์พันธุ์ แสงพล
<html> <head> <title>SVG </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:#CCFFFF; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <polygon points="0,100 0,80 100,63 100,100" fill="#FFE4B5"/> <rect width="40" height="35" x="15" y="45" stroke="black" stroke-width="0.2" fill="#4682B4"/> <polygon points="55,80 55,45 95,33 95,65" fill="#87CEFA"/> <polygon points="55,45 15,45 60,33 95,33" fill="#87CEFA"/> <polygon points="70,65 65,61 70,55 75,60" fill="#FFA500"/> <polygon points="76,62 73,60 76,57 81,60" fill="#FF8C00"/> <polygon points="88,54 83,50 88,45 93,50" fill="#FFA500"/> <polygon points="82,53 78,50 82,48 84,50" fill="#FF8C00"/> <circle cx="90" cy="60" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="91" cy="57" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="90" cy="54" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="61" cy="62" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="59.9" cy="59" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="60" cy="74.7" r="3" stroke="#BEBEBE" fill="#BEBEBE" stroke-width="0.1"/> <circle cx="64" cy="73.4" r="3" stroke="#BEBEBE" fill="#BEBEBE" stroke-width="0.1"/> <circle cx="91" cy="63.1" r="3" stroke="#BEBEBE" fill="#BEBEBE" stroke-width="0.1"/> <circle cx="61" cy="70" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="62" cy="67" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="59.9" cy="65" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="61" cy="62" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="59.9" cy="59" r="2" stroke="#006400" fill="#006400" stroke-width="0.1"/> <circle cx="50" cy="90" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="3" cy="82" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="15" cy="86" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="90" cy="80" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="10" cy="90" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="80" cy="75" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="70" cy="98" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="98" cy="92" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="73" cy="81" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="62" cy="79" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="37" cy="83" r="0.2" stroke="black" fill="black" stroke-width="0.1"/> <circle cx="50" cy="10" r="9" stroke="black" fill="#FFA500" stroke-width="0.1"/> <circle cx="68" cy="60" r="0.5" stroke="black" fill="white" stroke-width="0.5"/> <circle cx="90" cy="49" r="0.5" stroke="black" fill="white" stroke-width="0.5"/> <rect width="5" height="10" x="21" y="70" stroke="black" stroke-width="0.2" fill="#663300"/> <rect width="5" height="10" x="38" y="70" stroke="black" stroke-width="0.2" fill="#663300"/> <rect width="15" height="10" x="25" y="70" stroke="black" stroke-width="0.2" fill="#663300"/> <rect width="5" height="5" x="31" y="75" stroke="black" stroke-width="0.2" fill="black"/> <circle cx="33.5" cy="75" r="2.3" stroke="black" fill="black" stroke-width="0.5"/> <polygon points="25,70 32,60 40,70" fill="#FF8C00"/> <polygon points="21,70 23,65 25,70" fill="#FF8C00"/> <polygon points="39.5,70 41,65 43.3,70" fill="#FF8C00"/> <rect width="30" height="10" x="21" y="12" stroke="black" stroke-width="0.2" fill="white"/> <rect width="30" height="10" x="61" y="2" stroke="black" stroke-width="0.2" fill="white"/> <circle cx="65" cy="55" r="0.5" stroke="black" fill="white" stroke-width="0.1"/> <circle cx="67" cy="50" r="0.5" stroke="black" fill="white" stroke-width="0.1"/> <circle cx="92" cy="45" r="0.5" stroke="black" fill="white" stroke-width="0.1"/> <line x1="55" y1="80" x2="95" y2="65" style="stroke:black; stroke-width:0.2" /> <line x1="55" y1="45" x2="95" y2="33" style="stroke:black; stroke-width:0.2" /> <line x1="95" y1="65" x2="95" y2="33" style="stroke:black; stroke-width:0.2" /> <line x1="60" y1="33" x2="95" y2="33" style="stroke:black; stroke-width:0.2" /> <line x1="15" y1="45" x2="60" y2="33" style="stroke:black; stroke-width:0.2" /> </svg> </body> </html>