如何在svg中绘制这样的形状

时间:2017-11-22 04:16:17

标签: javascript jquery svg

我是SVG的新手,

我有像这样的SVG路径

SVG路径

            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
             width="841.891px" height="595.279px" viewBox="0 0 841.891 595.279" enable-background="new 0 0 841.891 595.279"
             xml:space="preserve">

<g id="_x32_d">
        <path fill="#009444" d="M225.029,226.478v39.131h39.131v-39.131H225.029L225.029,226.478z M259.087,260.536h-28.984v-28.985h28.984
        V260.536z" />
</g>
</svg>

enter image description here

enter image description here

点击按钮后,如何生成多边形线

enter image description here

enter image description here

0 个答案:

没有答案