Skip to content

Instantly share code, notes, and snippets.

@ibrkhalil
Created April 20, 2024 09:56
Show Gist options
  • Save ibrkhalil/18b892b438f63b6d2d6cc8004ad7741d to your computer and use it in GitHub Desktop.
Save ibrkhalil/18b892b438f63b6d2d6cc8004ad7741d to your computer and use it in GitHub Desktop.

SVG CMDs

  • M: Move to (args x, y): Moves cursor to a specific point.
  • L: Line to (args x, y): Lines from current point to point supplied in args.
  • H: Draws a horizontal line as an argument the end point.
  • V: Draws a vertical line and takes as an argument the end point.
  • Z: CLoses path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment