แก้คะแนน_Midterm(ดิส-63070176) (Copy 8353)
✨ SITTIJET VANICHSAN
<html> <head> <title>The Fox</title> <style> body{ background:#333; margin:1em; } svg{ background:#042178; } h1{ text-align:center; color:brown; } text{ fill: #FF9800; } </style> </head> <body> <h1>งานแก้คะแนน! ! !</h1> <svg viewbox="0 0 100 100"> <defs> <linearGradient id="linear" x1="10%" y1="10%" x2="100%" y2="100%"> <stop offset="20%" stop-color="#fcb045"/> <stop offset="100%" stop-color="#fd1d1d"/> </linearGradient> </defs> <!--light--> <circle cx="50" cy="50" r="80" fill="#eded02" opacity="0"> <animate attributeName="opacity" values="0.0;0.2;0.0" dur="3s" repeatCount="indefinite"/></circle> <circle cx="50" cy="50" r="67" stroke="url(#linear)" stroke-width="8" fill="transparent"/> <!-- the fox --> <!-- หู --> <polygon fill="#e6e6e6" points="15,3 27,40 17,35"/> <polygon fill="#e6e6e6" points="85,3 73,40 83,35"/> <polygon fill="#0b0505" points="15,3 26,13 19.8,18"/> <polygon fill="#0b0505" points="85,3 74,13 80.2,18"/> <polygon fill="#f28627" points="26,13 19.8,18 40.5,24.5 41,24"/> <polygon fill="#f28627" points="74,13 80.2,18 59.5,24.5 59,24"/> <polygon fill="#bf461b" points="19.8,18 40.5,24.5 27,40"/> <polygon fill="#bf461b" points="80.2,18 59.5,24.5 73,40"/> <!-- หน้า --> <polygon fill="#f29d52" points="41,24 59,24 50,50"/> <!-- ตา --> <polygon fill="#0c0606" points="34.4,43 40.6,48 45.6,55 38,52"/> <polygon fill="#0c0606" points="65.6,43 59.4,48 54.4,55 62,52"/> <circle cx="40" cy="49" r="1.5" fill="#0d488c" opacity="0"> <animate attributeName="opacity" values="0.1;0.8;0.05" dur="8s" repeatCount="indefinite"/></circle> <circle cx="60" cy="49" r="1.5" fill="#0d488c" opacity="0"> <animate attributeName="opacity" values="0.1;0.8;0.05" dur="8s" repeatCount="indefinite"/></circle> <polygon fill="#f28527" points="41,24 40.5,24.5 34,32 34.4,43 40.6,48 46.6,40"/> <polygon fill="#f28527" points="59,24 59.5,24.5 66,32 65.6,43 59.4,48 53.4,40"/> <polygon fill="#bf471b" points="46.6,40 50,50 45.6,55 40.6,48"/> <polygon fill="#bf471b" points="53.4,40 50,50 54.4,55 59.4,48"/> <polygon fill="#73020c" points="34,32 27,40 38,52 34.4,43"/> <polygon fill="#73020c" points="66,32 73,40 62,52 65.6,43"/> <polygon fill="#f29c52" points="27,40 38,52 24,50"/> <polygon fill="#f29c52" points="73,40 62,52 76,50"/> <polygon fill="#f2f2f2" points="24,50 38,52 34,59.4"/> <polygon fill="#f2f2f2" points="76,50 62,52 66,59.4"/> <polygon fill="#f29c52" points="24,50 23.8,59 40,65"/> <polygon fill="#f29c52" points="76,50 76.2,59 60,65"/> <polygon fill="#bf471b" points="38,52 45.6,55 40,65 34,59.4"/> <polygon fill="#bf471b" points="62,52 54.4,55 60,65 66,59.4"/> <polygon fill="#73020b" points="23.8,59 40,65 26,62.3"/> <polygon fill="#73020b" points="76.2,59 60,65 74,62.3"/> <!-- จมูก --> <polygon fill="#0b0505" points="47,66 53,66 54,67.5 51,72 49,72 46,67.5"/> <polygon fill="#f2f2f2" points="50,50 45.6,55 40,65 47,66"/> <polygon fill="#f2f2f2" points="50,50 54.4,55 60,65 53,66"/> <polygon fill="white" points="50,50 47,66 53,66"/> <polygon fill="#cdcbcb" points="40,65 47,66 46,67.5 49,72 47.5,72"/> <polygon fill="#cdcbcb" points="60,65 53,66 54,67.5 51,72 52.5,72"/> <!-- ปาก --> <polygon fill="#72020b" points="47.8,72 52.2,72 51.4,72.9 48.6,72.9"/> <polygon fill="#bf471a" points="38,64.6 31,63.25 32,70"/> <polygon fill="#bf471a" points="62,64.6 69,63.25 68,70"/> <polygon fill="#f18626" points="32,70 38,64.6 38.5,76"/> <polygon fill="#f18626" points="68,70 62,64.6 61.5,76"/> <polygon fill="#f19d52" points="38,64.6 40,65 47.5,72 47.8,72 48.6,72.9 51.4,72.9 52.2,72 52.5,72 60,65 62,64.6 61.3,80 50,74 38.7,80"/> <polygon fill="#f2f2f2" points="38.7,80 50,74 61.3,80 50,90"/> <polygon fill="#e6e6e6" points="41,82 50,90 59,82 50,95"/> <path id="curve" fill="#6b7078"d="m24,95 q25,5 55,0 "/> <text><textPath color="" xlink:href="#curve"> The Fox </textPath> </text> </svg> </body> </html>