Svg reuseble

admin

html

другие самплы
index.html
style.css
app.js
<svg>
   <g id="circle">
        <circle id="myCircle" cx="50" cy="50" r="40" stroke="blue"/>
   </g>            
</svg>

<svg>
    <use xlink:href="#circle" fill="lightgray"/>
</svg>
Новый листинг
скачать через терминал: wget https://coding-style.ru/code_reviews/download/250 && mkdir "svg reuseble" && unzip 250 -d ./"svg reuseble" && rm 250 && cd "svg reuseble"" && git init
(ваш голос учтен)

Прикрепить файл