<!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"/>
<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"/>
<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"/>
<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" />
<circle cx="450" cy="370" r="28" style=" fill:rgb(255,255,255);stroke:black;stroke-width:5"/>
<circle cx="105" cy="285" r="28" style=" fill:rgb(255,255,255);stroke:black;stroke-width:5"/>
<path d="M98,312 Q125,340 156,345 M156,343 Q150,460 246,455 246,455 255,446 255,446 264,455 264,455 325,455 M325,457 Q355,400 355,348" style="stroke-width:5;stroke:black;fill:none;"/>
转载请注明原文地址:https://blackberry.8miu.com/read-43587.html