Skip to content

Instantly share code, notes, and snippets.

@harpreetkhalsagtbit
Last active July 20, 2024 18:24
Show Gist options
  • Save harpreetkhalsagtbit/6daad81c0eacc84fe30813ece7597a1a to your computer and use it in GitHub Desktop.
Save harpreetkhalsagtbit/6daad81c0eacc84fe30813ece7597a1a to your computer and use it in GitHub Desktop.
svg-line
<svg width="200" height="200">
<line x1="50" y1="50" x2="150" y2="150" stroke="red" stroke-width="2" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment