Notes on SVG

Resources

Path Commands

  • C - cubic Bezier curve (needs control point 1, control point 2, and end point)
  • L - line to (draws a straight line from the current position to the specified x,y coordinates)
  • H - horizontal line to (draws a horizontal line from current position to specified x-coordinate)
  • M - move to (moves the pen to a new position without drawing)
  • Q - quadratic Bezier curve (needs control point and end point)
  • T - smooth quadratic Bezier curve (infers control point from previous command)
  • Z - close path
end of storey Last modified: