SOURCE

console 命令行工具 X clear

                    
>
console
<html>
<head> </head>
<body>
<svg width="500px" height="500px" 
viewBox="0 0 100 100" 
style="background:white">
<svg><text x="20" y="18" fill="green" font-size="0.5em">1902601-40陈洁</text></svg>
<rect x="10" y="10" width="10" height="10"/>
<ellipse cx="200" cy="190" rx="85" ry="55" style="fill:url(#orange_red)"/>
<svg width="100" height="100" style="border:solid 1px" version="1.1">
<rect x="10" y="25" rx="15" ry="15" width="80" height="20" style="fill:yellow;stroke:grey;stroke-width:1px"/>
</svg>
<svg width="500" height="500"> 
        <g>
            <text x="20" y="40" style="font-size: 1.1em;font-weight: bold; stroke: green;">
               实验五
               <animateMotion  path="M 50 200 Q 100 100 200 200 T 400 200" 
               begin="0s" dur="3s" repeatCount="indefinite" rotate="auto">
               </animateMotion>
            </text>
            <path d="M 50 200 Q 100 100 200 200 T 400 200" style="stroke-width: 2px; fill: none"></path>
        </g>
     </svg>



</svg>
</body>
</html>