其他分享
首页 > 其他分享> > svg 五角星

svg 五角星

作者:互联网

<!DOCTYPE HTML>
<html>
    <head>
        <style>
        
        </style>
    </head>
    <body>
        <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg">

<path d="M 200 200 l-40 100 100 -80 -120 0 100 80 -40 -120 -40 120z" fill="#00E045"/>

</svg>
    </body>
    <script type="text/javascript" charset="utf-8">
        
    </script>
</html>

标签:svg,五角星
来源: https://www.cnblogs.com/xuantaiq/p/14695364.html