Skip to content

Instantly share code, notes, and snippets.

@thecodemedia
Created August 6, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecodemedia/2fe40a241bd0b39db08c57ca0d669a7b to your computer and use it in GitHub Desktop.
Save thecodemedia/2fe40a241bd0b39db08c57ca0d669a7b to your computer and use it in GitHub Desktop.
<circle
cx=»25″ cy=»25″ ← центр круга
r=»20″ ← радиус
fill=»green» ← цвет заливки
stroke-width=»5″ ← толщина контура
stroke=»rgb(150,110,200)» ← цвет контура
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment