SVG Path
Line
Line Set
Quadratic Curve
Cubic Curve
Mixed Shape
Some Letters
A straight line has a start point and end point.
We move the the start point (M) and draw a line (L) to the end point.
Each point is represented by a pair of numbers, known as (x, y) coordinates.
Trace the gray figure using the vector tool.
- M 150 250
- L 450 250