Skip to content

Instantly share code, notes, and snippets.

@thecodemedia
Created August 6, 2021 04:12
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/ee785892991ad94de1da98705f63b1e3 to your computer and use it in GitHub Desktop.
Save thecodemedia/ee785892991ad94de1da98705f63b1e3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="UTF-8">
<title>SVG-графика</title>
</head>
<body>
<svg>
<line x1="50" y1="30" x2="250" y2="0" stroke-width="3" stroke="red"/>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment