<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<svg width="1000" height="800">
<circle cx="250" cy="180" r="150" style=" fill:rgb(0,50,250); stroke:black;stroke-width:6"/>
<!-- 大头 -->
<circle cx="250" cy="200" r="130" style=" fill:rgb(255,255,250);stroke:black;stroke-width:6"/>
<!-- 脸 -->
<circle cx="215" cy="75" r="32" style=" fill:rgb(255,255,250); stroke:black;stroke-width:5"/>
<circle cx="285" cy="75" r="32" style=" fill:rgb(255,255,250);stroke:black;stroke-width:5"/>
<!-- 眼睛*2-->
<circle cx="285" cy="75" r="10" style=" fill:rgb(0,0,0);stroke:black;stroke-width:5"/>
<circle cx="215" cy="75" r="10" style=" fill:rgb(0,0,0); stroke:black;stroke-width:5"/>
<!-- 黑眼珠*2-->
<circle cx="280" cy="77" r="5" style=" fill:rgb(255,255,255);stroke:white;stroke-width:5"/>
<circle cx="220" cy="77" r="5" style=" fill:rgb(255,255,255);stroke:white;stroke-width:5"/>
<!-- 白眼珠*2-->
<ellipse cx="250" cy="115" rx="25" ry="15" style="fill:red;stroke:red;stroke-width:5"/>
<!-- 鼻子-->
<line x1="250" y1="132" x2="250" y2="210" style="stroke:rgb(0,0,0);stroke-width:5" /> <!--竖直线-->
<line x1="270" y1="152" x2="380" y2="120" style="stroke:rgb(0,0,0);stroke-width:5" /> <!--斜上-->
<line x1="230" y1="152" x2="120" y2="120" style="stroke:rgb(0,0,0);stroke-width:5" /><!--斜上-->
<line x1="270" y1="170" x2="390" y2="170" style="stroke:rgb(0,0,0);stroke-width:5" /><!--横线-->
<line x1="230" y1="170" x2="110" y2="170" style="stroke:rgb(0,0,0);stroke-width:5" /><!--横线-->
<line x1="270" y1="190" x2="375" y2="215" style="stroke:rgb(0,0,0);stroke-width:5" /><!--斜下-->
<line x1="230" y1="190" x2="125" y2="215" style="stroke:rgb(0,0,0);stroke-width:5" /><!--斜下-->
<!-- 胡子-->
<path d="M140,180 Q250,350 360,180" style="stroke-width:6;stroke:black;fill:none;"/>
<!--嘴-->
<line x1="360" y1="285" x2="440" y2="345" style="stroke:rgb(0,0,0);stroke-width:5" />
<line x1="355" y1="350" x2="430" y2="385" style="stroke:rgb(0,0,0);stroke-width:5" />
<!--右臂-->
<line x1="140" y1="285" x2="70" y2="345" style="stroke:rgb(0,0,0);stroke-width:5" />
<line x1="135" y1="350" x2="80" y2="385" style="stroke:rgb(0,0,0);stroke-width:5" />
<!--左臂-->
<circle cx="450" cy="370" r="25" style=" fill:rgb(255,255,255);stroke:black;stroke-width:5"/>
<!--右手-->
<circle cx="60" cy="370" r="25" style=" fill:rgb(255,255,255);stroke:black;stroke-width:5"/>
<!--左手-->
2020-09-30
最新推荐文章于 2025-11-29 21:15:37 发布
530

被折叠的 条评论
为什么被折叠?



